From 6ccef8275c134d2dab79a176db2f458c1528d28b Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 23 Feb 2025 01:27:27 -0700 Subject: [PATCH] Move the old stuff out of the way, begin fixing one by one --- .../java/com/zontreck/AriasEssentials.java | 58 +- .../configs/client/AEClientConfig.java | 5 +- .../configs/server/AEServerConfig.java | 11 +- .../libzontreck/util/FileTreeDatastore.java | 2 +- .../com/zontreck/libzontreck/util/SNbtIo.java | 11 +- .../libzontreck/vectors/WorldPosition.java | 10 +- .../java/com/zontreck/AriasEssentials.java | 72 + .../java/com/zontreck/Messages.java | 0 .../zontreck/ariaslib/http/HTTPMethod.java | 8 + .../zontreck/ariaslib/http/HTTPRequest.java | 14 + .../ariaslib/http/HTTPRequestBuilder.java | 131 + .../zontreck/ariaslib/http/HTTPResponse.java | 32 + .../zontreck/ariaslib/terminal/Banners.java | 47 + .../com/zontreck/ariaslib/terminal/Task.java | 86 + .../terminal/TaskCompletionToken.java | 20 + .../com/zontreck/ariaslib/util/FileIO.java | 51 + .../com/zontreck/ariaslib/util/Hashing.java | 120 + .../com/zontreck/ariaslib/util/Lists.java | 94 + .../java/com/zontreck/ariaslib/util/Maps.java | 49 + .../com/zontreck/ariaslib/util/MathUtil.java | 18 + .../com/zontreck/ariaslib/util/Percent.java | 23 + .../com/zontreck/ariaslib/util/Progress.java | 56 + .../zontreck/ariaslib/util/ProgressBar.java | 66 + .../zontreck/ariaslib/util/TimeNotation.java | 161 + .../com/zontreck/ariaslib/util/TimeUtil.java | 96 + .../com/zontreck/block/DeprecatedBlock.java | 0 .../zontreck/block/DeprecatedBlockItem.java | 0 .../zontreck/block/DeprecatedModBlocks.java | 0 .../com/zontreck/block/FoiledBlockItem.java | 0 .../java/com/zontreck/block/MiniSunBlock.java | 0 .../java/com/zontreck/block/ModBlocks.java | 0 .../java/com/zontreck/block/RegistryObj.java | 0 .../com/zontreck/block/RotatableBlock.java | 0 .../java/com/zontreck/block/VoidBlock.java | 0 .../block/types/AlternatePaneBlock.java | 0 .../client/BlockFaceTextRenderer.java | 0 .../client/TimeBoostEntityRenderer.java | 0 .../zontreck/commands/CommandRegistry.java | 0 .../commands/homes/DelHomeCommand.java | 0 .../zontreck/commands/homes/HomeCommand.java | 0 .../zontreck/commands/homes/HomesCommand.java | 0 .../commands/homes/SetHomeCommand.java | 0 .../items/ShareItemInChatCommand.java | 0 .../zontreck/commands/items/TIABDebug.java | 0 .../commands/spawn/SetSpawnCommand.java | 0 .../zontreck/commands/spawn/SpawnCommand.java | 0 .../commands/teleport/TPACommand.java | 0 .../commands/teleport/TPAHereCommand.java | 0 .../commands/teleport/TPAcceptCommand.java | 0 .../commands/teleport/TPCancelCommand.java | 0 .../commands/teleport/TPDenyCommand.java | 0 .../com/zontreck/effects/FlightEffect.java | 0 .../java/com/zontreck/effects/ModEffects.java | 0 .../java/com/zontreck/effects/ModPotions.java | 0 .../enchantments/ConsumptionMending.java | 0 .../DamageIncreaseEnchantment.java | 0 .../enchantments/EnchantmentEvents.java | 0 .../enchantments/FlightEnchantment.java | 0 .../enchantments/MobEggEnchantment.java | 0 .../enchantments/ModDamageSources.java | 0 .../enchantments/ModEnchantments.java | 0 .../enchantments/NightVisionEnchantment.java | 0 .../enchantments/VampiricMending.java | 0 .../WaterBreathingEnchantment.java | 0 .../com/zontreck/entities/ModEntities.java | 0 .../zontreck/entities/TimeBoostEntity.java | 0 .../events/CommandExecutionEvent.java | 0 .../com/zontreck/events/HomeCreatedEvent.java | 0 .../com/zontreck/events/HomeDeletedEvent.java | 0 .../com/zontreck/events/TeleportEvent.java | 0 .../java/com/zontreck/homes/Home.java | 0 .../java/com/zontreck/homes/Homes.java | 0 .../com/zontreck/items/CreativeModeTabs.java | 0 .../com/zontreck/items/DeprecatedItem.java | 0 .../zontreck/items/DeprecatedModItems.java | 0 .../java/com/zontreck/items/IhanCrystal.java | 0 .../java/com/zontreck/items/MagmaPowder.java | 0 .../zontreck/items/MobCaptureBallItem.java | 0 .../java/com/zontreck/items/ModItems.java | 0 .../java/com/zontreck/items/NBTKeys.java | 0 .../java/com/zontreck/items/PartialItem.java | 0 .../zontreck/items/ThrownMobCaptureBall.java | 0 .../items/abstracts/AbstractTIAB.java | 0 .../com/zontreck/items/impl/TimeBottle.java | 0 .../com/zontreck/items/tags/ItemStatTag.java | 0 .../com/zontreck/items/tags/ItemStatType.java | 0 .../zontreck/items/tags/ItemStatistics.java | 0 .../java/com/zontreck/items/tags/ModIDs.java | 0 .../com/zontreck/libzontreck/LibZontreck.java | 0 .../libzontreck/blocks/BlockCustomVoxels.java | 0 .../libzontreck/blocks/BlockImitation.java | 0 .../blocks/PartialTransparentBlock.java | 0 .../blocks/PartialTransparentSlabBlock.java | 0 .../libzontreck/blocks/RedstoneBlock.java | 0 .../libzontreck/blocks/RotatableBlock.java | 0 .../blocks/RotatableBlockCustomVoxels.java | 0 .../libzontreck/bossbars/BossBarUtils.java | 0 .../zontreck/libzontreck/chat/ChatColor.java | 0 .../libzontreck/chat/ChatColorFactory.java | 0 .../zontreck/libzontreck/chat/Clickable.java | 0 .../zontreck/libzontreck/chat/HoverTip.java | 0 .../libzontreck/chestgui/ChestGUI.java | 0 .../libzontreck/chestgui/ChestGUIButton.java | 0 .../chestgui/ChestGUIIdentifier.java | 0 .../chestgui/ChestGUIRegistry.java | 0 .../chestgui/IChestGUIButtonCallback.java | 0 .../libzontreck/commands/Commands.java | 0 .../libzontreck/commands/CreditsCommand.java | 0 .../libzontreck/commands/GetHead.java | 0 .../libzontreck/config/ServerConfig.java | 0 .../config/sections/DatabaseSection.java | 0 .../libzontreck/currency/Account.java | 0 .../currency/AccountReference.java | 0 .../zontreck/libzontreck/currency/Bank.java | 0 .../libzontreck/currency/CurrencyHelper.java | 0 .../LongTermTransactionHistoryRecord.java | 0 .../libzontreck/currency/Transaction.java | 0 .../events/BankAccountCreatedEvent.java | 0 .../currency/events/BankReadyEvent.java | 0 .../currency/events/TransactionEvent.java | 0 .../events/TransactionHistoryFlushEvent.java | 0 .../currency/events/WalletSyncEvent.java | 0 .../currency/events/WalletUpdatedEvent.java | 0 .../ChestGUIReadOnlyStackHandler.java | 0 .../ReadOnlyItemStackHandler.java | 0 .../BlockRestoreQueueRegistrationEvent.java | 0 .../libzontreck/events/CloseGUIEvent.java | 0 .../events/ForgeEventHandlers.java | 0 .../events/GUIButtonClickedEvent.java | 0 .../libzontreck/events/OpenGUIEvent.java | 0 .../events/PlayerChangedPositionEvent.java | 0 .../events/ProfileCreatedEvent.java | 0 .../events/ProfileLoadedEvent.java | 0 .../events/ProfileSavingEvent.java | 0 .../events/ProfileUnloadedEvent.java | 0 .../events/ProfileUnloadingEvent.java | 0 .../events/RegisterMigrationsEvent.java | 0 .../libzontreck/events/TeleportEvent.java | 0 .../items/InputItemStackHandler.java | 0 .../zontreck/libzontreck/items/ModItems.java | 0 .../items/OutputItemStackHandler.java | 0 .../zontreck/libzontreck/lore/ExtraLore.java | 0 .../libzontreck/lore/LoreContainer.java | 0 .../zontreck/libzontreck/lore/LoreEntry.java | 0 .../zontreck/libzontreck/lore/LoreType.java | 0 .../memory/player/PlayerComponent.java | 0 .../memory/player/PlayerContainer.java | 0 .../memory/player/VolatilePlayerStorage.java | 0 .../memory/world/BlockRestore.java | 0 .../memory/world/BlockRestoreQueue.java | 0 .../world/BlockRestoreQueueRegistry.java | 0 .../memory/world/BlockRestoreRunner.java | 0 .../memory/world/DatabaseMigrations.java | 0 .../memory/world/DatabaseUploadRunner.java | 0 .../memory/world/DatabaseWrapper.java | 0 .../memory/world/PrimitiveBlock.java | 0 .../memory/world/SaveDataCoordinates.java | 0 .../memory/world/SaveDataFactory.java | 0 .../libzontreck/memory/world/SavedBlock.java | 0 .../memory/world/SortedBlockQueue.java | 0 .../libzontreck/menus/ChestGUIMenu.java | 0 .../libzontreck/menus/ChestGUIScreen.java | 0 .../libzontreck/networking/ModMessages.java | 0 .../libzontreck/networking/NetworkEvents.java | 0 .../libzontreck/networking/chestGUI.md | 0 .../networking/packets/IPacket.java | 0 .../networking/packets/S2CCloseChestGUI.java | 0 .../packets/S2CPlaySoundPacket.java | 0 .../packets/S2CServerAvailable.java | 0 .../packets/S2CWalletInitialSyncPacket.java | 0 .../packets/S2CWalletUpdatedPacket.java | 0 .../networking/structures/OpenGUIRequest.java | 0 .../libzontreck/profiles/Profile.java | 0 .../UserProfileNotYetExistsException.java | 0 .../libzontreck/types/ModMenuTypes.java | 0 .../zontreck/libzontreck/util/BinUtil.java | 0 .../zontreck/libzontreck/util/BlocksUtil.java | 0 .../libzontreck/util/ChatHelpers.java | 0 .../zontreck/libzontreck/util/HttpHelper.java | 0 .../zontreck/libzontreck/util/ItemUtils.java | 0 .../com/zontreck/libzontreck/util/Maps.java | 0 .../libzontreck/util/PositionUtil.java | 0 .../libzontreck/util/ServerUtilities.java | 0 .../zontreck/libzontreck/util/TagUtils.java | 0 .../libzontreck/util/heads/CreditsEntry.java | 0 .../libzontreck/util/heads/HeadCache.java | 0 .../libzontreck/util/heads/HeadUtilities.java | 0 .../libzontreck/util/heads/PlayerInfo.java | 0 .../util/heads/PlayerProfileInfo.java | 0 .../util/heads/PlayerTextureContainer.java | 0 .../com/zontreck/mixin/BlockGetterMixin.java | 0 .../java/com/zontreck/mixin/ColorsMixin.java | 0 .../zontreck/mixin/MaterialColorMixin.java | 0 .../com/zontreck/util/ExperienceUtils.java | 0 .../java/com/zontreck/util/ModDimensions.java | 0 .../zontreck/util/PerPlayerDataRegistry.java | 0 .../com/zontreck/util/SoundUtilities.java | 0 .../java/com/zontreck/util/StylesUtil.java | 0 .../com/zontreck/util/TeleportActioner.java | 0 .../com/zontreck/util/TeleportContainer.java | 0 .../zontreck/util/TeleportDestination.java | 0 .../com/zontreck/util/TeleportRegistry.java | 0 .../com/zontreck/util/TeleportRunnable.java | 0 src/old/resources/META-INF/neoforge.mods.toml | 41 + src/old/resources/ariasessentials.mixins.json | 11 + src/old/resources/ariasessentials.png | Bin 0 -> 4998 bytes .../blockstates/blood_red.json | 7 + .../blockstates/blue_pool_tile.json | 7 + .../blockstates/blue_pool_tile_light.json | 7 + .../blockstates/blue_pool_tile_slab.json | 13 + .../blockstates/blue_pool_tile_stairs.json | 209 + .../blockstates/blue_pool_tile_wall.json | 90 + .../blockstates/clear_glass_block.json | 7 + .../blockstates/clinker_brick_block.json | 30 + .../blockstates/clinker_brick_slab.json | 160 + .../clinker_brick_stained_block.json | 30 + .../clinker_brick_stained_slab.json | 160 + .../clinker_brick_stained_stairs.json | 3444 + .../blockstates/clinker_brick_stairs.json | 3444 + .../blockstates/clinker_brick_wall.json | 90 + .../blockstates/cobalt_block.json | 7 + .../blockstates/cobalt_ore.json | 7 + .../compressed_obsidian_block.json | 7 + .../blockstates/compression_chamber.json | 19 + .../ariasessentials/blockstates/cyan.json | 7 + .../blockstates/cyan_pool_tile.json | 7 + .../blockstates/cyan_pool_tile_light.json | 7 + .../blockstates/cyan_pool_tile_slab.json | 13 + .../blockstates/cyan_pool_tile_stairs.json | 209 + .../blockstates/cyan_pool_tile_wall.json | 90 + .../blockstates/cyan_stairs.json | 209 + .../blockstates/cyan_tile.json | 7 + .../blockstates/cyan_tile_br.json | 19 + .../blockstates/cyan_tile_to_wall.json | 7 + .../blockstates/cyan_wall_variant_1.json | 7 + .../blockstates/cyan_wall_variant_2.json | 7 + .../blockstates/dark_pool_tile.json | 7 + .../blockstates/dark_pool_tile_light.json | 7 + .../blockstates/dark_pool_tile_slab.json | 13 + .../blockstates/dark_pool_tile_stairs.json | 209 + .../blockstates/dark_red_bed.json | 7 + .../blockstates/dark_red_carpet.json | 7 + .../blockstates/dark_red_shulker_box.json | 7 + .../blockstates/dark_red_wool.json | 7 + .../deepslate_eternium_ore_block.json | 7 + .../deepslate_ilusium_ore_block.json | 7 + .../blockstates/dirty_blue_pool_tile.json | 7 + .../dirty_blue_pool_tile_light.json | 7 + .../dirty_blue_pool_tile_slab.json | 13 + .../dirty_blue_pool_tile_stairs.json | 209 + .../dirty_blue_pool_tile_wall.json | 90 + .../blockstates/dirty_cyan_pool_tile.json | 7 + .../dirty_cyan_pool_tile_light.json | 7 + .../dirty_cyan_pool_tile_slab.json | 13 + .../dirty_cyan_pool_tile_stairs.json | 209 + .../dirty_cyan_pool_tile_wall.json | 90 + .../blockstates/dirty_green_pool_tile.json | 7 + .../dirty_green_pool_tile_light.json | 7 + .../dirty_green_pool_tile_slab.json | 13 + .../dirty_green_pool_tile_stairs.json | 209 + .../dirty_green_pool_tile_wall.json | 90 + .../blockstates/dirty_pool_tile.json | 7 + .../blockstates/dirty_pool_tile_light.json | 7 + .../blockstates/dirty_pool_tile_slab.json | 13 + .../blockstates/dirty_pool_tile_stairs.json | 209 + .../blockstates/dirty_pool_tile_wall.json | 90 + .../blockstates/dirty_red_pool_tile.json | 7 + .../dirty_red_pool_tile_light.json | 7 + .../blockstates/dirty_red_pool_tile_slab.json | 13 + .../dirty_red_pool_tile_stairs.json | 209 + .../blockstates/dirty_red_pool_tile_wall.json | 90 + .../blockstates/eternium_block.json | 7 + .../blockstates/eternium_ore_block.json | 7 + .../filthy_blue_pool_tile_light.json | 7 + .../filthy_cyan_pool_tile_light.json | 7 + .../filthy_green_pool_tile_light.json | 7 + .../blockstates/filthy_pool_tile_light.json | 7 + .../filthy_red_pool_tile_light.json | 7 + .../blockstates/green_pool_tile.json | 7 + .../blockstates/green_pool_tile_light.json | 7 + .../blockstates/green_pool_tile_slab.json | 13 + .../blockstates/green_pool_tile_stairs.json | 209 + .../blockstates/green_pool_tile_wall.json | 90 + .../ariasessentials/blockstates/mini_sun.json | 7 + .../nether_vault_steel_ore_block.json | 7 + .../blockstates/old_industrial_wood_door.json | 124 + .../old_industrial_wood_planks.json | 18 + .../blockstates/old_industrial_wood_slab.json | 88 + .../old_industrial_wood_stairs.json | 1804 + .../blockstates/panzerglass_block.json | 18 + .../blockstates/panzerglass_slab.json | 88 + .../blockstates/pool_tile.json | 7 + .../blockstates/pool_tile_light.json | 7 + .../blockstates/pool_tile_slab.json | 13 + .../blockstates/pool_tile_stairs.json | 209 + .../blockstates/pool_tile_wall.json | 90 + .../blockstates/raw_cobalt_ore.json | 7 + .../blockstates/rebar_concrete.json | 30 + .../blockstates/rebar_concrete_slab.json | 160 + .../blockstates/rebar_concrete_stairs.json | 3444 + .../blockstates/rebar_concrete_tile.json | 30 + .../blockstates/rebar_concrete_tile_slab.json | 160 + .../rebar_concrete_tile_stairs.json | 3444 + .../blockstates/rebar_concrete_wall.json | 90 + .../blockstates/red_pool_tile.json | 7 + .../blockstates/red_pool_tile_light.json | 7 + .../blockstates/red_pool_tile_slab.json | 13 + .../blockstates/red_pool_tile_stairs.json | 209 + .../blockstates/red_pool_tile_wall.json | 90 + .../blockstates/red_stairs.json | 209 + .../ariasessentials/blockstates/red_tile.json | 7 + .../blockstates/red_tile_br.json | 19 + .../blockstates/red_tile_to_wall.json | 7 + .../blockstates/red_wall_variant_1.json | 7 + .../blockstates/red_wall_variant_2.json | 7 + .../blockstates/slag_brick_block.json | 30 + .../blockstates/slag_brick_slab.json | 160 + .../blockstates/slag_brick_stairs.json | 3444 + .../blockstates/slag_brick_wall.json | 90 + .../ariasessentials/blockstates/void.json | 7 + .../ariasessentials/blockstates/whiteout.json | 7 + .../assets/ariasessentials/lang/en_us.json | 183 + .../models/block/blood_red.json | 6 + .../models/block/blue_pool_tile.json | 6 + .../models/block/blue_pool_tile_light.json | 6 + .../models/block/blue_pool_tile_slab.json | 8 + .../models/block/blue_pool_tile_slab_top.json | 8 + .../models/block/blue_pool_tile_stairs.json | 8 + .../block/blue_pool_tile_stairs_inner.json | 8 + .../block/blue_pool_tile_stairs_outer.json | 8 + .../block/blue_pool_tile_wall_inventory.json | 6 + .../block/blue_pool_tile_wall_post.json | 6 + .../block/blue_pool_tile_wall_side.json | 6 + .../block/blue_pool_tile_wall_side_tall.json | 6 + .../block/clinker_brick_block_model0.json | 6 + .../block/clinker_brick_block_model1.json | 6 + .../block/clinker_brick_block_model2.json | 6 + .../block/clinker_brick_block_model3.json | 6 + .../block/clinker_brick_block_model4.json | 6 + .../block/clinker_brick_block_model5.json | 6 + .../block/clinker_brick_block_model6.json | 6 + .../block/clinker_brick_block_model7.json | 6 + .../clinker_brick_slab_model0_bottom.json | 8 + .../clinker_brick_slab_model0_double.json | 6 + .../block/clinker_brick_slab_model0_top.json | 8 + .../clinker_brick_slab_model1_bottom.json | 8 + .../clinker_brick_slab_model1_double.json | 6 + .../block/clinker_brick_slab_model1_top.json | 8 + .../clinker_brick_slab_model2_bottom.json | 8 + .../clinker_brick_slab_model2_double.json | 6 + .../block/clinker_brick_slab_model2_top.json | 8 + .../clinker_brick_slab_model3_bottom.json | 8 + .../clinker_brick_slab_model3_double.json | 6 + .../block/clinker_brick_slab_model3_top.json | 8 + .../clinker_brick_slab_model4_bottom.json | 8 + .../clinker_brick_slab_model4_double.json | 6 + .../block/clinker_brick_slab_model4_top.json | 8 + .../clinker_brick_slab_model5_bottom.json | 8 + .../clinker_brick_slab_model5_double.json | 6 + .../block/clinker_brick_slab_model5_top.json | 8 + .../clinker_brick_slab_model6_bottom.json | 8 + .../clinker_brick_slab_model6_double.json | 6 + .../block/clinker_brick_slab_model6_top.json | 8 + .../clinker_brick_slab_model7_bottom.json | 8 + .../clinker_brick_slab_model7_double.json | 6 + .../block/clinker_brick_slab_model7_top.json | 8 + .../clinker_brick_stained_block_model0.json | 6 + .../clinker_brick_stained_block_model1.json | 6 + .../clinker_brick_stained_block_model2.json | 6 + .../clinker_brick_stained_block_model3.json | 6 + .../clinker_brick_stained_block_model4.json | 6 + .../clinker_brick_stained_block_model5.json | 6 + .../clinker_brick_stained_block_model6.json | 6 + .../clinker_brick_stained_block_model7.json | 6 + ...nker_brick_stained_slab_model0_bottom.json | 8 + ...nker_brick_stained_slab_model0_double.json | 6 + ...clinker_brick_stained_slab_model0_top.json | 8 + ...nker_brick_stained_slab_model1_bottom.json | 8 + ...nker_brick_stained_slab_model1_double.json | 6 + ...clinker_brick_stained_slab_model1_top.json | 8 + ...nker_brick_stained_slab_model2_bottom.json | 8 + ...nker_brick_stained_slab_model2_double.json | 6 + ...clinker_brick_stained_slab_model2_top.json | 8 + ...nker_brick_stained_slab_model3_bottom.json | 8 + ...nker_brick_stained_slab_model3_double.json | 6 + ...clinker_brick_stained_slab_model3_top.json | 8 + ...nker_brick_stained_slab_model4_bottom.json | 8 + ...nker_brick_stained_slab_model4_double.json | 6 + ...clinker_brick_stained_slab_model4_top.json | 8 + ...nker_brick_stained_slab_model5_bottom.json | 8 + ...nker_brick_stained_slab_model5_double.json | 6 + ...clinker_brick_stained_slab_model5_top.json | 8 + ...nker_brick_stained_slab_model6_bottom.json | 8 + ...nker_brick_stained_slab_model6_double.json | 6 + ...clinker_brick_stained_slab_model6_top.json | 8 + ...nker_brick_stained_slab_model7_bottom.json | 8 + ...nker_brick_stained_slab_model7_double.json | 6 + ...clinker_brick_stained_slab_model7_top.json | 8 + .../clinker_brick_stained_stairs_model0.json | 8 + ...ker_brick_stained_stairs_model0_inner.json | 8 + ...ker_brick_stained_stairs_model0_outer.json | 8 + .../clinker_brick_stained_stairs_model1.json | 8 + ...ker_brick_stained_stairs_model1_inner.json | 8 + ...ker_brick_stained_stairs_model1_outer.json | 8 + .../clinker_brick_stained_stairs_model2.json | 8 + ...ker_brick_stained_stairs_model2_inner.json | 8 + ...ker_brick_stained_stairs_model2_outer.json | 8 + .../clinker_brick_stained_stairs_model3.json | 8 + ...ker_brick_stained_stairs_model3_inner.json | 8 + ...ker_brick_stained_stairs_model3_outer.json | 8 + .../clinker_brick_stained_stairs_model4.json | 8 + ...ker_brick_stained_stairs_model4_inner.json | 8 + ...ker_brick_stained_stairs_model4_outer.json | 8 + .../clinker_brick_stained_stairs_model5.json | 8 + ...ker_brick_stained_stairs_model5_inner.json | 8 + ...ker_brick_stained_stairs_model5_outer.json | 8 + .../clinker_brick_stained_stairs_model6.json | 8 + ...ker_brick_stained_stairs_model6_inner.json | 8 + ...ker_brick_stained_stairs_model6_outer.json | 8 + .../clinker_brick_stained_stairs_model7.json | 8 + ...ker_brick_stained_stairs_model7_inner.json | 8 + ...ker_brick_stained_stairs_model7_outer.json | 8 + .../block/clinker_brick_stairs_model0.json | 8 + .../clinker_brick_stairs_model0_inner.json | 8 + .../clinker_brick_stairs_model0_outer.json | 8 + .../block/clinker_brick_stairs_model1.json | 8 + .../clinker_brick_stairs_model1_inner.json | 8 + .../clinker_brick_stairs_model1_outer.json | 8 + .../block/clinker_brick_stairs_model2.json | 8 + .../clinker_brick_stairs_model2_inner.json | 8 + .../clinker_brick_stairs_model2_outer.json | 8 + .../block/clinker_brick_stairs_model3.json | 8 + .../clinker_brick_stairs_model3_inner.json | 8 + .../clinker_brick_stairs_model3_outer.json | 8 + .../block/clinker_brick_stairs_model4.json | 8 + .../clinker_brick_stairs_model4_inner.json | 8 + .../clinker_brick_stairs_model4_outer.json | 8 + .../block/clinker_brick_stairs_model5.json | 8 + .../clinker_brick_stairs_model5_inner.json | 8 + .../clinker_brick_stairs_model5_outer.json | 8 + .../block/clinker_brick_stairs_model6.json | 8 + .../clinker_brick_stairs_model6_inner.json | 8 + .../clinker_brick_stairs_model6_outer.json | 8 + .../block/clinker_brick_stairs_model7.json | 8 + .../clinker_brick_stairs_model7_inner.json | 8 + .../clinker_brick_stairs_model7_outer.json | 8 + .../block/clinker_brick_wall_inventory.json | 6 + .../models/block/clinker_brick_wall_post.json | 6 + .../models/block/clinker_brick_wall_side.json | 6 + .../block/clinker_brick_wall_side_tall.json | 6 + .../models/block/cobalt_block.json | 6 + .../models/block/cobalt_ore.json | 6 + .../block/custommodel/uncrafter.bbmodel | 1 + .../models/block/custommodel/uncrafter.json | 278 + .../ariasessentials/models/block/cyan.json | 6 + .../models/block/cyan_pool_tile.json | 6 + .../models/block/cyan_pool_tile_light.json | 6 + .../models/block/cyan_pool_tile_slab.json | 8 + .../models/block/cyan_pool_tile_slab_top.json | 8 + .../models/block/cyan_pool_tile_stairs.json | 8 + .../block/cyan_pool_tile_stairs_inner.json | 8 + .../block/cyan_pool_tile_stairs_outer.json | 8 + .../block/cyan_pool_tile_wall_inventory.json | 6 + .../block/cyan_pool_tile_wall_post.json | 6 + .../block/cyan_pool_tile_wall_side.json | 6 + .../block/cyan_pool_tile_wall_side_tall.json | 6 + .../models/block/cyan_stairs.json | 8 + .../models/block/cyan_stairs_inner.json | 8 + .../models/block/cyan_stairs_outer.json | 8 + .../models/block/cyan_tile.json | 7 + .../models/block/cyan_tile_br.json | 7 + .../models/block/cyan_tile_to_wall.json | 7 + .../models/block/cyan_wall_variant_1.json | 7 + .../models/block/cyan_wall_variant_2.json | 7 + .../models/block/dark_pool_tile.json | 6 + .../models/block/dark_pool_tile_light.json | 6 + .../models/block/dark_pool_tile_slab.json | 8 + .../models/block/dark_pool_tile_slab_top.json | 8 + .../models/block/dark_pool_tile_stairs.json | 8 + .../block/dark_pool_tile_stairs_inner.json | 8 + .../block/dark_pool_tile_stairs_outer.json | 8 + .../models/block/dark_red_bed.json | 7 + .../models/block/dark_red_carpet.json | 6 + .../models/block/dark_red_shulker_box.json | 5 + .../models/block/dark_red_wool.json | 6 + .../block/deepslate_eternium_ore_block.json | 6 + .../models/block/deprecated.json | 6 + .../models/block/dirty_blue_pool_tile.json | 6 + .../block/dirty_blue_pool_tile_light.json | 6 + .../block/dirty_blue_pool_tile_slab.json | 8 + .../block/dirty_blue_pool_tile_slab_top.json | 8 + .../block/dirty_blue_pool_tile_stairs.json | 8 + .../dirty_blue_pool_tile_stairs_inner.json | 8 + .../dirty_blue_pool_tile_stairs_outer.json | 8 + .../dirty_blue_pool_tile_wall_inventory.json | 6 + .../block/dirty_blue_pool_tile_wall_post.json | 6 + .../block/dirty_blue_pool_tile_wall_side.json | 6 + .../dirty_blue_pool_tile_wall_side_tall.json | 6 + .../models/block/dirty_cyan_pool_tile.json | 6 + .../block/dirty_cyan_pool_tile_light.json | 6 + .../block/dirty_cyan_pool_tile_slab.json | 8 + .../block/dirty_cyan_pool_tile_slab_top.json | 8 + .../block/dirty_cyan_pool_tile_stairs.json | 8 + .../dirty_cyan_pool_tile_stairs_inner.json | 8 + .../dirty_cyan_pool_tile_stairs_outer.json | 8 + .../dirty_cyan_pool_tile_wall_inventory.json | 6 + .../block/dirty_cyan_pool_tile_wall_post.json | 6 + .../block/dirty_cyan_pool_tile_wall_side.json | 6 + .../dirty_cyan_pool_tile_wall_side_tall.json | 6 + .../models/block/dirty_green_pool_tile.json | 6 + .../block/dirty_green_pool_tile_light.json | 6 + .../block/dirty_green_pool_tile_slab.json | 8 + .../block/dirty_green_pool_tile_slab_top.json | 8 + .../block/dirty_green_pool_tile_stairs.json | 8 + .../dirty_green_pool_tile_stairs_inner.json | 8 + .../dirty_green_pool_tile_stairs_outer.json | 8 + .../dirty_green_pool_tile_wall_inventory.json | 6 + .../dirty_green_pool_tile_wall_post.json | 6 + .../dirty_green_pool_tile_wall_side.json | 6 + .../dirty_green_pool_tile_wall_side_tall.json | 6 + .../models/block/dirty_pool_tile.json | 6 + .../models/block/dirty_pool_tile_light.json | 6 + .../models/block/dirty_pool_tile_slab.json | 8 + .../block/dirty_pool_tile_slab_top.json | 8 + .../models/block/dirty_pool_tile_stairs.json | 8 + .../block/dirty_pool_tile_stairs_inner.json | 8 + .../block/dirty_pool_tile_stairs_outer.json | 8 + .../block/dirty_pool_tile_wall_inventory.json | 6 + .../block/dirty_pool_tile_wall_post.json | 6 + .../block/dirty_pool_tile_wall_side.json | 6 + .../block/dirty_pool_tile_wall_side_tall.json | 6 + .../models/block/dirty_red_pool_tile.json | 6 + .../block/dirty_red_pool_tile_light.json | 6 + .../block/dirty_red_pool_tile_slab.json | 8 + .../block/dirty_red_pool_tile_slab_top.json | 8 + .../block/dirty_red_pool_tile_stairs.json | 8 + .../dirty_red_pool_tile_stairs_inner.json | 8 + .../dirty_red_pool_tile_stairs_outer.json | 8 + .../dirty_red_pool_tile_wall_inventory.json | 6 + .../block/dirty_red_pool_tile_wall_post.json | 6 + .../block/dirty_red_pool_tile_wall_side.json | 6 + .../dirty_red_pool_tile_wall_side_tall.json | 6 + .../brick/clinker_brick_recessed_model.json | 283 + .../clinker_brick_sastor_corner_model.json | 86 + .../clinker_brick_sastor_down_model.json | 12 + .../brick/clinker_brick_sastor_up_model.json | 12 + .../clinker_brick_vertically_slit_model.json | 247 + .../furniture/steel_catwalk.json | 105 + .../furniture/steel_catwalk_rail_n.json | 152 + .../furniture/steel_catwalk_rail_ne.json | 187 + .../furniture/steel_catwalk_stairs.json | 289 + .../furniture/steel_catwalk_stairs_dr.json | 419 + .../furniture/steel_catwalk_stairs_lr.json | 351 + .../furniture/steel_catwalk_stairs_rr.json | 351 + .../furniture/steel_catwalk_top.json | 119 + .../furniture/steel_floor_grating.json | 203 + .../furniture/steel_floor_grating_top.json | 224 + .../furniture/steel_railing.json | 86 + .../engineersdecor/furniture/steel_table.json | 386 + .../engineersdecor/steel_catwalk_block.json | 345 + .../models/block/eternium_block.json | 6 + .../models/block/eternium_ore_block.json | 6 + .../ariasessentials/models/block/fb/cube.json | 11 + .../models/block/fb/fullbright.json | 22 + .../models/block/fb/rotatable.json | 12 + .../models/block/fb/sided.json | 12 + .../ariasessentials/models/block/fb/top.json | 11 + .../block/filthy_blue_pool_tile_light.json | 6 + .../block/filthy_cyan_pool_tile_light.json | 6 + .../block/filthy_green_pool_tile_light.json | 6 + .../models/block/filthy_pool_tile_light.json | 6 + .../block/filthy_red_pool_tile_light.json | 6 + .../models/block/green_pool_tile.json | 6 + .../models/block/green_pool_tile_light.json | 6 + .../models/block/green_pool_tile_slab.json | 8 + .../block/green_pool_tile_slab_top.json | 8 + .../models/block/green_pool_tile_stairs.json | 8 + .../block/green_pool_tile_stairs_inner.json | 8 + .../block/green_pool_tile_stairs_outer.json | 8 + .../block/green_pool_tile_wall_inventory.json | 6 + .../block/green_pool_tile_wall_post.json | 6 + .../block/green_pool_tile_wall_side.json | 6 + .../block/green_pool_tile_wall_side_tall.json | 6 + .../models/block/item_scrubber.json | 274 + .../models/block/item_scrubber.json.old | 12 + .../layered_compressed_obsidian_block.json | 6 + .../models/block/magical_scrubber.json | 1489 + .../models/block/mini_sun.json | 6 + .../block/nether_vault_steel_ore_block.json | 6 + .../block/old_industrial_wood_door.json | 7 + .../old_industrial_wood_door_bottom_left.json | 8 + ...industrial_wood_door_bottom_left_open.json | 8 + ...old_industrial_wood_door_bottom_right.json | 8 + ...ndustrial_wood_door_bottom_right_open.json | 8 + .../old_industrial_wood_door_top_left.json | 8 + ...ld_industrial_wood_door_top_left_open.json | 8 + .../old_industrial_wood_door_top_right.json | 8 + ...d_industrial_wood_door_top_right_open.json | 8 + .../old_industrial_wood_planks_model0.json | 6 + .../old_industrial_wood_planks_model1.json | 6 + .../old_industrial_wood_planks_model2.json | 6 + .../old_industrial_wood_planks_model3.json | 6 + ...ld_industrial_wood_slab_model0_bottom.json | 8 + ...ld_industrial_wood_slab_model0_double.json | 6 + .../old_industrial_wood_slab_model0_top.json | 8 + ...ld_industrial_wood_slab_model1_bottom.json | 8 + ...ld_industrial_wood_slab_model1_double.json | 6 + .../old_industrial_wood_slab_model1_top.json | 8 + ...ld_industrial_wood_slab_model2_bottom.json | 8 + ...ld_industrial_wood_slab_model2_double.json | 6 + .../old_industrial_wood_slab_model2_top.json | 8 + ...ld_industrial_wood_slab_model3_bottom.json | 8 + ...ld_industrial_wood_slab_model3_double.json | 6 + .../old_industrial_wood_slab_model3_top.json | 8 + .../old_industrial_wood_stairs_model0.json | 8 + ...d_industrial_wood_stairs_model0_inner.json | 8 + ...d_industrial_wood_stairs_model0_outer.json | 8 + .../old_industrial_wood_stairs_model1.json | 8 + ...d_industrial_wood_stairs_model1_inner.json | 8 + ...d_industrial_wood_stairs_model1_outer.json | 8 + .../old_industrial_wood_stairs_model2.json | 8 + ...d_industrial_wood_stairs_model2_inner.json | 8 + ...d_industrial_wood_stairs_model2_outer.json | 8 + .../old_industrial_wood_stairs_model3.json | 8 + ...d_industrial_wood_stairs_model3_inner.json | 8 + ...d_industrial_wood_stairs_model3_outer.json | 8 + .../block/panzerglass_block_inventory.json | 7 + .../block/panzerglass_block_model0.json | 7 + .../block/panzerglass_block_model1.json | 7 + .../block/panzerglass_block_model2.json | 7 + .../block/panzerglass_block_model3.json | 7 + .../block/panzerglass_slab_model0_bottom.json | 9 + .../block/panzerglass_slab_model0_double.json | 7 + .../block/panzerglass_slab_model0_top.json | 9 + .../block/panzerglass_slab_model1_bottom.json | 9 + .../block/panzerglass_slab_model1_double.json | 7 + .../block/panzerglass_slab_model1_top.json | 9 + .../block/panzerglass_slab_model2_bottom.json | 9 + .../block/panzerglass_slab_model2_double.json | 7 + .../block/panzerglass_slab_model2_top.json | 9 + .../block/panzerglass_slab_model3_bottom.json | 9 + .../block/panzerglass_slab_model3_double.json | 7 + .../block/panzerglass_slab_model3_top.json | 9 + .../models/block/pool_tile.json | 6 + .../models/block/pool_tile_light.json | 6 + .../models/block/pool_tile_slab.json | 8 + .../models/block/pool_tile_slab_top.json | 8 + .../models/block/pool_tile_stairs.json | 8 + .../models/block/pool_tile_stairs_inner.json | 8 + .../models/block/pool_tile_stairs_outer.json | 8 + .../block/pool_tile_wall_inventory.json | 6 + .../models/block/pool_tile_wall_post.json | 6 + .../models/block/pool_tile_wall_side.json | 6 + .../block/pool_tile_wall_side_tall.json | 6 + .../models/block/raw_cobalt_ore.json | 6 + .../models/block/rebar_concrete_model0.json | 6 + .../models/block/rebar_concrete_model1.json | 6 + .../models/block/rebar_concrete_model2.json | 6 + .../models/block/rebar_concrete_model3.json | 6 + .../models/block/rebar_concrete_model4.json | 6 + .../models/block/rebar_concrete_model5.json | 6 + .../models/block/rebar_concrete_model6.json | 6 + .../models/block/rebar_concrete_model7.json | 6 + .../rebar_concrete_slab_model0_bottom.json | 8 + .../rebar_concrete_slab_model0_double.json | 6 + .../block/rebar_concrete_slab_model0_top.json | 8 + .../rebar_concrete_slab_model1_bottom.json | 8 + .../rebar_concrete_slab_model1_double.json | 6 + .../block/rebar_concrete_slab_model1_top.json | 8 + .../rebar_concrete_slab_model2_bottom.json | 8 + .../rebar_concrete_slab_model2_double.json | 6 + .../block/rebar_concrete_slab_model2_top.json | 8 + .../rebar_concrete_slab_model3_bottom.json | 8 + .../rebar_concrete_slab_model3_double.json | 6 + .../block/rebar_concrete_slab_model3_top.json | 8 + .../rebar_concrete_slab_model4_bottom.json | 8 + .../rebar_concrete_slab_model4_double.json | 6 + .../block/rebar_concrete_slab_model4_top.json | 8 + .../rebar_concrete_slab_model5_bottom.json | 8 + .../rebar_concrete_slab_model5_double.json | 6 + .../block/rebar_concrete_slab_model5_top.json | 8 + .../rebar_concrete_slab_model6_bottom.json | 8 + .../rebar_concrete_slab_model6_double.json | 6 + .../block/rebar_concrete_slab_model6_top.json | 8 + .../rebar_concrete_slab_model7_bottom.json | 8 + .../rebar_concrete_slab_model7_double.json | 6 + .../block/rebar_concrete_slab_model7_top.json | 8 + .../block/rebar_concrete_stairs_model0.json | 8 + .../rebar_concrete_stairs_model0_inner.json | 8 + .../rebar_concrete_stairs_model0_outer.json | 8 + .../block/rebar_concrete_stairs_model1.json | 8 + .../rebar_concrete_stairs_model1_inner.json | 8 + .../rebar_concrete_stairs_model1_outer.json | 8 + .../block/rebar_concrete_stairs_model2.json | 8 + .../rebar_concrete_stairs_model2_inner.json | 8 + .../rebar_concrete_stairs_model2_outer.json | 8 + .../block/rebar_concrete_stairs_model3.json | 8 + .../rebar_concrete_stairs_model3_inner.json | 8 + .../rebar_concrete_stairs_model3_outer.json | 8 + .../block/rebar_concrete_stairs_model4.json | 8 + .../rebar_concrete_stairs_model4_inner.json | 8 + .../rebar_concrete_stairs_model4_outer.json | 8 + .../block/rebar_concrete_stairs_model5.json | 8 + .../rebar_concrete_stairs_model5_inner.json | 8 + .../rebar_concrete_stairs_model5_outer.json | 8 + .../block/rebar_concrete_stairs_model6.json | 8 + .../rebar_concrete_stairs_model6_inner.json | 8 + .../rebar_concrete_stairs_model6_outer.json | 8 + .../block/rebar_concrete_stairs_model7.json | 8 + .../rebar_concrete_stairs_model7_inner.json | 8 + .../rebar_concrete_stairs_model7_outer.json | 8 + .../block/rebar_concrete_tile_model0.json | 6 + .../block/rebar_concrete_tile_model1.json | 6 + .../block/rebar_concrete_tile_model2.json | 6 + .../block/rebar_concrete_tile_model3.json | 6 + .../block/rebar_concrete_tile_model4.json | 6 + .../block/rebar_concrete_tile_model5.json | 6 + .../block/rebar_concrete_tile_model6.json | 6 + .../block/rebar_concrete_tile_model7.json | 6 + ...ebar_concrete_tile_slab_model0_bottom.json | 8 + ...ebar_concrete_tile_slab_model0_double.json | 6 + .../rebar_concrete_tile_slab_model0_top.json | 8 + ...ebar_concrete_tile_slab_model1_bottom.json | 8 + ...ebar_concrete_tile_slab_model1_double.json | 6 + .../rebar_concrete_tile_slab_model1_top.json | 8 + ...ebar_concrete_tile_slab_model2_bottom.json | 8 + ...ebar_concrete_tile_slab_model2_double.json | 6 + .../rebar_concrete_tile_slab_model2_top.json | 8 + ...ebar_concrete_tile_slab_model3_bottom.json | 8 + ...ebar_concrete_tile_slab_model3_double.json | 6 + .../rebar_concrete_tile_slab_model3_top.json | 8 + ...ebar_concrete_tile_slab_model4_bottom.json | 8 + ...ebar_concrete_tile_slab_model4_double.json | 6 + .../rebar_concrete_tile_slab_model4_top.json | 8 + ...ebar_concrete_tile_slab_model5_bottom.json | 8 + ...ebar_concrete_tile_slab_model5_double.json | 6 + .../rebar_concrete_tile_slab_model5_top.json | 8 + ...ebar_concrete_tile_slab_model6_bottom.json | 8 + ...ebar_concrete_tile_slab_model6_double.json | 6 + .../rebar_concrete_tile_slab_model6_top.json | 8 + ...ebar_concrete_tile_slab_model7_bottom.json | 8 + ...ebar_concrete_tile_slab_model7_double.json | 6 + .../rebar_concrete_tile_slab_model7_top.json | 8 + .../rebar_concrete_tile_stairs_model0.json | 8 + ...bar_concrete_tile_stairs_model0_inner.json | 8 + ...bar_concrete_tile_stairs_model0_outer.json | 8 + .../rebar_concrete_tile_stairs_model1.json | 8 + ...bar_concrete_tile_stairs_model1_inner.json | 8 + ...bar_concrete_tile_stairs_model1_outer.json | 8 + .../rebar_concrete_tile_stairs_model2.json | 8 + ...bar_concrete_tile_stairs_model2_inner.json | 8 + ...bar_concrete_tile_stairs_model2_outer.json | 8 + .../rebar_concrete_tile_stairs_model3.json | 8 + ...bar_concrete_tile_stairs_model3_inner.json | 8 + ...bar_concrete_tile_stairs_model3_outer.json | 8 + .../rebar_concrete_tile_stairs_model4.json | 8 + ...bar_concrete_tile_stairs_model4_inner.json | 8 + ...bar_concrete_tile_stairs_model4_outer.json | 8 + .../rebar_concrete_tile_stairs_model5.json | 8 + ...bar_concrete_tile_stairs_model5_inner.json | 8 + ...bar_concrete_tile_stairs_model5_outer.json | 8 + .../rebar_concrete_tile_stairs_model6.json | 8 + ...bar_concrete_tile_stairs_model6_inner.json | 8 + ...bar_concrete_tile_stairs_model6_outer.json | 8 + .../rebar_concrete_tile_stairs_model7.json | 8 + ...bar_concrete_tile_stairs_model7_inner.json | 8 + ...bar_concrete_tile_stairs_model7_outer.json | 8 + .../block/rebar_concrete_wall_inventory.json | 6 + .../block/rebar_concrete_wall_post.json | 6 + .../block/rebar_concrete_wall_side.json | 6 + .../block/rebar_concrete_wall_side_tall.json | 6 + .../models/block/red_pool_tile.json | 6 + .../models/block/red_pool_tile_light.json | 6 + .../models/block/red_pool_tile_slab.json | 8 + .../models/block/red_pool_tile_slab_top.json | 8 + .../models/block/red_pool_tile_stairs.json | 8 + .../block/red_pool_tile_stairs_inner.json | 8 + .../block/red_pool_tile_stairs_outer.json | 8 + .../block/red_pool_tile_wall_inventory.json | 6 + .../models/block/red_pool_tile_wall_post.json | 6 + .../models/block/red_pool_tile_wall_side.json | 6 + .../block/red_pool_tile_wall_side_tall.json | 6 + .../models/block/red_stairs.json | 8 + .../models/block/red_stairs_inner.json | 8 + .../models/block/red_stairs_outer.json | 8 + .../models/block/red_tile.json | 7 + .../models/block/red_tile_br.json | 7 + .../models/block/red_tile_to_wall.json | 7 + .../models/block/red_wall_variant_1.json | 7 + .../models/block/red_wall_variant_2.json | 7 + .../models/block/rotatable.json | 12 + .../ariasessentials/models/block/sided.json | 12 + .../models/block/slag_brick_block_model0.json | 6 + .../models/block/slag_brick_block_model1.json | 6 + .../models/block/slag_brick_block_model2.json | 6 + .../models/block/slag_brick_block_model3.json | 6 + .../models/block/slag_brick_block_model4.json | 6 + .../models/block/slag_brick_block_model5.json | 6 + .../models/block/slag_brick_block_model6.json | 6 + .../models/block/slag_brick_block_model7.json | 6 + .../block/slag_brick_slab_model0_bottom.json | 8 + .../block/slag_brick_slab_model0_double.json | 6 + .../block/slag_brick_slab_model0_top.json | 8 + .../block/slag_brick_slab_model1_bottom.json | 8 + .../block/slag_brick_slab_model1_double.json | 6 + .../block/slag_brick_slab_model1_top.json | 8 + .../block/slag_brick_slab_model2_bottom.json | 8 + .../block/slag_brick_slab_model2_double.json | 6 + .../block/slag_brick_slab_model2_top.json | 8 + .../block/slag_brick_slab_model3_bottom.json | 8 + .../block/slag_brick_slab_model3_double.json | 6 + .../block/slag_brick_slab_model3_top.json | 8 + .../block/slag_brick_slab_model4_bottom.json | 8 + .../block/slag_brick_slab_model4_double.json | 6 + .../block/slag_brick_slab_model4_top.json | 8 + .../block/slag_brick_slab_model5_bottom.json | 8 + .../block/slag_brick_slab_model5_double.json | 6 + .../block/slag_brick_slab_model5_top.json | 8 + .../block/slag_brick_slab_model6_bottom.json | 8 + .../block/slag_brick_slab_model6_double.json | 6 + .../block/slag_brick_slab_model6_top.json | 8 + .../block/slag_brick_slab_model7_bottom.json | 8 + .../block/slag_brick_slab_model7_double.json | 6 + .../block/slag_brick_slab_model7_top.json | 8 + .../block/slag_brick_stairs_model0.json | 8 + .../block/slag_brick_stairs_model0_inner.json | 8 + .../block/slag_brick_stairs_model0_outer.json | 8 + .../block/slag_brick_stairs_model1.json | 8 + .../block/slag_brick_stairs_model1_inner.json | 8 + .../block/slag_brick_stairs_model1_outer.json | 8 + .../block/slag_brick_stairs_model2.json | 8 + .../block/slag_brick_stairs_model2_inner.json | 8 + .../block/slag_brick_stairs_model2_outer.json | 8 + .../block/slag_brick_stairs_model3.json | 8 + .../block/slag_brick_stairs_model3_inner.json | 8 + .../block/slag_brick_stairs_model3_outer.json | 8 + .../block/slag_brick_stairs_model4.json | 8 + .../block/slag_brick_stairs_model4_inner.json | 8 + .../block/slag_brick_stairs_model4_outer.json | 8 + .../block/slag_brick_stairs_model5.json | 8 + .../block/slag_brick_stairs_model5_inner.json | 8 + .../block/slag_brick_stairs_model5_outer.json | 8 + .../block/slag_brick_stairs_model6.json | 8 + .../block/slag_brick_stairs_model6_inner.json | 8 + .../block/slag_brick_stairs_model6_outer.json | 8 + .../block/slag_brick_stairs_model7.json | 8 + .../block/slag_brick_stairs_model7_inner.json | 8 + .../block/slag_brick_stairs_model7_outer.json | 8 + .../block/slag_brick_wall_inventory.json | 6 + .../models/block/slag_brick_wall_post.json | 6 + .../models/block/slag_brick_wall_side.json | 6 + .../block/slag_brick_wall_side_tall.json | 6 + .../models/block/stable_singularity.json | 321 + .../models/block/steel_catwalk.json | 3 + .../models/block/steel_catwalk_block.bbmodel | 1 + .../models/block/steel_catwalk_block.json | 3 + .../models/block/steel_catwalk_stairs.json | 3 + .../models/block/steel_catwalk_stairs_dr.json | 3 + .../models/block/steel_catwalk_stairs_lr.json | 3 + .../models/block/steel_catwalk_stairs_rr.json | 3 + .../models/block/steel_catwalk_top.json | 3 + .../models/block/steel_floor_grating.json | 3 + .../models/block/steel_floor_grating_top.json | 3 + .../models/block/steel_railing.json | 3 + .../models/block/steel_table.json | 3 + .../models/block/tflipflop.json | 3 + .../models/block/uncrafter.json | 3 + .../models/block/vault_steel_ore_block.json | 6 + .../ariasessentials/models/block/void.json | 6 + .../models/block/whiteout.json | 6 + .../models/item/aurora_compound.json | 6 + .../ariasessentials/models/item/black.json | 3 + .../models/item/blood_red.json | 3 + .../models/item/blue_brick.json | 6 + .../models/item/blue_pool_tile.json | 3 + .../models/item/blue_pool_tile_light.json | 3 + .../models/item/blue_pool_tile_slab.json | 3 + .../models/item/blue_pool_tile_stairs.json | 3 + .../models/item/blue_pool_tile_wall.json | 3 + .../models/item/clear_glass_block.json | 3 + .../models/item/clinker_brick_block.json | 3 + .../models/item/clinker_brick_recessed.json | 3 + .../clinker_brick_sastor_corner_block.json | 3 + .../models/item/clinker_brick_slab.json | 3 + .../item/clinker_brick_stained_block.json | 3 + .../item/clinker_brick_stained_slab.json | 3 + .../item/clinker_brick_stained_stairs.json | 3 + .../models/item/clinker_brick_stairs.json | 3 + .../item/clinker_brick_vertically_slit.json | 3 + .../models/item/clinker_brick_wall.json | 3 + .../models/item/cobalt_block.json | 3 + .../models/item/cobalt_ingot.json | 6 + .../models/item/cobalt_ore.json | 3 + .../ariasessentials/models/item/cyan.json | 3 + .../models/item/cyan_brick.json | 6 + .../models/item/cyan_pool_tile.json | 3 + .../models/item/cyan_pool_tile_light.json | 3 + .../models/item/cyan_pool_tile_slab.json | 3 + .../models/item/cyan_pool_tile_stairs.json | 3 + .../models/item/cyan_pool_tile_wall.json | 3 + .../models/item/cyan_stairs.json | 3 + .../models/item/cyan_tile.json | 3 + .../models/item/cyan_tile_br.json | 3 + .../models/item/cyan_tile_to_wall.json | 3 + .../models/item/cyan_wall_variant_1.json | 3 + .../models/item/cyan_wall_variant_2.json | 3 + .../models/item/dark_pool_tile.json | 3 + .../models/item/dark_pool_tile_light.json | 3 + .../models/item/dark_pool_tile_slab.json | 3 + .../models/item/dark_pool_tile_stairs.json | 3 + .../models/item/dark_red_bed.json | 6 + .../models/item/dark_red_brick.json | 6 + .../models/item/dark_red_carpet.json | 3 + .../models/item/dark_red_dye.json | 6 + .../models/item/dark_red_shulker_box.json | 6 + .../models/item/dark_red_wool.json | 3 + .../item/deepslate_eternium_ore_block.json | 3 + .../item/deepslate_ilusium_ore_block.json | 3 + .../models/item/deprecated.json | 6 + .../models/item/dirty_blue_pool_tile.json | 3 + .../item/dirty_blue_pool_tile_light.json | 3 + .../item/dirty_blue_pool_tile_slab.json | 3 + .../item/dirty_blue_pool_tile_stairs.json | 3 + .../item/dirty_blue_pool_tile_wall.json | 3 + .../models/item/dirty_cyan_pool_tile.json | 3 + .../item/dirty_cyan_pool_tile_light.json | 3 + .../item/dirty_cyan_pool_tile_slab.json | 3 + .../item/dirty_cyan_pool_tile_stairs.json | 3 + .../item/dirty_cyan_pool_tile_wall.json | 3 + .../models/item/dirty_green_pool_tile.json | 3 + .../item/dirty_green_pool_tile_light.json | 3 + .../item/dirty_green_pool_tile_slab.json | 3 + .../item/dirty_green_pool_tile_stairs.json | 3 + .../item/dirty_green_pool_tile_wall.json | 3 + .../models/item/dirty_pool_tile.json | 3 + .../models/item/dirty_pool_tile_light.json | 3 + .../models/item/dirty_pool_tile_slab.json | 3 + .../models/item/dirty_pool_tile_stairs.json | 3 + .../models/item/dirty_pool_tile_wall.json | 3 + .../models/item/dirty_red_pool_light.json | 3 + .../models/item/dirty_red_pool_tile.json | 3 + .../models/item/dirty_red_pool_tile_slab.json | 3 + .../item/dirty_red_pool_tile_stairs.json | 3 + .../models/item/dirty_red_pool_tile_wall.json | 3 + .../models/item/empty_spawn_egg.json | 6 + .../models/item/eternium_block.json | 3 + .../models/item/eternium_fragment.json | 6 + .../models/item/eternium_ingot.json | 6 + .../models/item/eternium_ore.json | 6 + .../models/item/eternium_ore_block.json | 3 + .../models/item/eternium_rod.json | 6 + .../item/filthy_blue_pool_tile_light.json | 3 + .../item/filthy_cyan_pool_tile_light.json | 3 + .../item/filthy_green_pool_tile_light.json | 3 + .../models/item/filthy_pool_tile_light.json | 3 + .../item/filthy_red_pool_tile_light.json | 3 + .../models/item/green_brick.json | 6 + .../models/item/green_pool_tile.json | 3 + .../models/item/green_pool_tile_light.json | 3 + .../models/item/green_pool_tile_slab.json | 3 + .../models/item/green_pool_tile_stairs.json | 3 + .../models/item/green_pool_tile_wall.json | 3 + .../models/item/ihan_crystal.json | 6 + .../models/item/light_blue_brick.json | 6 + .../models/item/lime_brick.json | 6 + .../models/item/magma_powder.json | 6 + .../models/item/melted_ender_pearl.json | 6 + .../models/item/metal_bar.json | 6 + .../ariasessentials/models/item/mini_sun.json | 3 + .../models/item/mob_capture_ball.json | 6 + .../models/item/old_industrial_wood_door.json | 3 + .../item/old_industrial_wood_planks.json | 3 + .../models/item/old_industrial_wood_slab.json | 3 + .../item/old_industrial_wood_stairs.json | 3 + .../models/item/panzerglass_block.json | 3 + .../models/item/panzerglass_slab.json | 3 + .../models/item/partial_item.json | 6 + .../models/item/pool_tile.json | 3 + .../models/item/pool_tile_light.json | 3 + .../models/item/pool_tile_slab.json | 3 + .../models/item/pool_tile_stairs.json | 3 + .../models/item/pool_tile_wall.json | 3 + .../models/item/raw_cobalt.json | 6 + .../models/item/raw_cobalt_ore.json | 3 + .../models/item/raw_vault_steel_ore.json | 6 + .../models/item/rebar_concrete.json | 3 + .../models/item/rebar_concrete_slab.json | 3 + .../models/item/rebar_concrete_stairs.json | 3 + .../models/item/rebar_concrete_tile.json | 3 + .../models/item/rebar_concrete_tile_slab.json | 3 + .../item/rebar_concrete_tile_stairs.json | 3 + .../models/item/rebar_concrete_wall.json | 3 + .../models/item/red_brick.json | 6 + .../models/item/red_pool_tile.json | 3 + .../models/item/red_pool_tile_light.json | 3 + .../models/item/red_pool_tile_slab.json | 3 + .../models/item/red_pool_tile_stairs.json | 3 + .../models/item/red_pool_tile_wall.json | 3 + .../models/item/red_stairs.json | 3 + .../ariasessentials/models/item/red_tile.json | 3 + .../models/item/red_tile_br.json | 3 + .../models/item/red_tile_to_wall.json | 3 + .../models/item/red_wall_variant_1.json | 3 + .../models/item/red_wall_variant_2.json | 3 + .../models/item/scrubber_frame.json | 6 + .../models/item/scrubber_frame_piece.json | 6 + .../models/item/singularity.json | 6 + .../models/item/slag_brick_block.json | 3 + .../models/item/slag_brick_slab.json | 3 + .../models/item/slag_brick_stairs.json | 3 + .../models/item/slag_brick_wall.json | 3 + .../ariasessentials/models/item/tiab.json | 6 + .../ariasessentials/models/item/void.json | 3 + .../models/item/white_brick.json | 6 + .../ariasessentials/models/item/whiteout.json | 3 + .../ariasessentials/textures/block/black.png | Bin 0 -> 124 bytes .../textures/block/blue_pool_tile.png | Bin 0 -> 1396 bytes .../textures/block/blue_pool_tile_light.png | Bin 0 -> 1355 bytes .../textures/block/cobalt_block.png | Bin 0 -> 146 bytes .../textures/block/cobalt_ore.png | Bin 0 -> 263 bytes .../block/compressed_obsidian_block.png | Bin 0 -> 443 bytes .../compression_chamber/bottom_plate.png | Bin 0 -> 160 bytes .../compression_chamber/compression_lid.png | Bin 0 -> 165 bytes .../block/compression_chamber/compressor.png | Bin 0 -> 162 bytes .../block/compression_chamber/power.png | Bin 0 -> 161 bytes .../block/compression_chamber/support0.png | Bin 0 -> 126 bytes .../textures/block/cyan_pool_tile.png | Bin 0 -> 1343 bytes .../textures/block/cyan_pool_tile_light.png | Bin 0 -> 1339 bytes .../textures/block/dark_pool_tile.png | Bin 0 -> 1511 bytes .../textures/block/dark_pool_tile_light.png | Bin 0 -> 1387 bytes .../textures/block/dark_red_wool.png | Bin 0 -> 423 bytes .../block/deepslate_eternium_ore_block.png | Bin 0 -> 650 bytes .../textures/block/deprecated.png | Bin 0 -> 208 bytes .../textures/block/dirty_blue_pool_light.png | Bin 0 -> 1350 bytes .../textures/block/dirty_blue_pool_tile.png | Bin 0 -> 1190 bytes .../textures/block/dirty_cyan_pool_tile.png | Bin 0 -> 1199 bytes .../block/dirty_cyan_pool_tile_light.png | Bin 0 -> 1343 bytes .../textures/block/dirty_green_pool_tile.png | Bin 0 -> 1114 bytes .../block/dirty_green_pool_tile_light.png | Bin 0 -> 1323 bytes .../textures/block/dirty_pool_tile.png | Bin 0 -> 756 bytes .../textures/block/dirty_pool_tile_light.png | Bin 0 -> 1335 bytes .../textures/block/dirty_purple_pool_tile.png | Bin 0 -> 1250 bytes .../block/dirty_purple_pool_tile_light.png | Bin 0 -> 1311 bytes .../textures/block/dirty_red_pool_tile.png | Bin 0 -> 1072 bytes .../block/dirty_red_pool_tile_light.png | Bin 0 -> 1302 bytes .../textures/block/dirty_yellow_pool_tile.png | Bin 0 -> 1191 bytes .../block/dirty_yellow_pool_tile_light.png | Bin 0 -> 1331 bytes .../clinker_brick/clinker_brick_pole_side.png | Bin 0 -> 568 bytes ...inker_brick_sastor_corner_down_texture.png | Bin 0 -> 569 bytes ...inker_brick_sastor_corner_side_texture.png | Bin 0 -> 635 bytes ...clinker_brick_sastor_corner_up_texture.png | Bin 0 -> 621 bytes ...er_brick_sastor_downplate_side_texture.png | Bin 0 -> 576 bytes ...nker_brick_sastor_upplate_side_texture.png | Bin 0 -> 566 bytes ...inker_brick_sastor_upplate_top_texture.png | Bin 0 -> 515 bytes .../clinker_brick_stained_texture0.png | Bin 0 -> 785 bytes .../clinker_brick_stained_texture1.png | Bin 0 -> 771 bytes .../clinker_brick_stained_texture2.png | Bin 0 -> 782 bytes .../clinker_brick_stained_texture3.png | Bin 0 -> 790 bytes .../clinker_brick_stained_texture4.png | Bin 0 -> 802 bytes .../clinker_brick_stained_texture5.png | Bin 0 -> 796 bytes .../clinker_brick_stained_texture6.png | Bin 0 -> 787 bytes .../clinker_brick_stained_texture7.png | Bin 0 -> 793 bytes .../clinker_brick/clinker_brick_texture0.png | Bin 0 -> 641 bytes .../clinker_brick/clinker_brick_texture1.png | Bin 0 -> 652 bytes .../clinker_brick/clinker_brick_texture2.png | Bin 0 -> 666 bytes .../clinker_brick/clinker_brick_texture3.png | Bin 0 -> 602 bytes .../clinker_brick/clinker_brick_texture4.png | Bin 0 -> 624 bytes .../clinker_brick/clinker_brick_texture5.png | Bin 0 -> 592 bytes .../clinker_brick/clinker_brick_texture6.png | Bin 0 -> 633 bytes .../clinker_brick/clinker_brick_texture7.png | Bin 0 -> 619 bytes .../clinker_brick/clinker_brick_top.png | Bin 0 -> 570 bytes .../clinker_brick/clinker_brick_wall0.png | Bin 0 -> 625 bytes .../clinker_brick/clinker_brick_wall1.png | Bin 0 -> 564 bytes .../clinker_brick/clinker_brick_wall2.png | Bin 0 -> 653 bytes .../clinker_brick/clinker_brick_wall3.png | Bin 0 -> 659 bytes .../clinker_brick/clinker_brick_wall4.png | Bin 0 -> 623 bytes .../clinker_brick/clinker_brick_wall5.png | Bin 0 -> 611 bytes .../clinker_brick/clinker_brick_wall6.png | Bin 0 -> 645 bytes .../clinker_brick/clinker_brick_wall7.png | Bin 0 -> 636 bytes .../concrete/rebar_concrete_texture0.png | Bin 0 -> 607 bytes .../concrete/rebar_concrete_texture1.png | Bin 0 -> 623 bytes .../concrete/rebar_concrete_texture2.png | Bin 0 -> 639 bytes .../concrete/rebar_concrete_texture3.png | Bin 0 -> 618 bytes .../concrete/rebar_concrete_texture4.png | Bin 0 -> 612 bytes .../concrete/rebar_concrete_texture5.png | Bin 0 -> 619 bytes .../concrete/rebar_concrete_texture6.png | Bin 0 -> 611 bytes .../concrete/rebar_concrete_texture7.png | Bin 0 -> 615 bytes .../concrete/rebar_concrete_tile_texture0.png | Bin 0 -> 510 bytes .../concrete/rebar_concrete_tile_texture1.png | Bin 0 -> 521 bytes .../concrete/rebar_concrete_tile_texture2.png | Bin 0 -> 532 bytes .../concrete/rebar_concrete_tile_texture3.png | Bin 0 -> 529 bytes .../concrete/rebar_concrete_tile_texture4.png | Bin 0 -> 515 bytes .../concrete/rebar_concrete_tile_texture5.png | Bin 0 -> 534 bytes .../concrete/rebar_concrete_tile_texture6.png | Bin 0 -> 518 bytes .../concrete/rebar_concrete_tile_texture7.png | Bin 0 -> 534 bytes .../metal_sliding_door_texture_bottom.png | Bin 0 -> 517 bytes .../door/metal_sliding_door_texture_side.png | Bin 0 -> 428 bytes .../door/metal_sliding_door_texture_top.png | Bin 0 -> 564 bytes .../old_industrial_door_texture_bottom.png | Bin 0 -> 579 bytes .../door/old_industrial_door_texture_side.png | Bin 0 -> 551 bytes .../door/old_industrial_door_texture_top.png | Bin 0 -> 569 bytes .../furniture/steel_catwalk_side.png | Bin 0 -> 369 bytes .../furniture/steel_catwalk_top.png | Bin 0 -> 593 bytes .../furniture/steel_table_side_texture.png | Bin 0 -> 328 bytes .../furniture/steel_table_top_texture.png | Bin 0 -> 327 bytes .../glass/panzerglass_block_texture0.png | Bin 0 -> 591 bytes .../glass/panzerglass_block_texture1.png | Bin 0 -> 614 bytes .../glass/panzerglass_block_texture2.png | Bin 0 -> 616 bytes .../glass/panzerglass_block_texture3.png | Bin 0 -> 585 bytes .../panzerglass_block_texture_inventory.png | Bin 0 -> 658 bytes .../glass/window_glass_texture.png | Bin 0 -> 560 bytes .../steel_double_t_support_end_texture.png | Bin 0 -> 350 bytes .../steel_double_t_support_side_texture.png | Bin 0 -> 270 bytes .../steel_double_t_support_top_texture.png | Bin 0 -> 376 bytes .../material/industrial_planks_texture0.png | Bin 0 -> 581 bytes .../material/industrial_planks_texture1.png | Bin 0 -> 596 bytes .../material/industrial_planks_texture2.png | Bin 0 -> 575 bytes .../material/industrial_planks_texture3.png | Bin 0 -> 612 bytes .../engineersdecor/material/steel_texture.png | Bin 0 -> 527 bytes .../material/wood_framed_texture.png | Bin 0 -> 504 bytes .../material/wood_rough_texture.png | Bin 0 -> 585 bytes .../material/wood_sanded_texture.png | Bin 0 -> 503 bytes .../pole/thick_steel_pole_side_texture.png | Bin 0 -> 402 bytes .../pole/thick_steel_pole_top_texture.png | Bin 0 -> 348 bytes .../pole/thin_steel_pole_side_texture.png | Bin 0 -> 342 bytes .../pole/thin_steel_pole_top_texture.png | Bin 0 -> 373 bytes .../pole/treated_wood_pole_side_texture.png | Bin 0 -> 444 bytes ...reated_wood_pole_support_edges_texture.png | Bin 0 -> 368 bytes .../treated_wood_pole_support_top_texture.png | Bin 0 -> 454 bytes .../pole/treated_wood_pole_top_texture.png | Bin 0 -> 452 bytes .../engineersdecor/roof/dark_shingle_roof.png | Bin 0 -> 412 bytes .../slag_brick/slag_brick_pole_side.png | Bin 0 -> 450 bytes .../slag_brick/slag_brick_texture0.png | Bin 0 -> 734 bytes .../slag_brick/slag_brick_texture1.png | Bin 0 -> 707 bytes .../slag_brick/slag_brick_texture2.png | Bin 0 -> 728 bytes .../slag_brick/slag_brick_texture3.png | Bin 0 -> 748 bytes .../slag_brick/slag_brick_texture4.png | Bin 0 -> 723 bytes .../slag_brick/slag_brick_texture5.png | Bin 0 -> 729 bytes .../slag_brick/slag_brick_texture6.png | Bin 0 -> 751 bytes .../slag_brick/slag_brick_texture7.png | Bin 0 -> 742 bytes .../slag_brick/slag_brick_top.png | Bin 0 -> 506 bytes .../slag_brick/slag_brick_wall0.png | Bin 0 -> 692 bytes .../slag_brick/slag_brick_wall1.png | Bin 0 -> 682 bytes .../slag_brick/slag_brick_wall2.png | Bin 0 -> 684 bytes .../slag_brick/slag_brick_wall3.png | Bin 0 -> 706 bytes .../slag_brick/slag_brick_wall4.png | Bin 0 -> 687 bytes .../slag_brick/slag_brick_wall5.png | Bin 0 -> 693 bytes .../slag_brick/slag_brick_wall6.png | Bin 0 -> 697 bytes .../slag_brick/slag_brick_wall7.png | Bin 0 -> 711 bytes .../soil/dense_grit_dirt_texture0.png | Bin 0 -> 880 bytes .../soil/dense_grit_dirt_texture1.png | Bin 0 -> 866 bytes .../soil/dense_grit_dirt_texture2.png | Bin 0 -> 850 bytes .../soil/dense_grit_dirt_texture3.png | Bin 0 -> 809 bytes .../soil/dense_grit_dirt_texture4.png | Bin 0 -> 819 bytes .../soil/dense_grit_dirt_texture5.png | Bin 0 -> 868 bytes .../soil/dense_grit_dirt_texture6.png | Bin 0 -> 857 bytes .../soil/dense_grit_dirt_texture7.png | Bin 0 -> 862 bytes .../soil/dense_grit_sand_texture0.png | Bin 0 -> 862 bytes .../soil/dense_grit_sand_texture1.png | Bin 0 -> 844 bytes .../soil/dense_grit_sand_texture2.png | Bin 0 -> 836 bytes .../soil/dense_grit_sand_texture3.png | Bin 0 -> 869 bytes .../soil/dense_grit_sand_texture4.png | Bin 0 -> 836 bytes .../soil/dense_grit_sand_texture5.png | Bin 0 -> 840 bytes .../soil/dense_grit_sand_texture6.png | Bin 0 -> 859 bytes .../soil/dense_grit_sand_texture7.png | Bin 0 -> 856 bytes .../textures/block/eternium_block.png | Bin 0 -> 534 bytes .../textures/block/eternium_ore_block.png | Bin 0 -> 705 bytes .../block/filthy_blue_pool_tile_light.png | Bin 0 -> 1397 bytes .../block/filthy_cyan_pool_tile_light.png | Bin 0 -> 1397 bytes .../block/filthy_green_pool_tile_light.png | Bin 0 -> 1358 bytes .../textures/block/filthy_pool_tile_light.png | Bin 0 -> 1307 bytes .../block/filthy_purple_pool_tile_light.png | Bin 0 -> 1356 bytes .../block/filthy_red_pool_tile_light.png | Bin 0 -> 1332 bytes .../block/filthy_yellow_pool_tile_light.png | Bin 0 -> 1382 bytes .../textures/block/green_pool_tile.png | Bin 0 -> 1152 bytes .../textures/block/green_pool_tile_light.png | Bin 0 -> 1305 bytes .../textures/block/mini_sun.png | Bin 0 -> 1236 bytes .../textures/block/pool_tile.png | Bin 0 -> 736 bytes .../textures/block/pool_tile_light.png | Bin 0 -> 1272 bytes .../textures/block/purple_pool_tile.png | Bin 0 -> 1415 bytes .../textures/block/purple_pool_tile_light.png | Bin 0 -> 1354 bytes .../textures/block/raw_cobalt_ore.png | Bin 0 -> 254 bytes .../textures/block/red_pool_tile.png | Bin 0 -> 1138 bytes .../textures/block/red_pool_tile_light.png | Bin 0 -> 1303 bytes .../textures/block/scrubber/center_cube.png | Bin 0 -> 123 bytes .../textures/block/scrubber/corner_cube.png | Bin 0 -> 120 bytes .../textures/block/scrubber/frame_bars.png | Bin 0 -> 181 bytes .../block/scrubber/inner_corner_cubes.png | Bin 0 -> 113 bytes .../scrubber/scrubber_old_internal_cube.png | Bin 0 -> 325 bytes .../block/scrubber/scrubber_right.png | Bin 0 -> 1174 bytes .../textures/block/scrubber/scrubber_top.png | Bin 0 -> 118 bytes .../scrubber/stable_singularity_body.png | Bin 0 -> 168 bytes .../scrubber/stable_singularity_inner.png | Bin 0 -> 104 bytes .../textures/block/thresholds/blood_red.png | Bin 0 -> 99 bytes .../textures/block/thresholds/cyan.png | Bin 0 -> 99 bytes .../floor/tiles/cyan_tile_transition.png | Bin 0 -> 231 bytes .../floor/tiles/cyan_tile_w_circle.png | Bin 0 -> 262 bytes .../hallway/floor/tiles/lime_tile.png | Bin 0 -> 281 bytes .../floor/tiles/lime_tile_transition.png | Bin 0 -> 256 bytes .../hallway/floor/tiles/red_tile.png | Bin 0 -> 189 bytes .../floor/tiles/red_tile_stairs_inner.png | Bin 0 -> 237 bytes .../tiles/red_tile_transition_blood_red.png | Bin 0 -> 206 bytes .../hallway/floor/tiles/red_tile_w_circle.png | Bin 0 -> 243 bytes .../hallway/wall/cyan_floor_to_wall.png | Bin 0 -> 213 bytes .../thresholds/hallway/wall/cyan_wall.png | Bin 0 -> 129 bytes .../thresholds/hallway/wall/cyan_wall2.png | Bin 0 -> 165 bytes .../wall/floor_wall_transition.aseprite | Bin 0 -> 627 bytes .../hallway/wall/lime_floor_to_wall.png | Bin 0 -> 225 bytes .../thresholds/hallway/wall/lime_wall.png | Bin 0 -> 133 bytes .../thresholds/hallway/wall/lime_wall2.png | Bin 0 -> 180 bytes .../hallway/wall/red_floor_to_wall.png | Bin 0 -> 197 bytes .../thresholds/hallway/wall/red_wall.png | Bin 0 -> 123 bytes .../thresholds/hallway/wall/red_wall2.png | Bin 0 -> 158 bytes .../textures/block/thresholds/lime.png | Bin 0 -> 99 bytes .../textures/block/thresholds/void.png | Bin 0 -> 99 bytes .../textures/block/thresholds/white.png | Bin 0 -> 99 bytes .../textures/block/uncrafter.png | Bin 0 -> 638 bytes .../textures/block/uncrafter.png.mcmeta | 6 + .../textures/block/uncrafter_bottom.png | Bin 0 -> 611 bytes .../textures/block/uncrafter_side.aseprite | Bin 0 -> 760 bytes .../textures/block/uncrafter_side.png | Bin 0 -> 586 bytes .../textures/block/yellow_pool_tile.png | Bin 0 -> 1287 bytes .../textures/block/yellow_pool_tile_light.png | Bin 0 -> 1331 bytes .../textures/entity/mob_capture_ball.png | Bin 0 -> 289 bytes .../textures/item/blue_brick.png | Bin 0 -> 280 bytes .../textures/item/clone_ball.png | Bin 0 -> 229 bytes .../textures/item/cobalt_ingot.png | Bin 0 -> 200 bytes .../textures/item/cobalt_nugget.png | Bin 0 -> 151 bytes .../item/compressed_obsidian_sheet.png | Bin 0 -> 543 bytes .../textures/item/crucible.png | Bin 0 -> 164 bytes .../textures/item/cyan_brick.png | Bin 0 -> 283 bytes .../textures/item/dark_blue_brick.png | Bin 0 -> 280 bytes .../textures/item/dark_red_brick.png | Bin 0 -> 266 bytes .../textures/item/dark_red_dye.png | Bin 0 -> 343 bytes .../textures/item/deprecated.png | Bin 0 -> 277 bytes .../textures/item/empty_spawn_egg.png | Bin 0 -> 489 bytes .../textures/item/encased_singularity.png | Bin 0 -> 307 bytes .../textures/item/eternium_dust.png | Bin 0 -> 339 bytes .../textures/item/eternium_fragment.png | Bin 0 -> 263 bytes .../textures/item/eternium_ingot.png | Bin 0 -> 214 bytes .../textures/item/eternium_ore.png | Bin 0 -> 449 bytes .../textures/item/eternium_rod.png | Bin 0 -> 115 bytes .../textures/item/green_brick.png | Bin 0 -> 262 bytes .../textures/item/ihan_crystal.png | Bin 0 -> 294 bytes .../textures/item/light_blue_brick.png | Bin 0 -> 280 bytes .../textures/item/lime_brick.png | Bin 0 -> 269 bytes .../textures/item/magma_powder.png | Bin 0 -> 456 bytes .../textures/item/melted_ender_pearl.png | Bin 0 -> 269 bytes .../textures/item/metal_bar.png | Bin 0 -> 300 bytes .../textures/item/mob_capture_ball.png | Bin 0 -> 289 bytes .../textures/item/partial_item.png | Bin 0 -> 385 bytes .../textures/item/raw_cobalt.png | Bin 0 -> 275 bytes .../textures/item/raw_vault_steel_ore.png | Bin 0 -> 630 bytes .../textures/item/red_brick.png | Bin 0 -> 272 bytes .../textures/item/scrubber_frame.png | Bin 0 -> 145 bytes .../textures/item/scrubber_frame_piece.png | Bin 0 -> 129 bytes .../textures/item/singularity.aseprite | Bin 0 -> 615 bytes .../textures/item/singularity.png | Bin 0 -> 128 bytes .../textures/item/super_heated_crucible.png | Bin 0 -> 158 bytes .../textures/item/tiab.aseprite | Bin 0 -> 4305 bytes .../ariasessentials/textures/item/tiab.png | Bin 0 -> 2561 bytes .../textures/item/tiab.png.mcmeta | 6 + .../textures/item/white_brick.aseprite | Bin 0 -> 682 bytes .../textures/item/white_brick.png | Bin 0 -> 277 bytes .../textures/mob_effect/flight.png | Bin 0 -> 309 bytes .../textures/mob_effect/seal.aseprite | Bin 0 -> 864 bytes .../textures/mob_effect/seal.png | Bin 0 -> 414 bytes .../assets/libzontreck/lang/en_us.json | 9 + .../libzontreck/models/item/chestgui_add.json | 6 + .../models/item/chestgui_back.json | 6 + .../models/item/chestgui_forward.json | 6 + .../models/item/chestgui_remove.json | 6 + .../models/item/chestgui_reset.json | 6 + .../libzontreck/textures/gui/chest_gui.png | Bin 0 -> 63782 bytes .../textures/item/chestgui_add.png | Bin 0 -> 125 bytes .../textures/item/chestgui_back.png | Bin 0 -> 156 bytes .../textures/item/chestgui_forward.png | Bin 0 -> 162 bytes .../textures/item/chestgui_remove.png | Bin 0 -> 104 bytes .../textures/item/chestgui_reset.png | Bin 0 -> 206 bytes .../ariasessentials/dimension/builder.json | 11 + .../ariasessentials/dimension/resource.json | 205029 +++++++++++++++ .../dimension_type/builder.json | 19 + .../dimension_type/resource.json | 20 + .../forge/biome_modifier/eternium_placer.json | 6 + .../loot_tables/blocks/blood_red.json | 21 + .../loot_tables/blocks/blue_pool_tile.json | 21 + .../blocks/blue_pool_tile_light.json | 21 + .../blocks/blue_pool_tile_slab.json | 35 + .../blocks/blue_pool_tile_stairs.json | 21 + .../blocks/clinker_brick_block.json | 21 + .../blocks/clinker_brick_slab.json | 35 + .../blocks/clinker_brick_stained_block.json | 21 + .../blocks/clinker_brick_stained_slab.json | 35 + .../blocks/clinker_brick_stained_stairs.json | 21 + .../blocks/clinker_brick_stairs.json | 21 + .../blocks/clinker_brick_wall.json | 21 + .../loot_tables/blocks/cyan.json | 21 + .../loot_tables/blocks/cyan_pool_tile.json | 21 + .../blocks/cyan_pool_tile_light.json | 21 + .../blocks/cyan_pool_tile_slab.json | 35 + .../blocks/cyan_pool_tile_stairs.json | 21 + .../loot_tables/blocks/cyan_stairs.json | 21 + .../loot_tables/blocks/cyan_tile.json | 21 + .../loot_tables/blocks/cyan_tile_br.json | 21 + .../loot_tables/blocks/cyan_tile_to_wall.json | 21 + .../blocks/cyan_wall_variant_1.json | 21 + .../blocks/cyan_wall_variant_2.json | 21 + .../loot_tables/blocks/dark_pool_tile.json | 21 + .../blocks/dark_pool_tile_light.json | 21 + .../blocks/dark_pool_tile_slab.json | 35 + .../blocks/dark_pool_tile_stairs.json | 21 + .../loot_tables/blocks/dark_red_carpet.json | 21 + .../loot_tables/blocks/dark_red_wool.json | 21 + .../blocks/deepslate_eternium_ore_block.json | 50 + .../blocks/dirty_blue_pool_tile.json | 21 + .../blocks/dirty_blue_pool_tile_light.json | 21 + .../blocks/dirty_blue_pool_tile_slab.json | 35 + .../blocks/dirty_blue_pool_tile_stairs.json | 21 + .../blocks/dirty_cyan_pool_tile.json | 21 + .../blocks/dirty_cyan_pool_tile_light.json | 21 + .../blocks/dirty_cyan_pool_tile_slab.json | 35 + .../blocks/dirty_cyan_pool_tile_stairs.json | 21 + .../blocks/dirty_green_pool_tile.json | 21 + .../blocks/dirty_green_pool_tile_light.json | 21 + .../blocks/dirty_green_pool_tile_slab.json | 35 + .../blocks/dirty_green_pool_tile_stairs.json | 21 + .../loot_tables/blocks/dirty_pool_tile.json | 21 + .../blocks/dirty_pool_tile_light.json | 21 + .../blocks/dirty_pool_tile_slab.json | 35 + .../blocks/dirty_pool_tile_stairs.json | 21 + .../blocks/dirty_red_pool_tile.json | 21 + .../blocks/dirty_red_pool_tile_light.json | 21 + .../blocks/dirty_red_pool_tile_slab.json | 35 + .../blocks/dirty_red_pool_tile_stairs.json | 21 + .../loot_tables/blocks/eternium_block.json | 21 + .../blocks/eternium_ore_block.json | 50 + .../blocks/filthy_blue_pool_tile_light.json | 21 + .../blocks/filthy_cyan_pool_tile_light.json | 21 + .../blocks/filthy_green_pool_tile_light.json | 21 + .../blocks/filthy_pool_tile_light.json | 21 + .../blocks/filthy_red_pool_tile_light.json | 21 + .../loot_tables/blocks/green_pool_tile.json | 21 + .../blocks/green_pool_tile_light.json | 21 + .../blocks/green_pool_tile_slab.json | 35 + .../blocks/green_pool_tile_stairs.json | 21 + .../loot_tables/blocks/mini_sun.json | 21 + .../blocks/old_industrial_wood_door.json | 30 + .../blocks/old_industrial_wood_planks.json | 21 + .../blocks/old_industrial_wood_slab.json | 35 + .../blocks/old_industrial_wood_stairs.json | 21 + .../loot_tables/blocks/panzerglass_block.json | 21 + .../loot_tables/blocks/panzerglass_slab.json | 35 + .../loot_tables/blocks/pool_tile.json | 21 + .../loot_tables/blocks/pool_tile_light.json | 21 + .../loot_tables/blocks/pool_tile_slab.json | 35 + .../loot_tables/blocks/pool_tile_stairs.json | 21 + .../loot_tables/blocks/pool_tile_wall.json | 35 + .../loot_tables/blocks/rebar_concrete.json | 21 + .../blocks/rebar_concrete_slab.json | 35 + .../blocks/rebar_concrete_stairs.json | 21 + .../blocks/rebar_concrete_tile.json | 21 + .../blocks/rebar_concrete_tile_slab.json | 35 + .../blocks/rebar_concrete_tile_stairs.json | 21 + .../blocks/rebar_concrete_wall.json | 21 + .../loot_tables/blocks/red_pool_tile.json | 21 + .../blocks/red_pool_tile_light.json | 21 + .../blocks/red_pool_tile_slab.json | 35 + .../blocks/red_pool_tile_stairs.json | 21 + .../loot_tables/blocks/red_stairs.json | 21 + .../loot_tables/blocks/red_tile.json | 21 + .../loot_tables/blocks/red_tile_br.json | 21 + .../loot_tables/blocks/red_tile_to_wall.json | 21 + .../blocks/red_wall_variant_1.json | 21 + .../blocks/red_wall_variant_2.json | 21 + .../loot_tables/blocks/slag_brick_block.json | 21 + .../loot_tables/blocks/slag_brick_slab.json | 35 + .../loot_tables/blocks/slag_brick_stairs.json | 21 + .../loot_tables/blocks/slag_brick_wall.json | 21 + .../loot_tables/blocks/void.json | 21 + .../loot_tables/blocks/whiteout.json | 21 + .../ariasessentials/recipes/blue_brick.json | 15 + .../recipes/brimstone_to_sulfur.json | 12 + .../recipes/crushing_brimstone.json | 12 + .../ariasessentials/recipes/cyan_brick.json | 15 + .../recipes/dark_red_brick.json | 15 + .../ariasessentials/recipes/dark_red_dye.json | 15 + .../recipes/dye_dark_red_carpet.json | 63 + .../recipes/dye_dark_red_wool.json | 63 + .../recipes/empty_spawn_egg.json | 16 + .../finalized/clinker_brick_recipe.json | 23 + ...nker_brick_sastor_corner_block_recipe.json | 19 + .../finalized/clinker_brick_slab_recipe.json | 15 + .../clinker_brick_slab_stonecutting.json | 8 + .../clinker_brick_stained_block_recipe.json | 14 + ..._brick_stained_block_recipe_decompose.json | 11 + .../clinker_brick_stained_slab_recipe.json | 15 + ...r_brick_stained_slab_recipe_decompose.json | 14 + .../clinker_brick_stained_stairs_recipe.json | 17 + .../clinker_brick_stairs_recipe.json | 17 + ...clinker_brick_stairs_recipe_decompose.json | 16 + .../clinker_brick_stairs_stonecutting.json | 8 + .../finalized/clinker_brick_wall_recipe.json | 17 + .../clinker_brick_wall_recipe_decompose.json | 16 + .../finalized/metal_bar_recipe.json | 17 + .../old_industrial_wood_door_recipe.json | 17 + ...dustrial_wood_planks_from_treatedwood.json | 19 + ...d_industrial_wood_planks_from_vanilla.json | 19 + .../old_industrial_wood_slab_recipe.json | 15 + ...industrial_wood_slab_recipe_decompose.json | 14 + .../old_industrial_wood_stairs_recipe.json | 17 + ...dustrial_wood_stairs_recipe_decompose.json | 16 + .../finalized/panzerglass_block_recipe.json | 20 + .../finalized/panzerglass_slab_recipe.json | 17 + .../rebar_concrete_block_from_vanilla.json | 20 + .../finalized/rebar_concrete_slab_recipe.json | 15 + .../rebar_concrete_slab_recipe_decompose.json | 16 + .../rebar_concrete_stairs_recipe.json | 17 + ...ebar_concrete_stairs_recipe_decompose.json | 16 + .../finalized/rebar_concrete_tile_recipe.json | 16 + .../rebar_concrete_tile_recipe_decompose.json | 16 + .../rebar_concrete_tile_slab_recipe.json | 15 + ...r_concrete_tile_slab_recipe_decompose.json | 16 + .../rebar_concrete_tile_stairs_recipe.json | 17 + ...concrete_tile_stairs_recipe_decompose.json | 16 + .../finalized/rebar_concrete_wall_recipe.json | 17 + .../rebar_concrete_wall_recipe_decompose.json | 16 + .../finalized/slag_brick_slab_recipe.json | 15 + .../finalized/slag_brick_stairs_recipe.json | 17 + .../slag_brick_stairs_recipe_decompose.json | 16 + .../finalized/slag_brick_vanilla.json | 23 + .../finalized/slag_brick_wall_recipe.json | 16 + .../slag_brick_wall_recipe_decompose.json | 16 + .../recipes/eternium_block.json | 17 + .../recipes/eternium_block_to_ingot.json | 12 + .../recipes/eternium_ingot.json | 17 + .../ariasessentials/recipes/eternium_rod.json | 20 + .../ariasessentials/recipes/green_brick.json | 15 + .../recipes/holosphere.json.old | 27 + .../ariasessentials/recipes/ihan_crystal.json | 20 + .../recipes/leather_from_rotten_flesh.json | 11 + .../recipes/light_blue_brick.json | 15 + .../ariasessentials/recipes/lime_brick.json | 15 + .../data/ariasessentials/recipes/magma.json | 17 + .../ariasessentials/recipes/magma_powder.json | 15 + .../recipes/mob_capture_ball.json | 20 + .../ariasessentials/recipes/red_brick.json | 15 + .../bop_rosequartz_chunk_polish.json | 13 + .../sandpaper/bop_rosequartz_polish.json | 13 + .../bop_rosequartz_shard_polish.json | 13 + .../recipes/tetra/seeping_bedrock.json | 20 + .../thresholds/decorative/cyan/cyan.json | 20 + .../decorative/cyan/cyan_stairs.json | 17 + .../thresholds/decorative/cyan/cyan_tile.json | 20 + .../decorative/cyan/cyan_tile_br.json | 20 + .../decorative/cyan/cyan_tile_to_wall.json | 20 + .../decorative/cyan/cyan_wall_variant_1.json | 20 + .../decorative/cyan/cyan_wall_variant_2.json | 20 + .../decorative/pool/blue/blue_pool_light.json | 20 + .../pool/blue/blue_pool_tile_slab.json | 15 + .../pool/blue/blue_pool_tile_stairs.json | 17 + .../pool/blue/blue_pool_tile_wall.json | 16 + .../decorative/pool/blue/blue_pool_tiles.json | 23 + .../pool/blue/dirty_blue_pool_light.json | 15 + .../pool/blue/dirty_blue_pool_tile_slab.json | 15 + .../blue/dirty_blue_pool_tile_stairs.json | 17 + .../pool/blue/dirty_blue_pool_tile_wall.json | 16 + .../pool/blue/dirty_blue_pool_tiles.json | 15 + .../pool/blue/filthy_blue_pool_light.json | 15 + .../pool/clean/dirty_pool_light.json | 15 + .../pool/clean/dirty_pool_tile_slab.json | 15 + .../pool/clean/dirty_pool_tile_stairs.json | 17 + .../pool/clean/dirty_pool_tile_wall.json | 16 + .../pool/clean/dirty_pool_tiles.json | 15 + .../pool/clean/filthy_pool_light.json | 15 + .../decorative/pool/clean/pool_light.json | 20 + .../decorative/pool/clean/pool_tile_slab.json | 15 + .../pool/clean/pool_tile_stairs.json | 17 + .../decorative/pool/clean/pool_tile_wall.json | 16 + .../decorative/pool/clean/pool_tiles.json | 17 + .../decorative/pool/cyan/cyan_pool_light.json | 20 + .../pool/cyan/cyan_pool_tile_slab.json | 15 + .../pool/cyan/cyan_pool_tile_stairs.json | 17 + .../pool/cyan/cyan_pool_tile_wall.json | 16 + .../decorative/pool/cyan/cyan_pool_tiles.json | 23 + .../pool/cyan/dirty_cyan_pool_light.json | 15 + .../pool/cyan/dirty_cyan_pool_tile_slab.json | 15 + .../cyan/dirty_cyan_pool_tile_stairs.json | 17 + .../pool/cyan/dirty_cyan_pool_tile_wall.json | 16 + .../pool/cyan/dirty_cyan_pool_tiles.json | 15 + .../pool/cyan/filthy_cyan_pool_light.json | 15 + .../pool/dark/dark_pool_tile_stairs.json | 17 + .../decorative/pool/dark/dark_pool_tiles.json | 19 + .../pool/green/dirty_green_pool_light.json | 15 + .../green/dirty_green_pool_tile_slab.json | 15 + .../green/dirty_green_pool_tile_stairs.json | 17 + .../green/dirty_green_pool_tile_wall.json | 16 + .../pool/green/dirty_green_pool_tiles.json | 15 + .../pool/green/filthy_green_pool_light.json | 15 + .../pool/green/green_pool_light.json | 20 + .../pool/green/green_pool_tile_slab.json | 15 + .../pool/green/green_pool_tile_stairs.json | 17 + .../pool/green/green_pool_tile_wall.json | 16 + .../pool/green/green_pool_tiles.json | 20 + .../pool/red/dirty_red_pool_light.json | 15 + .../pool/red/dirty_red_pool_tile_slab.json | 15 + .../pool/red/dirty_red_pool_tile_stairs.json | 17 + .../pool/red/dirty_red_pool_tile_wall.json | 16 + .../pool/red/dirty_red_pool_tiles.json | 19 + .../pool/red/filthy_red_pool_light.json | 15 + .../decorative/pool/red/red_pool_light.json | 20 + .../pool/red/red_pool_tile_slab.json | 15 + .../pool/red/red_pool_tile_stairs.json | 17 + .../pool/red/red_pool_tile_wall.json | 16 + .../decorative/pool/red/red_pool_tiles.json | 23 + .../thresholds/decorative/red/blood_red.json | 20 + .../thresholds/decorative/red/red_stairs.json | 17 + .../thresholds/decorative/red/red_tile.json | 20 + .../decorative/red/red_tile_br.json | 20 + .../decorative/red/red_tile_to_wall.json | 20 + .../decorative/red/red_wall_variant_1.json | 20 + .../decorative/red/red_wall_variant_2.json | 20 + .../recipes/thresholds/decorative/void.json | 20 + .../thresholds/decorative/whiteout.json | 20 + .../data/ariasessentials/recipes/tiab.json | 28 + .../ariasessentials/recipes/white_brick.json | 15 + .../tags/blocks/brimstone.json | 6 + .../tags/blocks/deprecated.json | 4 + .../tags/blocks/engineersdecor.json | 29 + .../tags/blocks/plain_concrete.json | 37 + .../tags/blocks/pool_tiles.json | 69 + .../tags/items/brick_blocks.json | 7 + .../tags/items/brick_ingots.json | 7 + .../tags/items/deprecated.json | 4 + .../tags/items/engineersdecor.json | 29 + .../tags/items/pool_tiles.json | 69 + .../eternium_oregen_overworld.json | 27 + .../worldgen/noise_settings/builder.json | 2448 + .../worldgen/noise_settings/resource.json | 2542 + .../eternium_oregen_overworld.json | 27 + .../forge/tags/blocks/ore_rates/singular.json | 4 + .../data/forge/tags/blocks/ores.json | 6 + .../data/forge/tags/blocks/ores/eternium.json | 6 + .../blocks/ores_in_ground/netherrack.json | 4 + .../forge/tags/blocks/storage_blocks.json | 5 + .../tags/blocks/storage_blocks/eternium.json | 5 + .../data/forge/tags/items/brimstone.json | 5 + .../data/forge/tags/items/dusts.json | 5 + .../data/forge/tags/items/dusts/magma.json | 5 + .../data/forge/tags/items/ingots.json | 5 + .../forge/tags/items/ingots/eternium.json | 5 + .../data/forge/tags/items/nuggets.json | 4 + .../forge/tags/items/ore_rates/singular.json | 4 + .../resources/data/forge/tags/items/ores.json | 5 + .../data/forge/tags/items/ores/eternium.json | 7 + .../tags/items/ores_in_ground/netherrack.json | 4 + .../data/forge/tags/items/raw_materials.json | 5 + .../tags/items/raw_materials/eternium.json | 5 + .../resources/data/forge/tags/items/rods.json | 5 + .../data/forge/tags/items/rods/eternium.json | 5 + .../data/forge/tags/items/storage_blocks.json | 5 + .../tags/items/storage_blocks/eternium.json | 5 + .../loot_tables/blocks/budding_amethyst.json | 44 + .../tags/blocks/mineable/pickaxe.json | 15 + .../tags/blocks/needs_diamond_tool.json | 6 + .../tags/blocks/needs_iron_tool.json | 12 + .../data/minecraft/tags/blocks/slabs.json | 22 + .../data/minecraft/tags/blocks/stairs.json | 21 + .../data/minecraft/tags/blocks/walls.json | 16 + .../minecraft/tags/blocks/wither_immune.json | 22 + .../data/minecraft/tags/blocks/wool.json | 6 + .../minecraft/tags/blocks/wool_carpet.json | 6 + .../data/minecraft/tags/items/dyes.json | 6 + .../minecraft/tags/items/piglin_loved.json | 6 + .../data/minecraft/tags/items/slabs.json | 21 + .../data/minecraft/tags/items/stairs.json | 20 + .../data/minecraft/tags/items/walls.json | 16 + .../data/minecraft/tags/items/wool.json | 6 + .../minecraft/tags/items/wool_carpet.json | 6 + src/old/resources/pack.mcmeta | 7 + 1579 files changed, 252390 insertions(+), 76 deletions(-) create mode 100644 src/old/java/com/zontreck/AriasEssentials.java rename src/{main => old}/java/com/zontreck/Messages.java (100%) create mode 100644 src/old/java/com/zontreck/ariaslib/http/HTTPMethod.java create mode 100644 src/old/java/com/zontreck/ariaslib/http/HTTPRequest.java create mode 100644 src/old/java/com/zontreck/ariaslib/http/HTTPRequestBuilder.java create mode 100644 src/old/java/com/zontreck/ariaslib/http/HTTPResponse.java create mode 100644 src/old/java/com/zontreck/ariaslib/terminal/Banners.java create mode 100644 src/old/java/com/zontreck/ariaslib/terminal/Task.java create mode 100644 src/old/java/com/zontreck/ariaslib/terminal/TaskCompletionToken.java create mode 100644 src/old/java/com/zontreck/ariaslib/util/FileIO.java create mode 100644 src/old/java/com/zontreck/ariaslib/util/Hashing.java create mode 100644 src/old/java/com/zontreck/ariaslib/util/Lists.java create mode 100644 src/old/java/com/zontreck/ariaslib/util/Maps.java create mode 100644 src/old/java/com/zontreck/ariaslib/util/MathUtil.java create mode 100644 src/old/java/com/zontreck/ariaslib/util/Percent.java create mode 100644 src/old/java/com/zontreck/ariaslib/util/Progress.java create mode 100644 src/old/java/com/zontreck/ariaslib/util/ProgressBar.java create mode 100644 src/old/java/com/zontreck/ariaslib/util/TimeNotation.java create mode 100644 src/old/java/com/zontreck/ariaslib/util/TimeUtil.java rename src/{main => old}/java/com/zontreck/block/DeprecatedBlock.java (100%) rename src/{main => old}/java/com/zontreck/block/DeprecatedBlockItem.java (100%) rename src/{main => old}/java/com/zontreck/block/DeprecatedModBlocks.java (100%) rename src/{main => old}/java/com/zontreck/block/FoiledBlockItem.java (100%) rename src/{main => old}/java/com/zontreck/block/MiniSunBlock.java (100%) rename src/{main => old}/java/com/zontreck/block/ModBlocks.java (100%) rename src/{main => old}/java/com/zontreck/block/RegistryObj.java (100%) rename src/{main => old}/java/com/zontreck/block/RotatableBlock.java (100%) rename src/{main => old}/java/com/zontreck/block/VoidBlock.java (100%) rename src/{main => old}/java/com/zontreck/block/types/AlternatePaneBlock.java (100%) rename src/{main => old}/java/com/zontreck/client/BlockFaceTextRenderer.java (100%) rename src/{main => old}/java/com/zontreck/client/TimeBoostEntityRenderer.java (100%) rename src/{main => old}/java/com/zontreck/commands/CommandRegistry.java (100%) rename src/{main => old}/java/com/zontreck/commands/homes/DelHomeCommand.java (100%) rename src/{main => old}/java/com/zontreck/commands/homes/HomeCommand.java (100%) rename src/{main => old}/java/com/zontreck/commands/homes/HomesCommand.java (100%) rename src/{main => old}/java/com/zontreck/commands/homes/SetHomeCommand.java (100%) rename src/{main => old}/java/com/zontreck/commands/items/ShareItemInChatCommand.java (100%) rename src/{main => old}/java/com/zontreck/commands/items/TIABDebug.java (100%) rename src/{main => old}/java/com/zontreck/commands/spawn/SetSpawnCommand.java (100%) rename src/{main => old}/java/com/zontreck/commands/spawn/SpawnCommand.java (100%) rename src/{main => old}/java/com/zontreck/commands/teleport/TPACommand.java (100%) rename src/{main => old}/java/com/zontreck/commands/teleport/TPAHereCommand.java (100%) rename src/{main => old}/java/com/zontreck/commands/teleport/TPAcceptCommand.java (100%) rename src/{main => old}/java/com/zontreck/commands/teleport/TPCancelCommand.java (100%) rename src/{main => old}/java/com/zontreck/commands/teleport/TPDenyCommand.java (100%) rename src/{main => old}/java/com/zontreck/effects/FlightEffect.java (100%) rename src/{main => old}/java/com/zontreck/effects/ModEffects.java (100%) rename src/{main => old}/java/com/zontreck/effects/ModPotions.java (100%) rename src/{main => old}/java/com/zontreck/enchantments/ConsumptionMending.java (100%) rename src/{main => old}/java/com/zontreck/enchantments/DamageIncreaseEnchantment.java (100%) rename src/{main => old}/java/com/zontreck/enchantments/EnchantmentEvents.java (100%) rename src/{main => old}/java/com/zontreck/enchantments/FlightEnchantment.java (100%) rename src/{main => old}/java/com/zontreck/enchantments/MobEggEnchantment.java (100%) rename src/{main => old}/java/com/zontreck/enchantments/ModDamageSources.java (100%) rename src/{main => old}/java/com/zontreck/enchantments/ModEnchantments.java (100%) rename src/{main => old}/java/com/zontreck/enchantments/NightVisionEnchantment.java (100%) rename src/{main => old}/java/com/zontreck/enchantments/VampiricMending.java (100%) rename src/{main => old}/java/com/zontreck/enchantments/WaterBreathingEnchantment.java (100%) rename src/{main => old}/java/com/zontreck/entities/ModEntities.java (100%) rename src/{main => old}/java/com/zontreck/entities/TimeBoostEntity.java (100%) rename src/{main => old}/java/com/zontreck/events/CommandExecutionEvent.java (100%) rename src/{main => old}/java/com/zontreck/events/HomeCreatedEvent.java (100%) rename src/{main => old}/java/com/zontreck/events/HomeDeletedEvent.java (100%) rename src/{main => old}/java/com/zontreck/events/TeleportEvent.java (100%) rename src/{main => old}/java/com/zontreck/homes/Home.java (100%) rename src/{main => old}/java/com/zontreck/homes/Homes.java (100%) rename src/{main => old}/java/com/zontreck/items/CreativeModeTabs.java (100%) rename src/{main => old}/java/com/zontreck/items/DeprecatedItem.java (100%) rename src/{main => old}/java/com/zontreck/items/DeprecatedModItems.java (100%) rename src/{main => old}/java/com/zontreck/items/IhanCrystal.java (100%) rename src/{main => old}/java/com/zontreck/items/MagmaPowder.java (100%) rename src/{main => old}/java/com/zontreck/items/MobCaptureBallItem.java (100%) rename src/{main => old}/java/com/zontreck/items/ModItems.java (100%) rename src/{main => old}/java/com/zontreck/items/NBTKeys.java (100%) rename src/{main => old}/java/com/zontreck/items/PartialItem.java (100%) rename src/{main => old}/java/com/zontreck/items/ThrownMobCaptureBall.java (100%) rename src/{main => old}/java/com/zontreck/items/abstracts/AbstractTIAB.java (100%) rename src/{main => old}/java/com/zontreck/items/impl/TimeBottle.java (100%) rename src/{main => old}/java/com/zontreck/items/tags/ItemStatTag.java (100%) rename src/{main => old}/java/com/zontreck/items/tags/ItemStatType.java (100%) rename src/{main => old}/java/com/zontreck/items/tags/ItemStatistics.java (100%) rename src/{main => old}/java/com/zontreck/items/tags/ModIDs.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/LibZontreck.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/blocks/BlockCustomVoxels.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/blocks/BlockImitation.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/blocks/PartialTransparentBlock.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/blocks/PartialTransparentSlabBlock.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/blocks/RedstoneBlock.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/blocks/RotatableBlock.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/blocks/RotatableBlockCustomVoxels.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/bossbars/BossBarUtils.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/chat/ChatColor.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/chat/ChatColorFactory.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/chat/Clickable.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/chat/HoverTip.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/chestgui/ChestGUI.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/chestgui/ChestGUIButton.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/chestgui/ChestGUIIdentifier.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/chestgui/ChestGUIRegistry.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/chestgui/IChestGUIButtonCallback.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/commands/Commands.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/commands/CreditsCommand.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/commands/GetHead.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/config/ServerConfig.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/config/sections/DatabaseSection.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/currency/Account.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/currency/AccountReference.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/currency/Bank.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/currency/CurrencyHelper.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/currency/LongTermTransactionHistoryRecord.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/currency/Transaction.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/currency/events/BankAccountCreatedEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/currency/events/BankReadyEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/currency/events/TransactionEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/currency/events/TransactionHistoryFlushEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/currency/events/WalletSyncEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/currency/events/WalletUpdatedEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/dynamicchest/ChestGUIReadOnlyStackHandler.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/dynamicchest/ReadOnlyItemStackHandler.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/events/BlockRestoreQueueRegistrationEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/events/CloseGUIEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/events/ForgeEventHandlers.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/events/GUIButtonClickedEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/events/OpenGUIEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/events/PlayerChangedPositionEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/events/ProfileCreatedEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/events/ProfileLoadedEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/events/ProfileSavingEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/events/ProfileUnloadedEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/events/ProfileUnloadingEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/events/RegisterMigrationsEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/events/TeleportEvent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/items/InputItemStackHandler.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/items/ModItems.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/items/OutputItemStackHandler.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/lore/ExtraLore.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/lore/LoreContainer.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/lore/LoreEntry.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/lore/LoreType.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/player/PlayerComponent.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/player/PlayerContainer.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/player/VolatilePlayerStorage.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/world/BlockRestore.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/world/BlockRestoreQueue.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/world/BlockRestoreQueueRegistry.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/world/BlockRestoreRunner.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/world/DatabaseMigrations.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/world/DatabaseUploadRunner.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/world/DatabaseWrapper.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/world/PrimitiveBlock.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/world/SaveDataCoordinates.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/world/SaveDataFactory.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/world/SavedBlock.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/memory/world/SortedBlockQueue.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/menus/ChestGUIMenu.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/menus/ChestGUIScreen.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/networking/ModMessages.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/networking/NetworkEvents.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/networking/chestGUI.md (100%) rename src/{main => old}/java/com/zontreck/libzontreck/networking/packets/IPacket.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/networking/packets/S2CCloseChestGUI.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/networking/packets/S2CPlaySoundPacket.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/networking/packets/S2CServerAvailable.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/networking/packets/S2CWalletInitialSyncPacket.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/networking/packets/S2CWalletUpdatedPacket.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/networking/structures/OpenGUIRequest.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/profiles/Profile.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/profiles/UserProfileNotYetExistsException.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/types/ModMenuTypes.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/BinUtil.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/BlocksUtil.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/ChatHelpers.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/HttpHelper.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/ItemUtils.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/Maps.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/PositionUtil.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/ServerUtilities.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/TagUtils.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/heads/CreditsEntry.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/heads/HeadCache.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/heads/HeadUtilities.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/heads/PlayerInfo.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/heads/PlayerProfileInfo.java (100%) rename src/{main => old}/java/com/zontreck/libzontreck/util/heads/PlayerTextureContainer.java (100%) rename src/{main => old}/java/com/zontreck/mixin/BlockGetterMixin.java (100%) rename src/{main => old}/java/com/zontreck/mixin/ColorsMixin.java (100%) rename src/{main => old}/java/com/zontreck/mixin/MaterialColorMixin.java (100%) rename src/{main => old}/java/com/zontreck/util/ExperienceUtils.java (100%) rename src/{main => old}/java/com/zontreck/util/ModDimensions.java (100%) rename src/{main => old}/java/com/zontreck/util/PerPlayerDataRegistry.java (100%) rename src/{main => old}/java/com/zontreck/util/SoundUtilities.java (100%) rename src/{main => old}/java/com/zontreck/util/StylesUtil.java (100%) rename src/{main => old}/java/com/zontreck/util/TeleportActioner.java (100%) rename src/{main => old}/java/com/zontreck/util/TeleportContainer.java (100%) rename src/{main => old}/java/com/zontreck/util/TeleportDestination.java (100%) rename src/{main => old}/java/com/zontreck/util/TeleportRegistry.java (100%) rename src/{main => old}/java/com/zontreck/util/TeleportRunnable.java (100%) create mode 100644 src/old/resources/META-INF/neoforge.mods.toml create mode 100644 src/old/resources/ariasessentials.mixins.json create mode 100644 src/old/resources/ariasessentials.png create mode 100644 src/old/resources/assets/ariasessentials/blockstates/blood_red.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/clear_glass_block.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/clinker_brick_block.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/clinker_brick_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stained_block.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stained_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stained_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/clinker_brick_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cobalt_block.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cobalt_ore.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/compressed_obsidian_block.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/compression_chamber.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cyan.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cyan_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cyan_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cyan_tile_br.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cyan_tile_to_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cyan_wall_variant_1.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/cyan_wall_variant_2.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dark_red_bed.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dark_red_carpet.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dark_red_shulker_box.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dark_red_wool.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/deepslate_eternium_ore_block.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/deepslate_ilusium_ore_block.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/eternium_block.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/eternium_ore_block.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/filthy_blue_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/filthy_cyan_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/filthy_green_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/filthy_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/filthy_red_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/green_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/mini_sun.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/nether_vault_steel_ore_block.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_door.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_planks.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/panzerglass_block.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/panzerglass_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/raw_cobalt_ore.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/rebar_concrete.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/red_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/red_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/red_tile.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/red_tile_br.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/red_tile_to_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/red_wall_variant_1.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/red_wall_variant_2.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/slag_brick_block.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/slag_brick_slab.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/slag_brick_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/slag_brick_wall.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/void.json create mode 100644 src/old/resources/assets/ariasessentials/blockstates/whiteout.json create mode 100644 src/old/resources/assets/ariasessentials/lang/en_us.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/blood_red.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/blue_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_slab_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_stairs_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_stairs_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_post.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_side.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_side_tall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model0.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model3.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model4.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model5.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model6.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model7.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model0.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model3.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model4.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model5.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model6.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model7.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_post.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_side.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_side_tall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cobalt_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cobalt_ore.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/custommodel/uncrafter.bbmodel create mode 100644 src/old/resources/assets/ariasessentials/models/block/custommodel/uncrafter.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_post.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side_tall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_stairs_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_stairs_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_tile_br.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_tile_to_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_wall_variant_1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/cyan_wall_variant_2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dark_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_slab_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_stairs_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_stairs_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dark_red_bed.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dark_red_carpet.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dark_red_shulker_box.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dark_red_wool.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/deepslate_eternium_ore_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/deprecated.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_slab_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_stairs_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_stairs_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_post.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_side.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_side_tall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_post.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side_tall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_slab_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_stairs_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_stairs_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_post.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_side.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_side_tall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_slab_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_stairs_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_stairs_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_post.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_side.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_side_tall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_slab_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_stairs_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_stairs_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_post.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_side.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_side_tall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_recessed_model.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_corner_model.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_down_model.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_up_model.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_vertically_slit_model.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_n.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_ne.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_dr.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_lr.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_rr.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_railing.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_table.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/engineersdecor/steel_catwalk_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/eternium_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/eternium_ore_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/fb/cube.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/fb/fullbright.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/fb/rotatable.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/fb/sided.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/fb/top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/filthy_blue_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/filthy_cyan_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/filthy_green_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/filthy_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/filthy_red_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/green_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/green_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/green_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/green_pool_tile_slab_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/green_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/green_pool_tile_stairs_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/green_pool_tile_stairs_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_post.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_side.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_side_tall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/item_scrubber.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/item_scrubber.json.old create mode 100644 src/old/resources/assets/ariasessentials/models/block/layered_compressed_obsidian_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/magical_scrubber.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/mini_sun.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/nether_vault_steel_ore_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left_open.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right_open.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left_open.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right_open.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model0.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model3.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_block_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model0.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model3.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/pool_tile_slab_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/pool_tile_stairs_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/pool_tile_stairs_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_post.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_side.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_side_tall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/raw_cobalt_ore.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model0.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model3.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model4.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model5.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model6.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model7.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model0.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model3.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model4.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model5.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model6.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model7.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_post.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side_tall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_pool_tile_slab_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_pool_tile_stairs_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_pool_tile_stairs_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_post.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_side.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_side_tall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_stairs_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_stairs_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_tile_br.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_tile_to_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_wall_variant_1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/red_wall_variant_2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/rotatable.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/sided.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model0.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model3.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model4.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model5.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model6.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model7.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_bottom.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_double.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_inner.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_outer.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_inventory.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_post.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_side.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_side_tall.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/stable_singularity.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/steel_catwalk.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/steel_catwalk_block.bbmodel create mode 100644 src/old/resources/assets/ariasessentials/models/block/steel_catwalk_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_dr.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_lr.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_rr.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/steel_catwalk_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/steel_floor_grating.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/steel_floor_grating_top.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/steel_railing.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/steel_table.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/tflipflop.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/uncrafter.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/vault_steel_ore_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/void.json create mode 100644 src/old/resources/assets/ariasessentials/models/block/whiteout.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/aurora_compound.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/black.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/blood_red.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/blue_brick.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/blue_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/clear_glass_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/clinker_brick_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/clinker_brick_recessed.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/clinker_brick_sastor_corner_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/clinker_brick_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/clinker_brick_stained_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/clinker_brick_stained_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/clinker_brick_stained_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/clinker_brick_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/clinker_brick_vertically_slit.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/clinker_brick_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cobalt_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cobalt_ingot.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cobalt_ore.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cyan.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cyan_brick.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cyan_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cyan_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cyan_tile_br.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cyan_tile_to_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cyan_wall_variant_1.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/cyan_wall_variant_2.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dark_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dark_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dark_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dark_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dark_red_bed.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dark_red_brick.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dark_red_carpet.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dark_red_dye.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dark_red_shulker_box.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dark_red_wool.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/deepslate_eternium_ore_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/deepslate_ilusium_ore_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/deprecated.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/empty_spawn_egg.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/eternium_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/eternium_fragment.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/eternium_ingot.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/eternium_ore.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/eternium_ore_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/eternium_rod.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/filthy_blue_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/filthy_cyan_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/filthy_green_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/filthy_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/filthy_red_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/green_brick.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/green_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/green_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/green_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/green_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/green_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/ihan_crystal.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/light_blue_brick.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/lime_brick.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/magma_powder.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/melted_ender_pearl.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/metal_bar.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/mini_sun.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/mob_capture_ball.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_door.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_planks.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/panzerglass_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/panzerglass_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/partial_item.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/raw_cobalt.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/raw_cobalt_ore.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/raw_vault_steel_ore.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/rebar_concrete.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/rebar_concrete_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/rebar_concrete_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/rebar_concrete_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/rebar_concrete_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/rebar_concrete_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/rebar_concrete_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/red_brick.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/red_pool_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/red_pool_tile_light.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/red_pool_tile_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/red_pool_tile_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/red_pool_tile_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/red_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/red_tile.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/red_tile_br.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/red_tile_to_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/red_wall_variant_1.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/red_wall_variant_2.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/scrubber_frame.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/scrubber_frame_piece.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/singularity.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/slag_brick_block.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/slag_brick_slab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/slag_brick_stairs.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/slag_brick_wall.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/tiab.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/void.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/white_brick.json create mode 100644 src/old/resources/assets/ariasessentials/models/item/whiteout.json create mode 100644 src/old/resources/assets/ariasessentials/textures/block/black.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/blue_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/blue_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/cobalt_block.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/cobalt_ore.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/compressed_obsidian_block.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/compression_chamber/bottom_plate.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/compression_chamber/compression_lid.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/compression_chamber/compressor.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/compression_chamber/power.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/compression_chamber/support0.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/cyan_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/cyan_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dark_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dark_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dark_red_wool.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/deepslate_eternium_ore_block.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/deprecated.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_blue_pool_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_blue_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_cyan_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_cyan_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_green_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_green_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_purple_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_purple_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_red_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_red_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_yellow_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/dirty_yellow_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_pole_side.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_down_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_side_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_up_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_downplate_side_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_side_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture0.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture1.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture3.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture4.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture5.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture6.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture7.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture0.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture1.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture3.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture4.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture5.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture6.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture7.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_top.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall0.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall1.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall3.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall4.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall5.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall6.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall7.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture0.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture1.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture3.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture4.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture5.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture6.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture7.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture0.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture1.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture3.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture4.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture5.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture6.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture7.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/door/metal_sliding_door_texture_bottom.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/door/metal_sliding_door_texture_side.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/door/metal_sliding_door_texture_top.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/door/old_industrial_door_texture_bottom.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/door/old_industrial_door_texture_side.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/door/old_industrial_door_texture_top.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_side.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_top.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_table_side_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_table_top_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture0.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture1.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture3.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture_inventory.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/window_glass_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_end_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_side_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_top_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture0.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture1.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture3.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/steel_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_framed_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_rough_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_sanded_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thick_steel_pole_side_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thick_steel_pole_top_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thin_steel_pole_side_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thin_steel_pole_top_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/treated_wood_pole_side_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/treated_wood_pole_support_edges_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/treated_wood_pole_support_top_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/treated_wood_pole_top_texture.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/roof/dark_shingle_roof.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_pole_side.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture0.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture1.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture3.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture4.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture5.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture6.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture7.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_top.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall0.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall1.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall3.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall4.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall5.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall6.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall7.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture0.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture1.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture3.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture4.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture5.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture6.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture7.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture0.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture1.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture3.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture4.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture5.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture6.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture7.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/eternium_block.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/eternium_ore_block.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/filthy_blue_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/filthy_cyan_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/filthy_green_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/filthy_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/filthy_purple_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/filthy_red_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/filthy_yellow_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/green_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/green_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/mini_sun.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/purple_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/purple_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/raw_cobalt_ore.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/red_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/red_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/scrubber/center_cube.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/scrubber/corner_cube.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/scrubber/frame_bars.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/scrubber/inner_corner_cubes.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/scrubber/scrubber_old_internal_cube.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/scrubber/scrubber_right.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/scrubber/scrubber_top.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/scrubber/stable_singularity_body.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/scrubber/stable_singularity_inner.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/blood_red.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/cyan.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/cyan_tile_transition.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/cyan_tile_w_circle.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/lime_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/lime_tile_transition.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/red_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/red_tile_stairs_inner.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/red_tile_transition_blood_red.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/red_tile_w_circle.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/cyan_floor_to_wall.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/cyan_wall.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/cyan_wall2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/floor_wall_transition.aseprite create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/lime_floor_to_wall.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/lime_wall.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/lime_wall2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/red_floor_to_wall.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/red_wall.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/red_wall2.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/lime.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/void.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/thresholds/white.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/uncrafter.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/uncrafter.png.mcmeta create mode 100644 src/old/resources/assets/ariasessentials/textures/block/uncrafter_bottom.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/uncrafter_side.aseprite create mode 100644 src/old/resources/assets/ariasessentials/textures/block/uncrafter_side.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/yellow_pool_tile.png create mode 100644 src/old/resources/assets/ariasessentials/textures/block/yellow_pool_tile_light.png create mode 100644 src/old/resources/assets/ariasessentials/textures/entity/mob_capture_ball.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/blue_brick.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/clone_ball.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/cobalt_ingot.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/cobalt_nugget.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/compressed_obsidian_sheet.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/crucible.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/cyan_brick.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/dark_blue_brick.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/dark_red_brick.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/dark_red_dye.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/deprecated.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/empty_spawn_egg.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/encased_singularity.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/eternium_dust.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/eternium_fragment.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/eternium_ingot.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/eternium_ore.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/eternium_rod.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/green_brick.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/ihan_crystal.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/light_blue_brick.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/lime_brick.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/magma_powder.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/melted_ender_pearl.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/metal_bar.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/mob_capture_ball.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/partial_item.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/raw_cobalt.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/raw_vault_steel_ore.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/red_brick.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/scrubber_frame.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/scrubber_frame_piece.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/singularity.aseprite create mode 100644 src/old/resources/assets/ariasessentials/textures/item/singularity.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/super_heated_crucible.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/tiab.aseprite create mode 100644 src/old/resources/assets/ariasessentials/textures/item/tiab.png create mode 100644 src/old/resources/assets/ariasessentials/textures/item/tiab.png.mcmeta create mode 100644 src/old/resources/assets/ariasessentials/textures/item/white_brick.aseprite create mode 100644 src/old/resources/assets/ariasessentials/textures/item/white_brick.png create mode 100644 src/old/resources/assets/ariasessentials/textures/mob_effect/flight.png create mode 100644 src/old/resources/assets/ariasessentials/textures/mob_effect/seal.aseprite create mode 100644 src/old/resources/assets/ariasessentials/textures/mob_effect/seal.png create mode 100644 src/old/resources/assets/libzontreck/lang/en_us.json create mode 100644 src/old/resources/assets/libzontreck/models/item/chestgui_add.json create mode 100644 src/old/resources/assets/libzontreck/models/item/chestgui_back.json create mode 100644 src/old/resources/assets/libzontreck/models/item/chestgui_forward.json create mode 100644 src/old/resources/assets/libzontreck/models/item/chestgui_remove.json create mode 100644 src/old/resources/assets/libzontreck/models/item/chestgui_reset.json create mode 100644 src/old/resources/assets/libzontreck/textures/gui/chest_gui.png create mode 100644 src/old/resources/assets/libzontreck/textures/item/chestgui_add.png create mode 100644 src/old/resources/assets/libzontreck/textures/item/chestgui_back.png create mode 100644 src/old/resources/assets/libzontreck/textures/item/chestgui_forward.png create mode 100644 src/old/resources/assets/libzontreck/textures/item/chestgui_remove.png create mode 100644 src/old/resources/assets/libzontreck/textures/item/chestgui_reset.png create mode 100644 src/old/resources/data/ariasessentials/dimension/builder.json create mode 100644 src/old/resources/data/ariasessentials/dimension/resource.json create mode 100644 src/old/resources/data/ariasessentials/dimension_type/builder.json create mode 100644 src/old/resources/data/ariasessentials/dimension_type/resource.json create mode 100644 src/old/resources/data/ariasessentials/forge/biome_modifier/eternium_placer.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/blood_red.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_block.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_block.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_wall.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/cyan.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_tile_br.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_tile_to_wall.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_wall_variant_1.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_wall_variant_2.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dark_red_carpet.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dark_red_wool.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/deepslate_eternium_ore_block.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/eternium_block.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/eternium_ore_block.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_blue_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_cyan_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_green_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_red_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/mini_sun.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_door.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_planks.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/panzerglass_block.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/panzerglass_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_wall.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_wall.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile_light.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/red_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/red_tile.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/red_tile_br.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/red_tile_to_wall.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/red_wall_variant_1.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/red_wall_variant_2.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_block.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_slab.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_stairs.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_wall.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/void.json create mode 100644 src/old/resources/data/ariasessentials/loot_tables/blocks/whiteout.json create mode 100644 src/old/resources/data/ariasessentials/recipes/blue_brick.json create mode 100644 src/old/resources/data/ariasessentials/recipes/brimstone_to_sulfur.json create mode 100644 src/old/resources/data/ariasessentials/recipes/crushing_brimstone.json create mode 100644 src/old/resources/data/ariasessentials/recipes/cyan_brick.json create mode 100644 src/old/resources/data/ariasessentials/recipes/dark_red_brick.json create mode 100644 src/old/resources/data/ariasessentials/recipes/dark_red_dye.json create mode 100644 src/old/resources/data/ariasessentials/recipes/dye_dark_red_carpet.json create mode 100644 src/old/resources/data/ariasessentials/recipes/dye_dark_red_wool.json create mode 100644 src/old/resources/data/ariasessentials/recipes/empty_spawn_egg.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_sastor_corner_block_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_slab_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_slab_stonecutting.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_block_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_block_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_slab_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_slab_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_stairs_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_stonecutting.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_wall_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_wall_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/metal_bar_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_door_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_planks_from_treatedwood.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_planks_from_vanilla.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_slab_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_slab_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_stairs_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_stairs_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/panzerglass_block_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/panzerglass_slab_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_block_from_vanilla.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_slab_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_slab_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_stairs_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_stairs_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_slab_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_slab_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_stairs_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_stairs_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_wall_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_wall_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_slab_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_stairs_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_stairs_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_vanilla.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_wall_recipe.json create mode 100644 src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_wall_recipe_decompose.json create mode 100644 src/old/resources/data/ariasessentials/recipes/eternium_block.json create mode 100644 src/old/resources/data/ariasessentials/recipes/eternium_block_to_ingot.json create mode 100644 src/old/resources/data/ariasessentials/recipes/eternium_ingot.json create mode 100644 src/old/resources/data/ariasessentials/recipes/eternium_rod.json create mode 100644 src/old/resources/data/ariasessentials/recipes/green_brick.json create mode 100644 src/old/resources/data/ariasessentials/recipes/holosphere.json.old create mode 100644 src/old/resources/data/ariasessentials/recipes/ihan_crystal.json create mode 100644 src/old/resources/data/ariasessentials/recipes/leather_from_rotten_flesh.json create mode 100644 src/old/resources/data/ariasessentials/recipes/light_blue_brick.json create mode 100644 src/old/resources/data/ariasessentials/recipes/lime_brick.json create mode 100644 src/old/resources/data/ariasessentials/recipes/magma.json create mode 100644 src/old/resources/data/ariasessentials/recipes/magma_powder.json create mode 100644 src/old/resources/data/ariasessentials/recipes/mob_capture_ball.json create mode 100644 src/old/resources/data/ariasessentials/recipes/red_brick.json create mode 100644 src/old/resources/data/ariasessentials/recipes/sandpaper/bop_rosequartz_chunk_polish.json create mode 100644 src/old/resources/data/ariasessentials/recipes/sandpaper/bop_rosequartz_polish.json create mode 100644 src/old/resources/data/ariasessentials/recipes/sandpaper/bop_rosequartz_shard_polish.json create mode 100644 src/old/resources/data/ariasessentials/recipes/tetra/seeping_bedrock.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_stairs.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_tile.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_tile_br.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_tile_to_wall.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_wall_variant_1.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_wall_variant_2.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tile_wall.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tiles.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_wall.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tiles.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/filthy_blue_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_wall.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tiles.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/filthy_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tile_wall.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tiles.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tile_wall.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tiles.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tile_wall.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tiles.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/filthy_cyan_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/dark/dark_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/dark/dark_pool_tiles.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_wall.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tiles.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/filthy_green_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tile_wall.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tiles.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_wall.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tiles.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/filthy_red_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_light.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tile_slab.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tile_stairs.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tile_wall.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tiles.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/blood_red.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_stairs.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_tile.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_tile_br.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_tile_to_wall.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_wall_variant_1.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_wall_variant_2.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/void.json create mode 100644 src/old/resources/data/ariasessentials/recipes/thresholds/decorative/whiteout.json create mode 100644 src/old/resources/data/ariasessentials/recipes/tiab.json create mode 100644 src/old/resources/data/ariasessentials/recipes/white_brick.json create mode 100644 src/old/resources/data/ariasessentials/tags/blocks/brimstone.json create mode 100644 src/old/resources/data/ariasessentials/tags/blocks/deprecated.json create mode 100644 src/old/resources/data/ariasessentials/tags/blocks/engineersdecor.json create mode 100644 src/old/resources/data/ariasessentials/tags/blocks/plain_concrete.json create mode 100644 src/old/resources/data/ariasessentials/tags/blocks/pool_tiles.json create mode 100644 src/old/resources/data/ariasessentials/tags/items/brick_blocks.json create mode 100644 src/old/resources/data/ariasessentials/tags/items/brick_ingots.json create mode 100644 src/old/resources/data/ariasessentials/tags/items/deprecated.json create mode 100644 src/old/resources/data/ariasessentials/tags/items/engineersdecor.json create mode 100644 src/old/resources/data/ariasessentials/tags/items/pool_tiles.json create mode 100644 src/old/resources/data/ariasessentials/worldgen/configured_feature/eternium_oregen_overworld.json create mode 100644 src/old/resources/data/ariasessentials/worldgen/noise_settings/builder.json create mode 100644 src/old/resources/data/ariasessentials/worldgen/noise_settings/resource.json create mode 100644 src/old/resources/data/ariasessentials/worldgen/placed_feature/eternium_oregen_overworld.json create mode 100644 src/old/resources/data/forge/tags/blocks/ore_rates/singular.json create mode 100644 src/old/resources/data/forge/tags/blocks/ores.json create mode 100644 src/old/resources/data/forge/tags/blocks/ores/eternium.json create mode 100644 src/old/resources/data/forge/tags/blocks/ores_in_ground/netherrack.json create mode 100644 src/old/resources/data/forge/tags/blocks/storage_blocks.json create mode 100644 src/old/resources/data/forge/tags/blocks/storage_blocks/eternium.json create mode 100644 src/old/resources/data/forge/tags/items/brimstone.json create mode 100644 src/old/resources/data/forge/tags/items/dusts.json create mode 100644 src/old/resources/data/forge/tags/items/dusts/magma.json create mode 100644 src/old/resources/data/forge/tags/items/ingots.json create mode 100644 src/old/resources/data/forge/tags/items/ingots/eternium.json create mode 100644 src/old/resources/data/forge/tags/items/nuggets.json create mode 100644 src/old/resources/data/forge/tags/items/ore_rates/singular.json create mode 100644 src/old/resources/data/forge/tags/items/ores.json create mode 100644 src/old/resources/data/forge/tags/items/ores/eternium.json create mode 100644 src/old/resources/data/forge/tags/items/ores_in_ground/netherrack.json create mode 100644 src/old/resources/data/forge/tags/items/raw_materials.json create mode 100644 src/old/resources/data/forge/tags/items/raw_materials/eternium.json create mode 100644 src/old/resources/data/forge/tags/items/rods.json create mode 100644 src/old/resources/data/forge/tags/items/rods/eternium.json create mode 100644 src/old/resources/data/forge/tags/items/storage_blocks.json create mode 100644 src/old/resources/data/forge/tags/items/storage_blocks/eternium.json create mode 100644 src/old/resources/data/minecraft/loot_tables/blocks/budding_amethyst.json create mode 100644 src/old/resources/data/minecraft/tags/blocks/mineable/pickaxe.json create mode 100644 src/old/resources/data/minecraft/tags/blocks/needs_diamond_tool.json create mode 100644 src/old/resources/data/minecraft/tags/blocks/needs_iron_tool.json create mode 100644 src/old/resources/data/minecraft/tags/blocks/slabs.json create mode 100644 src/old/resources/data/minecraft/tags/blocks/stairs.json create mode 100644 src/old/resources/data/minecraft/tags/blocks/walls.json create mode 100644 src/old/resources/data/minecraft/tags/blocks/wither_immune.json create mode 100644 src/old/resources/data/minecraft/tags/blocks/wool.json create mode 100644 src/old/resources/data/minecraft/tags/blocks/wool_carpet.json create mode 100644 src/old/resources/data/minecraft/tags/items/dyes.json create mode 100644 src/old/resources/data/minecraft/tags/items/piglin_loved.json create mode 100644 src/old/resources/data/minecraft/tags/items/slabs.json create mode 100644 src/old/resources/data/minecraft/tags/items/stairs.json create mode 100644 src/old/resources/data/minecraft/tags/items/walls.json create mode 100644 src/old/resources/data/minecraft/tags/items/wool.json create mode 100644 src/old/resources/data/minecraft/tags/items/wool_carpet.json create mode 100644 src/old/resources/pack.mcmeta diff --git a/src/main/java/com/zontreck/AriasEssentials.java b/src/main/java/com/zontreck/AriasEssentials.java index c2bcfd7..32f0511 100644 --- a/src/main/java/com/zontreck/AriasEssentials.java +++ b/src/main/java/com/zontreck/AriasEssentials.java @@ -1,72 +1,20 @@ package com.zontreck; -import com.zontreck.block.DeprecatedModBlocks; -import com.zontreck.block.ModBlocks; -import com.zontreck.client.TimeBoostEntityRenderer; import com.zontreck.configs.client.AEClientConfig; import com.zontreck.configs.server.AEServerConfig; -import com.zontreck.effects.ModEffects; -import com.zontreck.effects.ModPotions; -import com.zontreck.enchantments.ModEnchantments; -import com.zontreck.entities.ModEntities; -import com.zontreck.items.DeprecatedModItems; -import com.zontreck.items.ModItems; -import com.zontreck.libzontreck.config.ServerConfig; -import net.minecraft.client.renderer.entity.EntityRenderers; -import net.neoforged.api.distmarker.Dist; import net.neoforged.bus.api.IEventBus; -import net.neoforged.bus.api.SubscribeEvent; -import net.neoforged.fml.common.EventBusSubscriber; -import net.neoforged.fml.common.EventBusSubscriber.Bus; import net.neoforged.fml.common.Mod; -import net.neoforged.fml.event.lifecycle.FMLClientSetupEvent; -import java.time.Instant; -import java.util.Random; - -import org.apache.logging.log4j.Logger; - -import com.zontreck.items.CreativeModeTabs; - -import net.neoforged.fml.loading.FMLLoader; -import net.neoforged.neoforge.common.NeoForgeMod; - -@Mod(AriasEssentials.MOD_ID) -public final class AriasEssentials { - public static Logger LOGGER = LoggerFactory.getLogger("ariaessentials"); +@Mod(value = AriasEssentials.MOD_ID) +public class AriasEssentials { public static final String MOD_ID = "ariasessentials"; - public static final Random random = new Random(Instant.now().getEpochSecond()); public AriasEssentials(IEventBus bus) { - // This code runs as soon as Minecraft is in a mod-load-ready state. - // However, some things (like registries and resources) may still be - // uninitialized. - // Proceed with mild caution. - LOGGER.info("/!\\ Loading Aria's Essentials Configuration Files /!\\"); AEServerConfig.loadFromFile(); AEClientConfig.loadFromFile(); - ServerConfig.init(); - LOGGER.info("/!\\ DONE LOADING AECONFIG /!\\"); - - ModItems.ITEMS.register(bus); - CreativeModeTabs.register(bus); - ModEntities.register(bus); - ModEffects.register(bus); - ModPotions.register(bus); - DeprecatedModItems.register(bus); - ModEnchantments.register(bus); - DeprecatedModBlocks.register(bus); - ModBlocks.register(bus); } - - @EventBusSubscriber(bus = Bus.MOD, value = Dist.CLIENT) - public static class ClientModEvents { - @SubscribeEvent - public static void onClientSetup(FMLClientSetupEvent ev) { - EntityRenderers.register(ModEntities.TIAB_ENTITY.get(), TimeBoostEntityRenderer::new); - } - } + } diff --git a/src/main/java/com/zontreck/configs/client/AEClientConfig.java b/src/main/java/com/zontreck/configs/client/AEClientConfig.java index fa47bac..e068602 100644 --- a/src/main/java/com/zontreck/configs/client/AEClientConfig.java +++ b/src/main/java/com/zontreck/configs/client/AEClientConfig.java @@ -1,10 +1,11 @@ package com.zontreck.configs.client; +import java.nio.file.Path; + import com.zontreck.libzontreck.util.SNbtIo; import com.zontreck.util.EssentialsDatastore; -import net.minecraft.nbt.CompoundTag; -import java.nio.file.Path; +import net.minecraft.nbt.CompoundTag; public class AEClientConfig { diff --git a/src/main/java/com/zontreck/configs/server/AEServerConfig.java b/src/main/java/com/zontreck/configs/server/AEServerConfig.java index 656ea21..ab7afa6 100644 --- a/src/main/java/com/zontreck/configs/server/AEServerConfig.java +++ b/src/main/java/com/zontreck/configs/server/AEServerConfig.java @@ -1,6 +1,7 @@ package com.zontreck.configs.server; -import com.zontreck.AriasEssentials; +import java.nio.file.Path; + import com.zontreck.ariaslib.util.Lists; import com.zontreck.configs.server.sections.Bottles; import com.zontreck.configs.server.sections.Drops; @@ -9,11 +10,8 @@ import com.zontreck.configs.server.sections.Teleportation; import com.zontreck.libzontreck.util.SNbtIo; import com.zontreck.libzontreck.vectors.WorldPosition; import com.zontreck.util.EssentialsDatastore; -import net.minecraft.nbt.*; -import java.nio.file.Path; -import java.util.HashMap; -import java.util.Map; +import net.minecraft.nbt.CompoundTag; public class AEServerConfig { @@ -31,7 +29,6 @@ public class AEServerConfig { AEServerConfig config = new AEServerConfig(); try { - AriasEssentials.LOGGER.info("Loading Aria's Essentials configuration for - Server"); if(tag.contains(Bottles.TAG_NAME)) { config.bottles = Bottles.deserialize(tag.getCompound(Bottles.TAG_NAME)); @@ -63,8 +60,6 @@ public class AEServerConfig }else { config.worldSpawn = null; } - - AriasEssentials.LOGGER.info("Aria's Essentials Server Configuration Loaded"); } catch(Exception e){ e.printStackTrace(); } diff --git a/src/main/java/com/zontreck/libzontreck/util/FileTreeDatastore.java b/src/main/java/com/zontreck/libzontreck/util/FileTreeDatastore.java index c6c41b4..8bdef71 100644 --- a/src/main/java/com/zontreck/libzontreck/util/FileTreeDatastore.java +++ b/src/main/java/com/zontreck/libzontreck/util/FileTreeDatastore.java @@ -7,7 +7,7 @@ import java.nio.file.Path; import java.util.ArrayList; import java.util.List; -import net.minecraftforge.fml.loading.FMLPaths; +import net.neoforged.fml.loading.FMLPaths; public class FileTreeDatastore { private static final Path BASE; diff --git a/src/main/java/com/zontreck/libzontreck/util/SNbtIo.java b/src/main/java/com/zontreck/libzontreck/util/SNbtIo.java index 64d5942..ae7a400 100644 --- a/src/main/java/com/zontreck/libzontreck/util/SNbtIo.java +++ b/src/main/java/com/zontreck/libzontreck/util/SNbtIo.java @@ -1,13 +1,14 @@ package com.zontreck.libzontreck.util; -import com.mojang.brigadier.exceptions.CommandSyntaxException; -import com.zontreck.ariaslib.util.FileIO; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.NbtUtils; - import java.io.File; import java.nio.file.Path; +import com.mojang.brigadier.exceptions.CommandSyntaxException; +import com.zontreck.ariaslib.util.FileIO; + +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.NbtUtils; + /** * Provides helpers for reading and writing snbt to file */ diff --git a/src/main/java/com/zontreck/libzontreck/vectors/WorldPosition.java b/src/main/java/com/zontreck/libzontreck/vectors/WorldPosition.java index eda5fbb..c7e8727 100644 --- a/src/main/java/com/zontreck/libzontreck/vectors/WorldPosition.java +++ b/src/main/java/com/zontreck/libzontreck/vectors/WorldPosition.java @@ -1,13 +1,13 @@ package com.zontreck.libzontreck.vectors; -import com.zontreck.libzontreck.LibZontreck; import com.zontreck.libzontreck.exceptions.InvalidDeserialization; + import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.NbtUtils; import net.minecraft.resources.ResourceLocation; import net.minecraft.server.level.ServerLevel; import net.minecraft.server.level.ServerPlayer; -import net.minecraftforge.server.ServerLifecycleHooks; +import net.neoforged.neoforge.server.ServerLifecycleHooks; public class WorldPosition implements Cloneable { @@ -37,7 +37,7 @@ public class WorldPosition implements Cloneable } public WorldPosition(ServerPlayer player) { - this(new Vector3d(player.position()), player.getLevel()); + this(new Vector3d(player.position()), player.serverLevel()); } public WorldPosition(Vector3d pos, ServerLevel lvl) { @@ -94,7 +94,8 @@ public class WorldPosition implements Cloneable String dim = Dimension; String[] dims = dim.split(":"); - ResourceLocation rl = new ResourceLocation(dims[0], dims[1]); + ResourceLocation rl = ResourceLocation.fromNamespaceAndPath(dims[0], dims[1]); + ServerLevel dimL = null; for (ServerLevel lServerLevel : ServerLifecycleHooks.getCurrentServer().getAllLevels()) { ResourceLocation XL = lServerLevel.dimension().location(); @@ -107,7 +108,6 @@ public class WorldPosition implements Cloneable } if (dimL == null) { - LibZontreck.LOGGER.error("DIMENSION COULD NOT BE FOUND : " + Dimension); return null; } diff --git a/src/old/java/com/zontreck/AriasEssentials.java b/src/old/java/com/zontreck/AriasEssentials.java new file mode 100644 index 0000000..c2bcfd7 --- /dev/null +++ b/src/old/java/com/zontreck/AriasEssentials.java @@ -0,0 +1,72 @@ +package com.zontreck; + +import com.zontreck.block.DeprecatedModBlocks; +import com.zontreck.block.ModBlocks; +import com.zontreck.client.TimeBoostEntityRenderer; +import com.zontreck.configs.client.AEClientConfig; +import com.zontreck.configs.server.AEServerConfig; +import com.zontreck.effects.ModEffects; +import com.zontreck.effects.ModPotions; +import com.zontreck.enchantments.ModEnchantments; +import com.zontreck.entities.ModEntities; +import com.zontreck.items.DeprecatedModItems; +import com.zontreck.items.ModItems; +import com.zontreck.libzontreck.config.ServerConfig; + +import net.minecraft.client.renderer.entity.EntityRenderers; +import net.neoforged.api.distmarker.Dist; +import net.neoforged.bus.api.IEventBus; +import net.neoforged.bus.api.SubscribeEvent; +import net.neoforged.fml.common.EventBusSubscriber; +import net.neoforged.fml.common.EventBusSubscriber.Bus; +import net.neoforged.fml.common.Mod; +import net.neoforged.fml.event.lifecycle.FMLClientSetupEvent; + +import java.time.Instant; +import java.util.Random; + +import org.apache.logging.log4j.Logger; + +import com.zontreck.items.CreativeModeTabs; + +import net.neoforged.fml.loading.FMLLoader; +import net.neoforged.neoforge.common.NeoForgeMod; + +@Mod(AriasEssentials.MOD_ID) +public final class AriasEssentials { + public static Logger LOGGER = LoggerFactory.getLogger("ariaessentials"); + public static final String MOD_ID = "ariasessentials"; + public static final Random random = new Random(Instant.now().getEpochSecond()); + + public AriasEssentials(IEventBus bus) { + // This code runs as soon as Minecraft is in a mod-load-ready state. + // However, some things (like registries and resources) may still be + // uninitialized. + // Proceed with mild caution. + + LOGGER.info("/!\\ Loading Aria's Essentials Configuration Files /!\\"); + AEServerConfig.loadFromFile(); + AEClientConfig.loadFromFile(); + ServerConfig.init(); + LOGGER.info("/!\\ DONE LOADING AECONFIG /!\\"); + + ModItems.ITEMS.register(bus); + CreativeModeTabs.register(bus); + ModEntities.register(bus); + ModEffects.register(bus); + ModPotions.register(bus); + DeprecatedModItems.register(bus); + ModEnchantments.register(bus); + DeprecatedModBlocks.register(bus); + ModBlocks.register(bus); + + } + + @EventBusSubscriber(bus = Bus.MOD, value = Dist.CLIENT) + public static class ClientModEvents { + @SubscribeEvent + public static void onClientSetup(FMLClientSetupEvent ev) { + EntityRenderers.register(ModEntities.TIAB_ENTITY.get(), TimeBoostEntityRenderer::new); + } + } +} diff --git a/src/main/java/com/zontreck/Messages.java b/src/old/java/com/zontreck/Messages.java similarity index 100% rename from src/main/java/com/zontreck/Messages.java rename to src/old/java/com/zontreck/Messages.java diff --git a/src/old/java/com/zontreck/ariaslib/http/HTTPMethod.java b/src/old/java/com/zontreck/ariaslib/http/HTTPMethod.java new file mode 100644 index 0000000..0841bef --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/http/HTTPMethod.java @@ -0,0 +1,8 @@ +package com.zontreck.ariaslib.http; + +public enum HTTPMethod { + GET, + POST, + PUT, + DELETE +} diff --git a/src/old/java/com/zontreck/ariaslib/http/HTTPRequest.java b/src/old/java/com/zontreck/ariaslib/http/HTTPRequest.java new file mode 100644 index 0000000..e3fddab --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/http/HTTPRequest.java @@ -0,0 +1,14 @@ +package com.zontreck.ariaslib.http; + +public class HTTPRequest { + + public String url; + + public String method; + public String body; + public String contentType; + + protected HTTPRequest() { + + } +} diff --git a/src/old/java/com/zontreck/ariaslib/http/HTTPRequestBuilder.java b/src/old/java/com/zontreck/ariaslib/http/HTTPRequestBuilder.java new file mode 100644 index 0000000..526b750 --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/http/HTTPRequestBuilder.java @@ -0,0 +1,131 @@ +package com.zontreck.ariaslib.http; + +import java.io.*; +import java.net.HttpURLConnection; +import java.net.MalformedURLException; +import java.net.URL; + +public class HTTPRequestBuilder { + + private HttpURLConnection connection; + private URL url; + private HTTPRequest request = new HTTPRequest(); + + public static HTTPRequestBuilder builder() { + return new HTTPRequestBuilder(); + } + + protected HTTPRequestBuilder() { + + } + + /** + * Sets the url in this request to the one supplied + * + * @param url The url to connect to + * @return Builder instance + * @throws MalformedURLException If the URL supplied was invalid + */ + public HTTPRequestBuilder withURL(String url) throws MalformedURLException { + request.url = url; + this.url = new URL(url); + + return this; + } + + /** + * Sets the HTTP Request method + * + * @param method The method you want to use + * @see HTTPMethod + * @return Builder instance + */ + public HTTPRequestBuilder withMethod(HTTPMethod method) { + switch (method) { + case GET: { + request.method = "GET"; + break; + } + case POST: { + request.method = "POST"; + if (request.contentType.isEmpty()) + request.contentType = "application/x-www-form-urlencoded"; + break; + } + case DELETE: { + request.method = "DELETE"; + break; + } + case PUT: { + request.method = "PUT"; + if (request.contentType.isEmpty()) + request.contentType = "application/x-www-form-urlencoded"; + break; + } + } + + return this; + } + + /** + * Sets the request body. This may only be processed by the server when using + * POST or PUT, depending on the server's setup + * + * @param body The body to upload + * @return Builder Instance + */ + public HTTPRequestBuilder withBody(String body) { + request.body = body; + return this; + } + + /** + * Sets the content type header + * Default: application/x-www-form-urlencoded for POST/PUT, and null/not present + * for GET + * + * @param type + * @return + */ + public HTTPRequestBuilder withContentType(String type) { + request.contentType = type; + return this; + } + + public HTTPResponse build() { + try { + connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod(request.method); + byte[] array = request.body.getBytes("UTF-8"); + connection.setRequestProperty("Content-Length", "" + array.length); + connection.setRequestProperty("Content-Type", request.contentType); + connection.setDoInput(true); + connection.setUseCaches(false); + connection.setDoOutput(true); + DataOutputStream dos = new DataOutputStream(connection.getOutputStream()); + dos.write(array); + dos.flush(); + dos.close(); + + // Get the response body + InputStream inputStream = connection.getInputStream(); + BufferedReader reader = new BufferedReader(new InputStreamReader(inputStream)); + StringBuilder response = new StringBuilder(); + String line; + + while ((line = reader.readLine()) != null) { + response.append(line); + } + reader.close(); + inputStream.close(); + + String responseBody = response.toString(); + + return new HTTPResponse(connection.getContentType(), connection.getResponseCode(), responseBody, request); + } catch (IOException e) { + throw new RuntimeException(e); + } finally { + connection.disconnect(); + } + } +} diff --git a/src/old/java/com/zontreck/ariaslib/http/HTTPResponse.java b/src/old/java/com/zontreck/ariaslib/http/HTTPResponse.java new file mode 100644 index 0000000..d7640b4 --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/http/HTTPResponse.java @@ -0,0 +1,32 @@ +package com.zontreck.ariaslib.http; + +public class HTTPResponse { + private String ContentType; + private int ResponseCode; + private String ResponseBody; + private HTTPRequest OriginalRequest; + + protected HTTPResponse(String contentType, int code, String body, HTTPRequest request) { + this.ContentType = contentType; + this.ResponseCode = code; + this.ResponseBody = body; + this.OriginalRequest = request; + + } + + public String getContentType() { + return ContentType; + } + + public int getResponseCode() { + return ResponseCode; + } + + public String getResponseBody() { + return ResponseBody; + } + + public HTTPRequest getOriginalRequest() { + return OriginalRequest; + } +} diff --git a/src/old/java/com/zontreck/ariaslib/terminal/Banners.java b/src/old/java/com/zontreck/ariaslib/terminal/Banners.java new file mode 100644 index 0000000..5545acd --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/terminal/Banners.java @@ -0,0 +1,47 @@ +package com.zontreck.ariaslib.terminal; + +import java.util.ArrayList; +import java.util.List; + +public class Banners +{ + + public static String generateBanner(String text) { + int maxLength = calculateMaxLength(text); + List bannerLines = new ArrayList<>(); + StringBuilder border = new StringBuilder(); + for (int i = 0; i < maxLength + 4; i++) { + border.append("*"); + } + bannerLines.add(border.toString()); + bannerLines.add("* " + centerText(text, maxLength) + " *"); + bannerLines.add(border.toString()); + return String.join("\n", bannerLines); + } + + private static String centerText(String text, int maxLength) { + StringBuilder centeredText = new StringBuilder(); + int spacesToAdd = (maxLength - text.length()) / 2; + for (int i = 0; i < spacesToAdd; i++) { + centeredText.append(" "); + } + centeredText.append(text); + for (int i = 0; i < spacesToAdd; i++) { + centeredText.append(" "); + } + if (centeredText.length() < maxLength) { + centeredText.append(" "); + } + return centeredText.toString(); + } + + private static int calculateMaxLength(String text) { + int maxLength = 0; + for (String line : text.split("\n")) { + if (line.length() > maxLength) { + maxLength = line.length(); + } + } + return maxLength; + } +} diff --git a/src/old/java/com/zontreck/ariaslib/terminal/Task.java b/src/old/java/com/zontreck/ariaslib/terminal/Task.java new file mode 100644 index 0000000..fb57e09 --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/terminal/Task.java @@ -0,0 +1,86 @@ +package com.zontreck.ariaslib.terminal; + +import com.zontreck.ariaslib.util.Progress; + +import java.util.TimerTask; + +public abstract class Task extends TimerTask implements Runnable { + public final String TASK_NAME; + private TaskCompletionToken token = new TaskCompletionToken ( ); + + public static final String CHECK = "P"; + public static final String FAIL = "F"; + // Else use the progress spinner from the Progress class + private boolean isSilent = false; + + public Task ( String name ) { + TASK_NAME = name; + } + + /** + * This constructor is meant to be used to create silent tasks that do not output to the console. (Example usage: DelayedExecutionService) + * + * @param name Task name + * @param silent Whether to print to the terminal + */ + public Task ( String name , boolean silent ) { + this ( name ); + isSilent = silent; + } + + + public boolean isComplete ( ) { + return token.get ( ); + } + + public void startTask ( ) { + Thread tx = new Thread(this); + tx.start(); + + if(! isSilent) + { + Thread tx2 = new Thread(new SpinnerTask(token, this)); + tx2.start(); + } + } + + public void stopTask ( ) { + if ( token.get ( ) && ! isSilent ) { + System.out.printf ( "\r" + TASK_NAME + "\t\t[" + token.status + "]\n" ); + } + } + + public void setSuccess ( ) { + token.completed ( CHECK ); + } + + public void setFail ( ) { + token.completed ( FAIL ); + } + + public class SpinnerTask extends Task { + public final Task task; + public final TaskCompletionToken token; + private final Progress spinner = new Progress ( 100 ); + + public SpinnerTask ( TaskCompletionToken token , Task parent ) { + super ( "spinner" , true ); + this.token = token; + this.task = parent; + } + + @Override + public void run ( ) { + while ( ! task.isComplete ( ) ) { + try { + Thread.sleep ( 50L ); + + if ( ! task.isSilent && ! task.isComplete ( ) ) + System.out.printf ( "\r" + task.TASK_NAME + "\t\t" + spinner.getSpinnerTick ( ) + "\r" ); + } catch ( Exception e ) { + e.printStackTrace ( ); + } + } + } + } +} \ No newline at end of file diff --git a/src/old/java/com/zontreck/ariaslib/terminal/TaskCompletionToken.java b/src/old/java/com/zontreck/ariaslib/terminal/TaskCompletionToken.java new file mode 100644 index 0000000..6094019 --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/terminal/TaskCompletionToken.java @@ -0,0 +1,20 @@ +package com.zontreck.ariaslib.terminal; + +import java.util.concurrent.atomic.AtomicBoolean; + +/** + * Should not be re-used for multiple tasks!!! + */ +public class TaskCompletionToken +{ + private AtomicBoolean complete = new AtomicBoolean(false); + public String status = ""; + public void completed(String reason){ + status=reason; + complete.set(true); + } + + public boolean get(){ + return complete.get(); + } +} diff --git a/src/old/java/com/zontreck/ariaslib/util/FileIO.java b/src/old/java/com/zontreck/ariaslib/util/FileIO.java new file mode 100644 index 0000000..f517adf --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/util/FileIO.java @@ -0,0 +1,51 @@ +package com.zontreck.ariaslib.util; + +import java.io.File; +import java.io.IOException; +import java.nio.file.Files; +import java.nio.file.Paths; + +public class FileIO +{ + + public static String readFile(String filePath) { + try { + byte[] fileBytes = Files.readAllBytes(Paths.get(filePath)); + return new String(fileBytes); + } catch (IOException e) { + return "An error occurred: " + e.getMessage(); + } + } + public static void writeFile(String filePath, String newContent) { + try { + Files.write(Paths.get(filePath), newContent.getBytes()); + } catch (IOException e) { + } + } + + + /** + * Recursively delete a directory + * @param directory The folder to delete + */ + public static void deleteDirectory(File directory) { + if (directory.exists()) { + File[] files = directory.listFiles(); + if (files != null) { + for (File file : files) { + if (file.isDirectory()) { + deleteDirectory(file); + } else { + file.delete(); + } + } + } + // Now directory is empty, so delete it + directory.delete(); + System.out.println("Directory deleted: " + directory.getAbsolutePath()); + } else { + System.out.println("Directory does not exist: " + directory.getAbsolutePath()); + } + } +} + diff --git a/src/old/java/com/zontreck/ariaslib/util/Hashing.java b/src/old/java/com/zontreck/ariaslib/util/Hashing.java new file mode 100644 index 0000000..08c77c2 --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/util/Hashing.java @@ -0,0 +1,120 @@ +package com.zontreck.ariaslib.util; + +import java.security.MessageDigest; +import java.security.NoSuchAlgorithmException; + +public class Hashing +{ + + + /** + * A md5 hashing function that is compatible with literally every other hashing function out there + * @param input The string to hash + * @return The hash + */ + public static String md5(String input) { + try { + MessageDigest md = MessageDigest.getInstance("MD5"); + md.update(input.getBytes()); + + byte[] byteData = md.digest(); + + // Convert the byte array to a hexadecimal string + StringBuilder hexString = new StringBuilder(); + for (byte aByteData : byteData) { + String hex = Integer.toHexString(0xff & aByteData); + if (hex.length() == 1) { + hexString.append('0'); + } + hexString.append(hex); + } + return hexString.toString(); + } catch (NoSuchAlgorithmException e) { + e.printStackTrace(); + return null; + } + } + /** + * A md5 hashing function that is compatible with literally every other hashing function out there + * @param input The bytes to hash + * @return The hash + */ + public static String md5(byte[] input) { + try { + MessageDigest md = MessageDigest.getInstance("MD5"); + md.update(input); + + byte[] byteData = md.digest(); + + // Convert the byte array to a hexadecimal string + StringBuilder hexString = new StringBuilder(); + for (byte aByteData : byteData) { + String hex = Integer.toHexString(0xff & aByteData); + if (hex.length() == 1) { + hexString.append('0'); + } + hexString.append(hex); + } + return hexString.toString(); + } catch (NoSuchAlgorithmException e) { + e.printStackTrace(); + return null; + } + } + + + /** + * A sha256 hashing function that is compatible with literally every other hashing function out there + * @param input The string to hash + * @return The hash + */ + public static String sha256(String input) { + try { + MessageDigest md = MessageDigest.getInstance("SHA256"); + md.update(input.getBytes()); + + byte[] byteData = md.digest(); + + // Convert the byte array to a hexadecimal string + StringBuilder hexString = new StringBuilder(); + for (byte aByteData : byteData) { + String hex = Integer.toHexString(0xff & aByteData); + if (hex.length() == 1) { + hexString.append('0'); + } + hexString.append(hex); + } + return hexString.toString(); + } catch (NoSuchAlgorithmException e) { + e.printStackTrace(); + return null; + } + } + /** + * A sha256 hashing function that is compatible with literally every other hashing function out there + * @param input The bytes to hash + * @return The hash + */ + public static String sha256(byte[] input) { + try { + MessageDigest md = MessageDigest.getInstance("SHA256"); + md.update(input); + + byte[] byteData = md.digest(); + + // Convert the byte array to a hexadecimal string + StringBuilder hexString = new StringBuilder(); + for (byte aByteData : byteData) { + String hex = Integer.toHexString(0xff & aByteData); + if (hex.length() == 1) { + hexString.append('0'); + } + hexString.append(hex); + } + return hexString.toString(); + } catch (NoSuchAlgorithmException e) { + e.printStackTrace(); + return null; + } + } +} diff --git a/src/old/java/com/zontreck/ariaslib/util/Lists.java b/src/old/java/com/zontreck/ariaslib/util/Lists.java new file mode 100644 index 0000000..f0fe39b --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/util/Lists.java @@ -0,0 +1,94 @@ +package com.zontreck.ariaslib.util; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; + +public class Lists +{ + /** + * Programatically constructs a list + * @param values The list of values + * @return The new list + * @param An arbitrary type parameter + */ + public static List of(T... values) + { + List arr = new ArrayList<>(); + for(T value : values) + { + arr.add(value); + } + + return arr; + } + + + /** + * Splits a string into a list + * @param input The string to split + * @param delimiters The list of delimiters + * @return A non-strided list + */ + public static List split(String input, String... delimiters) { + List result = new ArrayList<>(); + StringBuilder regex = new StringBuilder("("); + + // Constructing the regular expression pattern with provided delimiters + for (String delimiter : delimiters) { + regex.append(delimiter).append("|"); + } + regex.deleteCharAt(regex.length() - 1); // Remove the extra '|' character + regex.append(")"); + + String[] tokens = input.split(regex.toString()); + + // Add non-empty tokens to the result list + for (String token : tokens) { + if (!token.isEmpty()) { + result.add(token); + } + } + + return result; + } + + /** + * Split a string, and keep the delimiters + * @param input The string to be parsed and split + * @param delimiters A list of delimiters + * @return A strided list containing the parsed options, and the delimiters + */ + public static List splitWithDelim(String input, String... delimiters) { + List result = new ArrayList<>(); + StringBuilder regex = new StringBuilder("("); + + // Constructing the regular expression pattern with provided delimiters + for (String delimiter : delimiters) { + regex.append(delimiter).append("|"); + } + regex.deleteCharAt(regex.length() - 1); // Remove the extra '|' character + regex.append(")"); + + // Splitting the input string using the regex pattern + String[] tokens = input.split(regex.toString()); + + // Adding tokens and delimiters to the result list in a strided manner + for (int i = 0; i < tokens.length; i++) { + if (!tokens[i].isEmpty()) { + result.add(tokens[i]); + } + // Adding delimiter if it exists and it's not the last token + if (i < tokens.length - 1) { + result.add(input.substring(input.indexOf(tokens[i]) + tokens[i].length(), input.indexOf(tokens[i + 1]))); + } + } + + return result; + } + + + private Lists(){ + + } +} diff --git a/src/old/java/com/zontreck/ariaslib/util/Maps.java b/src/old/java/com/zontreck/ariaslib/util/Maps.java new file mode 100644 index 0000000..d8de013 --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/util/Maps.java @@ -0,0 +1,49 @@ +package com.zontreck.ariaslib.util; + +import java.util.HashMap; +import java.util.Map; + +/** + * Utility class to assist in creating a dictionary programmatically in one line of code. + */ +public class Maps +{ + /** + * This takes a list of entries and returns a HashMap + * @param entries The entries you want in your hashmap + * @return The map itself + * @param Any typed parameter + * @param Any typed parameter + */ + public static Map of(Entry... entries) { + Map map = new HashMap<>(); + for(Entry E : entries) + { + map.put(E.key, E.value); + } + + return map; + } + + /** + * A virtual entry used only by the Maps#of function. + * @see Maps#of(Entry[]) + * @param Any typed parameter + * @param Any typed parameter + */ + public static class Entry { + public final A key; + public final B value; + + /** + * Initializes the readonly entry + * @param a The dictionary key + * @param b The value + */ + public Entry(A a, B b) + { + this.key=a; + this.value=b; + } + } +} diff --git a/src/old/java/com/zontreck/ariaslib/util/MathUtil.java b/src/old/java/com/zontreck/ariaslib/util/MathUtil.java new file mode 100644 index 0000000..4dc7924 --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/util/MathUtil.java @@ -0,0 +1,18 @@ +package com.zontreck.ariaslib.util; + +/** + * This class will be used to house math helper functions + */ +public class MathUtil +{ + /** + * A newer helper function to get the percentage with large number support + * @param current Min value + * @param max Maximum value for progress + * @return Percentage + */ + public static int getPercent(long current, long max) + { + return Math.round(current*100/max); + } +} diff --git a/src/old/java/com/zontreck/ariaslib/util/Percent.java b/src/old/java/com/zontreck/ariaslib/util/Percent.java new file mode 100644 index 0000000..a8e75d7 --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/util/Percent.java @@ -0,0 +1,23 @@ +package com.zontreck.ariaslib.util; + +import java.io.PrintStream; + +public class Percent +{ + int current; + int maximum; + + public Percent(int cur, int max) + { + current=cur; + maximum=max; + } + + + public int get() + { + return ((current * 100) / maximum); + } + + +} diff --git a/src/old/java/com/zontreck/ariaslib/util/Progress.java b/src/old/java/com/zontreck/ariaslib/util/Progress.java new file mode 100644 index 0000000..af51310 --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/util/Progress.java @@ -0,0 +1,56 @@ +package com.zontreck.ariaslib.util; + +import java.util.concurrent.atomic.AtomicInteger; + +public class Progress +{ + private int maximum; + private int current; + private AtomicInteger tickNum = new AtomicInteger(0); + private static final String TICKS="-\\|/"; + + public String getSpinnerTick() + { + if(tickNum.get()>=TICKS.length()) tickNum.set(0); + + return "[" + TICKS.substring(tickNum.getAndIncrement(), tickNum.get()) + "]"; + } + + public Progress(int maximum) + { + current=0; + this.maximum=maximum; + } + + public int getPercent(){ + return (current*100/maximum); + } + + public String getPercentStr() + { + return (getPercent()+"%"); + } + + public static int getPercentOf(int current, int max) + { + return (current*100/max); + } + + public void increment(){ + current++; + sanity(); + } + private void sanity(){ + if(current > maximum) current = maximum; + if(current < 0)current = 0; + } + public void decrement(){ + current--; + sanity(); + } + + public void setCurrent(int cur) + { + current=cur; + } +} diff --git a/src/old/java/com/zontreck/ariaslib/util/ProgressBar.java b/src/old/java/com/zontreck/ariaslib/util/ProgressBar.java new file mode 100644 index 0000000..5fbcb84 --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/util/ProgressBar.java @@ -0,0 +1,66 @@ +package com.zontreck.ariaslib.util; + +import java.io.PrintStream; + +/** + * Utility to create an ascii progress bar + */ +public class ProgressBar +{ + + private static final int DEFAULT_BAR_WIDTH = 50; + + /** + * Reserved spaces for the brackets, and the carrot, and the percent value. + */ + private static final int PROGRESS_BAR_RESERVED=5; + + /** + * Always will return 80 + * @return 80 + */ + private static int getConsoleWidth() { + return 80; // Default console width, can be adjusted for different consoles + } + + /** + * Build a progress bar + *

+ * your text here [========= ] 40% your text here + * @param percent The percentage + * @param beforeText + * @param afterText + * @return ProgressBar as a String + */ + public static String printProgressBar(int percent, String beforeText, String afterText) { + StringBuilder sb = new StringBuilder(); + int consoleWidth = getConsoleWidth(); + int barWidth = Math.min(consoleWidth - beforeText.length() - afterText.length() - PROGRESS_BAR_RESERVED, DEFAULT_BAR_WIDTH); + + // Calculate progress + int progressBarLength = (int) ((double) percent / 100 * barWidth); + + // Print before text + sb.append(beforeText); + + // Print progress bar + sb.append("["); + for (int i = 0; i < barWidth; i++) { + if (i < progressBarLength) { + sb.append("="); + }else if(i==progressBarLength) sb.append(">"); + else { + sb.append(" "); + } + } + sb.append("]"); + + // Print percentage + sb.append(" " + percent + "%"); + + // Print after text + sb.append(afterText); + + return sb.toString(); + } +} diff --git a/src/old/java/com/zontreck/ariaslib/util/TimeNotation.java b/src/old/java/com/zontreck/ariaslib/util/TimeNotation.java new file mode 100644 index 0000000..6ea72eb --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/util/TimeNotation.java @@ -0,0 +1,161 @@ +package com.zontreck.ariaslib.util; + +import java.util.List; + +/** + * Contains useful structures and functions for dealing with, and manipulation of, time. + */ +public class TimeNotation +{ + public int Years; + public int Months; + public int Weeks; + public int Days; + public int Hours; + public int Minutes; + public int Seconds; + + public TimeNotation(int years, int months, int weeks, int days, int hours, int minutes, int seconds) + { + Years=years; + Months=months; + Weeks=weeks; + Days=days; + Hours=hours; + Minutes=minutes; + Seconds = seconds; + } + + private TimeNotation(){} + + + @Override + public String toString() { + String str = + someOrNone(Years,Pluralize(Years, "year") + ", ") + + someOrNone(Months, Pluralize(Months, "month") + ", ") + + someOrNone(Weeks, Pluralize(Weeks, "week") + ", ") + + someOrNone(Days, Pluralize(Days, "day") + ", ") + + someOrNone(Hours, Pluralize(Hours, "hour") + ", ") + + someOrNone(Minutes, Pluralize(Minutes, "minute") + ", ") + + someOrNone(Seconds, Pluralize(Seconds, "second")); + + if(str == ""){ + return "No Seconds"; + } else return str; + } + + /** + * Create a plural version for a number + * @param num The number to prefix + * @param str The singular form of the string + * @return Combined string, num + str in plural form if necessary + */ + private String Pluralize(int num, String str) + { + return num + " " + ((num > 1) ? str+"s" : str); + } + + /** + * A simple function to test a number, return a string, or return nothing at all. + * @param num The number to check + * @param str The string to return if the number is greater than zero + * @return Str if num >1, or empty string + */ + private String someOrNone(int num, String str) + { + if(num > 0) return str; + else return ""; + } + /** + * A simple function to test a number, return a string, or return something else. + * @param num The number to check + * @param str The string to return if the number is greater than zero + * @return Str if num >1, or other string + */ + private String someOrOther(int num, String str, String other) + { + if(num > 0) return str; + else return other; + } + + /** + * Encodes time notation! + * @return A program readable string that can be decoded back to a time notation + */ + public String toNotation() + { + return Years + "Y" + Months + "M" + Weeks + "W" + Days + "d" + Hours + "h" + Minutes + "m" + Seconds + "s"; + } + + /** + * Parses a time notation string + * @param notation Serialized time notation + * @return The deserialized time notation object + */ + public static TimeNotation fromNotation(String notation) + { + TimeNotation notationX = new TimeNotation(); + String[] delims = new String[]{"Y", "M", "W", "d", "h", "m", "s"}; + List opts = Lists.split(notation, delims); + + + int index = 0; + for(String dlim : delims) + { + if(notation.contains(dlim)) + { + switch (dlim) + { + case "Y": + { + notationX.Years = Integer.parseInt(opts.get(index)); + + break; + } + case "M": + { + notationX.Months = Integer.parseInt(opts.get(index)); + + break; + } + case "W": + { + notationX.Weeks = Integer.parseInt(opts.get(index)); + + break; + } + case "d": + { + notationX.Days = Integer.parseInt(opts.get(index)); + + break; + } + case "h": + { + notationX.Hours = Integer.parseInt(opts.get(index)); + + break; + } + case "m": + { + notationX.Minutes = Integer.parseInt(opts.get(index)); + + break; + } + case "s": + { + notationX.Seconds = Integer.parseInt(opts.get(index)); + + break; + } + } + + index++; + } + } + + return notationX; + + } +} diff --git a/src/old/java/com/zontreck/ariaslib/util/TimeUtil.java b/src/old/java/com/zontreck/ariaslib/util/TimeUtil.java new file mode 100644 index 0000000..587cb16 --- /dev/null +++ b/src/old/java/com/zontreck/ariaslib/util/TimeUtil.java @@ -0,0 +1,96 @@ +package com.zontreck.ariaslib.util; + +/** + * This class is a helper with some minecraft specific functions + */ +public class TimeUtil +{ + /** + * Converts seconds to ticks. (seconds*ticks) + * @param seconds Number of seconds + * @param ticks Number of ticks in a single second + * @return Number of ticks + */ + public static int secondsToTicks(int seconds, int ticks) + { + return seconds*ticks; + } + + /** + * Converts the number of ticks to seconds + * @param ticks The number of ticks to convert + * @param ticksInASecond The number of ticks in a single second + * @return Number of seconds + */ + public static int ticksToSeconds(int ticks, int ticksInASecond) + { + return ticks / ticksInASecond; + } + + /** + * Encodes a LibAC Time Notation + * @param seconds Number of seconds to convert + * @return Time Notation + */ + public static TimeNotation secondsToTimeNotation(int seconds) + { + int years = seconds / YEAR; + if(years > 0) seconds -= YEAR * years; + + int month = seconds / MONTH; + if(month > 0) seconds -= MONTH * month; + + int week = seconds / WEEK; + if(week > 0) seconds -= WEEK * week; + + int day = seconds / DAY; + if(day > 0) seconds -= DAY * day; + + int hour = seconds / HOUR; + if(hour > 0) seconds -= HOUR * hour; + + int minute = seconds / MINUTE; + if(minute > 0) seconds -= MINUTE * minute; + + return new TimeNotation(years, month, week, day, hour, minute, seconds); + } + + /** + * Convert a time notation to seconds + * @param notation Notation to convert + * @return Total seconds + */ + public static int notationToSeconds(TimeNotation notation) + { + int seconds = 0; + + seconds += (notation.Years * YEAR); + seconds += (notation.Months * MONTH); + seconds += (notation.Weeks * WEEK); + seconds += (notation.Days * DAY); + seconds += (notation.Hours * HOUR); + seconds += (notation.Minutes * MINUTE); + seconds += (notation.Seconds); + + return seconds; + } + + + public static final int SECOND; + public static final int MINUTE; + public static final int HOUR; + public static final int DAY; + public static final int WEEK; + public static final int MONTH; + public static final int YEAR; + + static { + SECOND = 1; + MINUTE = SECOND * 60; + HOUR = MINUTE * 60; + DAY = HOUR*24; + WEEK = DAY*7; + MONTH = WEEK*4; + YEAR = DAY*365; + } +} diff --git a/src/main/java/com/zontreck/block/DeprecatedBlock.java b/src/old/java/com/zontreck/block/DeprecatedBlock.java similarity index 100% rename from src/main/java/com/zontreck/block/DeprecatedBlock.java rename to src/old/java/com/zontreck/block/DeprecatedBlock.java diff --git a/src/main/java/com/zontreck/block/DeprecatedBlockItem.java b/src/old/java/com/zontreck/block/DeprecatedBlockItem.java similarity index 100% rename from src/main/java/com/zontreck/block/DeprecatedBlockItem.java rename to src/old/java/com/zontreck/block/DeprecatedBlockItem.java diff --git a/src/main/java/com/zontreck/block/DeprecatedModBlocks.java b/src/old/java/com/zontreck/block/DeprecatedModBlocks.java similarity index 100% rename from src/main/java/com/zontreck/block/DeprecatedModBlocks.java rename to src/old/java/com/zontreck/block/DeprecatedModBlocks.java diff --git a/src/main/java/com/zontreck/block/FoiledBlockItem.java b/src/old/java/com/zontreck/block/FoiledBlockItem.java similarity index 100% rename from src/main/java/com/zontreck/block/FoiledBlockItem.java rename to src/old/java/com/zontreck/block/FoiledBlockItem.java diff --git a/src/main/java/com/zontreck/block/MiniSunBlock.java b/src/old/java/com/zontreck/block/MiniSunBlock.java similarity index 100% rename from src/main/java/com/zontreck/block/MiniSunBlock.java rename to src/old/java/com/zontreck/block/MiniSunBlock.java diff --git a/src/main/java/com/zontreck/block/ModBlocks.java b/src/old/java/com/zontreck/block/ModBlocks.java similarity index 100% rename from src/main/java/com/zontreck/block/ModBlocks.java rename to src/old/java/com/zontreck/block/ModBlocks.java diff --git a/src/main/java/com/zontreck/block/RegistryObj.java b/src/old/java/com/zontreck/block/RegistryObj.java similarity index 100% rename from src/main/java/com/zontreck/block/RegistryObj.java rename to src/old/java/com/zontreck/block/RegistryObj.java diff --git a/src/main/java/com/zontreck/block/RotatableBlock.java b/src/old/java/com/zontreck/block/RotatableBlock.java similarity index 100% rename from src/main/java/com/zontreck/block/RotatableBlock.java rename to src/old/java/com/zontreck/block/RotatableBlock.java diff --git a/src/main/java/com/zontreck/block/VoidBlock.java b/src/old/java/com/zontreck/block/VoidBlock.java similarity index 100% rename from src/main/java/com/zontreck/block/VoidBlock.java rename to src/old/java/com/zontreck/block/VoidBlock.java diff --git a/src/main/java/com/zontreck/block/types/AlternatePaneBlock.java b/src/old/java/com/zontreck/block/types/AlternatePaneBlock.java similarity index 100% rename from src/main/java/com/zontreck/block/types/AlternatePaneBlock.java rename to src/old/java/com/zontreck/block/types/AlternatePaneBlock.java diff --git a/src/main/java/com/zontreck/client/BlockFaceTextRenderer.java b/src/old/java/com/zontreck/client/BlockFaceTextRenderer.java similarity index 100% rename from src/main/java/com/zontreck/client/BlockFaceTextRenderer.java rename to src/old/java/com/zontreck/client/BlockFaceTextRenderer.java diff --git a/src/main/java/com/zontreck/client/TimeBoostEntityRenderer.java b/src/old/java/com/zontreck/client/TimeBoostEntityRenderer.java similarity index 100% rename from src/main/java/com/zontreck/client/TimeBoostEntityRenderer.java rename to src/old/java/com/zontreck/client/TimeBoostEntityRenderer.java diff --git a/src/main/java/com/zontreck/commands/CommandRegistry.java b/src/old/java/com/zontreck/commands/CommandRegistry.java similarity index 100% rename from src/main/java/com/zontreck/commands/CommandRegistry.java rename to src/old/java/com/zontreck/commands/CommandRegistry.java diff --git a/src/main/java/com/zontreck/commands/homes/DelHomeCommand.java b/src/old/java/com/zontreck/commands/homes/DelHomeCommand.java similarity index 100% rename from src/main/java/com/zontreck/commands/homes/DelHomeCommand.java rename to src/old/java/com/zontreck/commands/homes/DelHomeCommand.java diff --git a/src/main/java/com/zontreck/commands/homes/HomeCommand.java b/src/old/java/com/zontreck/commands/homes/HomeCommand.java similarity index 100% rename from src/main/java/com/zontreck/commands/homes/HomeCommand.java rename to src/old/java/com/zontreck/commands/homes/HomeCommand.java diff --git a/src/main/java/com/zontreck/commands/homes/HomesCommand.java b/src/old/java/com/zontreck/commands/homes/HomesCommand.java similarity index 100% rename from src/main/java/com/zontreck/commands/homes/HomesCommand.java rename to src/old/java/com/zontreck/commands/homes/HomesCommand.java diff --git a/src/main/java/com/zontreck/commands/homes/SetHomeCommand.java b/src/old/java/com/zontreck/commands/homes/SetHomeCommand.java similarity index 100% rename from src/main/java/com/zontreck/commands/homes/SetHomeCommand.java rename to src/old/java/com/zontreck/commands/homes/SetHomeCommand.java diff --git a/src/main/java/com/zontreck/commands/items/ShareItemInChatCommand.java b/src/old/java/com/zontreck/commands/items/ShareItemInChatCommand.java similarity index 100% rename from src/main/java/com/zontreck/commands/items/ShareItemInChatCommand.java rename to src/old/java/com/zontreck/commands/items/ShareItemInChatCommand.java diff --git a/src/main/java/com/zontreck/commands/items/TIABDebug.java b/src/old/java/com/zontreck/commands/items/TIABDebug.java similarity index 100% rename from src/main/java/com/zontreck/commands/items/TIABDebug.java rename to src/old/java/com/zontreck/commands/items/TIABDebug.java diff --git a/src/main/java/com/zontreck/commands/spawn/SetSpawnCommand.java b/src/old/java/com/zontreck/commands/spawn/SetSpawnCommand.java similarity index 100% rename from src/main/java/com/zontreck/commands/spawn/SetSpawnCommand.java rename to src/old/java/com/zontreck/commands/spawn/SetSpawnCommand.java diff --git a/src/main/java/com/zontreck/commands/spawn/SpawnCommand.java b/src/old/java/com/zontreck/commands/spawn/SpawnCommand.java similarity index 100% rename from src/main/java/com/zontreck/commands/spawn/SpawnCommand.java rename to src/old/java/com/zontreck/commands/spawn/SpawnCommand.java diff --git a/src/main/java/com/zontreck/commands/teleport/TPACommand.java b/src/old/java/com/zontreck/commands/teleport/TPACommand.java similarity index 100% rename from src/main/java/com/zontreck/commands/teleport/TPACommand.java rename to src/old/java/com/zontreck/commands/teleport/TPACommand.java diff --git a/src/main/java/com/zontreck/commands/teleport/TPAHereCommand.java b/src/old/java/com/zontreck/commands/teleport/TPAHereCommand.java similarity index 100% rename from src/main/java/com/zontreck/commands/teleport/TPAHereCommand.java rename to src/old/java/com/zontreck/commands/teleport/TPAHereCommand.java diff --git a/src/main/java/com/zontreck/commands/teleport/TPAcceptCommand.java b/src/old/java/com/zontreck/commands/teleport/TPAcceptCommand.java similarity index 100% rename from src/main/java/com/zontreck/commands/teleport/TPAcceptCommand.java rename to src/old/java/com/zontreck/commands/teleport/TPAcceptCommand.java diff --git a/src/main/java/com/zontreck/commands/teleport/TPCancelCommand.java b/src/old/java/com/zontreck/commands/teleport/TPCancelCommand.java similarity index 100% rename from src/main/java/com/zontreck/commands/teleport/TPCancelCommand.java rename to src/old/java/com/zontreck/commands/teleport/TPCancelCommand.java diff --git a/src/main/java/com/zontreck/commands/teleport/TPDenyCommand.java b/src/old/java/com/zontreck/commands/teleport/TPDenyCommand.java similarity index 100% rename from src/main/java/com/zontreck/commands/teleport/TPDenyCommand.java rename to src/old/java/com/zontreck/commands/teleport/TPDenyCommand.java diff --git a/src/main/java/com/zontreck/effects/FlightEffect.java b/src/old/java/com/zontreck/effects/FlightEffect.java similarity index 100% rename from src/main/java/com/zontreck/effects/FlightEffect.java rename to src/old/java/com/zontreck/effects/FlightEffect.java diff --git a/src/main/java/com/zontreck/effects/ModEffects.java b/src/old/java/com/zontreck/effects/ModEffects.java similarity index 100% rename from src/main/java/com/zontreck/effects/ModEffects.java rename to src/old/java/com/zontreck/effects/ModEffects.java diff --git a/src/main/java/com/zontreck/effects/ModPotions.java b/src/old/java/com/zontreck/effects/ModPotions.java similarity index 100% rename from src/main/java/com/zontreck/effects/ModPotions.java rename to src/old/java/com/zontreck/effects/ModPotions.java diff --git a/src/main/java/com/zontreck/enchantments/ConsumptionMending.java b/src/old/java/com/zontreck/enchantments/ConsumptionMending.java similarity index 100% rename from src/main/java/com/zontreck/enchantments/ConsumptionMending.java rename to src/old/java/com/zontreck/enchantments/ConsumptionMending.java diff --git a/src/main/java/com/zontreck/enchantments/DamageIncreaseEnchantment.java b/src/old/java/com/zontreck/enchantments/DamageIncreaseEnchantment.java similarity index 100% rename from src/main/java/com/zontreck/enchantments/DamageIncreaseEnchantment.java rename to src/old/java/com/zontreck/enchantments/DamageIncreaseEnchantment.java diff --git a/src/main/java/com/zontreck/enchantments/EnchantmentEvents.java b/src/old/java/com/zontreck/enchantments/EnchantmentEvents.java similarity index 100% rename from src/main/java/com/zontreck/enchantments/EnchantmentEvents.java rename to src/old/java/com/zontreck/enchantments/EnchantmentEvents.java diff --git a/src/main/java/com/zontreck/enchantments/FlightEnchantment.java b/src/old/java/com/zontreck/enchantments/FlightEnchantment.java similarity index 100% rename from src/main/java/com/zontreck/enchantments/FlightEnchantment.java rename to src/old/java/com/zontreck/enchantments/FlightEnchantment.java diff --git a/src/main/java/com/zontreck/enchantments/MobEggEnchantment.java b/src/old/java/com/zontreck/enchantments/MobEggEnchantment.java similarity index 100% rename from src/main/java/com/zontreck/enchantments/MobEggEnchantment.java rename to src/old/java/com/zontreck/enchantments/MobEggEnchantment.java diff --git a/src/main/java/com/zontreck/enchantments/ModDamageSources.java b/src/old/java/com/zontreck/enchantments/ModDamageSources.java similarity index 100% rename from src/main/java/com/zontreck/enchantments/ModDamageSources.java rename to src/old/java/com/zontreck/enchantments/ModDamageSources.java diff --git a/src/main/java/com/zontreck/enchantments/ModEnchantments.java b/src/old/java/com/zontreck/enchantments/ModEnchantments.java similarity index 100% rename from src/main/java/com/zontreck/enchantments/ModEnchantments.java rename to src/old/java/com/zontreck/enchantments/ModEnchantments.java diff --git a/src/main/java/com/zontreck/enchantments/NightVisionEnchantment.java b/src/old/java/com/zontreck/enchantments/NightVisionEnchantment.java similarity index 100% rename from src/main/java/com/zontreck/enchantments/NightVisionEnchantment.java rename to src/old/java/com/zontreck/enchantments/NightVisionEnchantment.java diff --git a/src/main/java/com/zontreck/enchantments/VampiricMending.java b/src/old/java/com/zontreck/enchantments/VampiricMending.java similarity index 100% rename from src/main/java/com/zontreck/enchantments/VampiricMending.java rename to src/old/java/com/zontreck/enchantments/VampiricMending.java diff --git a/src/main/java/com/zontreck/enchantments/WaterBreathingEnchantment.java b/src/old/java/com/zontreck/enchantments/WaterBreathingEnchantment.java similarity index 100% rename from src/main/java/com/zontreck/enchantments/WaterBreathingEnchantment.java rename to src/old/java/com/zontreck/enchantments/WaterBreathingEnchantment.java diff --git a/src/main/java/com/zontreck/entities/ModEntities.java b/src/old/java/com/zontreck/entities/ModEntities.java similarity index 100% rename from src/main/java/com/zontreck/entities/ModEntities.java rename to src/old/java/com/zontreck/entities/ModEntities.java diff --git a/src/main/java/com/zontreck/entities/TimeBoostEntity.java b/src/old/java/com/zontreck/entities/TimeBoostEntity.java similarity index 100% rename from src/main/java/com/zontreck/entities/TimeBoostEntity.java rename to src/old/java/com/zontreck/entities/TimeBoostEntity.java diff --git a/src/main/java/com/zontreck/events/CommandExecutionEvent.java b/src/old/java/com/zontreck/events/CommandExecutionEvent.java similarity index 100% rename from src/main/java/com/zontreck/events/CommandExecutionEvent.java rename to src/old/java/com/zontreck/events/CommandExecutionEvent.java diff --git a/src/main/java/com/zontreck/events/HomeCreatedEvent.java b/src/old/java/com/zontreck/events/HomeCreatedEvent.java similarity index 100% rename from src/main/java/com/zontreck/events/HomeCreatedEvent.java rename to src/old/java/com/zontreck/events/HomeCreatedEvent.java diff --git a/src/main/java/com/zontreck/events/HomeDeletedEvent.java b/src/old/java/com/zontreck/events/HomeDeletedEvent.java similarity index 100% rename from src/main/java/com/zontreck/events/HomeDeletedEvent.java rename to src/old/java/com/zontreck/events/HomeDeletedEvent.java diff --git a/src/main/java/com/zontreck/events/TeleportEvent.java b/src/old/java/com/zontreck/events/TeleportEvent.java similarity index 100% rename from src/main/java/com/zontreck/events/TeleportEvent.java rename to src/old/java/com/zontreck/events/TeleportEvent.java diff --git a/src/main/java/com/zontreck/homes/Home.java b/src/old/java/com/zontreck/homes/Home.java similarity index 100% rename from src/main/java/com/zontreck/homes/Home.java rename to src/old/java/com/zontreck/homes/Home.java diff --git a/src/main/java/com/zontreck/homes/Homes.java b/src/old/java/com/zontreck/homes/Homes.java similarity index 100% rename from src/main/java/com/zontreck/homes/Homes.java rename to src/old/java/com/zontreck/homes/Homes.java diff --git a/src/main/java/com/zontreck/items/CreativeModeTabs.java b/src/old/java/com/zontreck/items/CreativeModeTabs.java similarity index 100% rename from src/main/java/com/zontreck/items/CreativeModeTabs.java rename to src/old/java/com/zontreck/items/CreativeModeTabs.java diff --git a/src/main/java/com/zontreck/items/DeprecatedItem.java b/src/old/java/com/zontreck/items/DeprecatedItem.java similarity index 100% rename from src/main/java/com/zontreck/items/DeprecatedItem.java rename to src/old/java/com/zontreck/items/DeprecatedItem.java diff --git a/src/main/java/com/zontreck/items/DeprecatedModItems.java b/src/old/java/com/zontreck/items/DeprecatedModItems.java similarity index 100% rename from src/main/java/com/zontreck/items/DeprecatedModItems.java rename to src/old/java/com/zontreck/items/DeprecatedModItems.java diff --git a/src/main/java/com/zontreck/items/IhanCrystal.java b/src/old/java/com/zontreck/items/IhanCrystal.java similarity index 100% rename from src/main/java/com/zontreck/items/IhanCrystal.java rename to src/old/java/com/zontreck/items/IhanCrystal.java diff --git a/src/main/java/com/zontreck/items/MagmaPowder.java b/src/old/java/com/zontreck/items/MagmaPowder.java similarity index 100% rename from src/main/java/com/zontreck/items/MagmaPowder.java rename to src/old/java/com/zontreck/items/MagmaPowder.java diff --git a/src/main/java/com/zontreck/items/MobCaptureBallItem.java b/src/old/java/com/zontreck/items/MobCaptureBallItem.java similarity index 100% rename from src/main/java/com/zontreck/items/MobCaptureBallItem.java rename to src/old/java/com/zontreck/items/MobCaptureBallItem.java diff --git a/src/main/java/com/zontreck/items/ModItems.java b/src/old/java/com/zontreck/items/ModItems.java similarity index 100% rename from src/main/java/com/zontreck/items/ModItems.java rename to src/old/java/com/zontreck/items/ModItems.java diff --git a/src/main/java/com/zontreck/items/NBTKeys.java b/src/old/java/com/zontreck/items/NBTKeys.java similarity index 100% rename from src/main/java/com/zontreck/items/NBTKeys.java rename to src/old/java/com/zontreck/items/NBTKeys.java diff --git a/src/main/java/com/zontreck/items/PartialItem.java b/src/old/java/com/zontreck/items/PartialItem.java similarity index 100% rename from src/main/java/com/zontreck/items/PartialItem.java rename to src/old/java/com/zontreck/items/PartialItem.java diff --git a/src/main/java/com/zontreck/items/ThrownMobCaptureBall.java b/src/old/java/com/zontreck/items/ThrownMobCaptureBall.java similarity index 100% rename from src/main/java/com/zontreck/items/ThrownMobCaptureBall.java rename to src/old/java/com/zontreck/items/ThrownMobCaptureBall.java diff --git a/src/main/java/com/zontreck/items/abstracts/AbstractTIAB.java b/src/old/java/com/zontreck/items/abstracts/AbstractTIAB.java similarity index 100% rename from src/main/java/com/zontreck/items/abstracts/AbstractTIAB.java rename to src/old/java/com/zontreck/items/abstracts/AbstractTIAB.java diff --git a/src/main/java/com/zontreck/items/impl/TimeBottle.java b/src/old/java/com/zontreck/items/impl/TimeBottle.java similarity index 100% rename from src/main/java/com/zontreck/items/impl/TimeBottle.java rename to src/old/java/com/zontreck/items/impl/TimeBottle.java diff --git a/src/main/java/com/zontreck/items/tags/ItemStatTag.java b/src/old/java/com/zontreck/items/tags/ItemStatTag.java similarity index 100% rename from src/main/java/com/zontreck/items/tags/ItemStatTag.java rename to src/old/java/com/zontreck/items/tags/ItemStatTag.java diff --git a/src/main/java/com/zontreck/items/tags/ItemStatType.java b/src/old/java/com/zontreck/items/tags/ItemStatType.java similarity index 100% rename from src/main/java/com/zontreck/items/tags/ItemStatType.java rename to src/old/java/com/zontreck/items/tags/ItemStatType.java diff --git a/src/main/java/com/zontreck/items/tags/ItemStatistics.java b/src/old/java/com/zontreck/items/tags/ItemStatistics.java similarity index 100% rename from src/main/java/com/zontreck/items/tags/ItemStatistics.java rename to src/old/java/com/zontreck/items/tags/ItemStatistics.java diff --git a/src/main/java/com/zontreck/items/tags/ModIDs.java b/src/old/java/com/zontreck/items/tags/ModIDs.java similarity index 100% rename from src/main/java/com/zontreck/items/tags/ModIDs.java rename to src/old/java/com/zontreck/items/tags/ModIDs.java diff --git a/src/main/java/com/zontreck/libzontreck/LibZontreck.java b/src/old/java/com/zontreck/libzontreck/LibZontreck.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/LibZontreck.java rename to src/old/java/com/zontreck/libzontreck/LibZontreck.java diff --git a/src/main/java/com/zontreck/libzontreck/blocks/BlockCustomVoxels.java b/src/old/java/com/zontreck/libzontreck/blocks/BlockCustomVoxels.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/blocks/BlockCustomVoxels.java rename to src/old/java/com/zontreck/libzontreck/blocks/BlockCustomVoxels.java diff --git a/src/main/java/com/zontreck/libzontreck/blocks/BlockImitation.java b/src/old/java/com/zontreck/libzontreck/blocks/BlockImitation.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/blocks/BlockImitation.java rename to src/old/java/com/zontreck/libzontreck/blocks/BlockImitation.java diff --git a/src/main/java/com/zontreck/libzontreck/blocks/PartialTransparentBlock.java b/src/old/java/com/zontreck/libzontreck/blocks/PartialTransparentBlock.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/blocks/PartialTransparentBlock.java rename to src/old/java/com/zontreck/libzontreck/blocks/PartialTransparentBlock.java diff --git a/src/main/java/com/zontreck/libzontreck/blocks/PartialTransparentSlabBlock.java b/src/old/java/com/zontreck/libzontreck/blocks/PartialTransparentSlabBlock.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/blocks/PartialTransparentSlabBlock.java rename to src/old/java/com/zontreck/libzontreck/blocks/PartialTransparentSlabBlock.java diff --git a/src/main/java/com/zontreck/libzontreck/blocks/RedstoneBlock.java b/src/old/java/com/zontreck/libzontreck/blocks/RedstoneBlock.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/blocks/RedstoneBlock.java rename to src/old/java/com/zontreck/libzontreck/blocks/RedstoneBlock.java diff --git a/src/main/java/com/zontreck/libzontreck/blocks/RotatableBlock.java b/src/old/java/com/zontreck/libzontreck/blocks/RotatableBlock.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/blocks/RotatableBlock.java rename to src/old/java/com/zontreck/libzontreck/blocks/RotatableBlock.java diff --git a/src/main/java/com/zontreck/libzontreck/blocks/RotatableBlockCustomVoxels.java b/src/old/java/com/zontreck/libzontreck/blocks/RotatableBlockCustomVoxels.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/blocks/RotatableBlockCustomVoxels.java rename to src/old/java/com/zontreck/libzontreck/blocks/RotatableBlockCustomVoxels.java diff --git a/src/main/java/com/zontreck/libzontreck/bossbars/BossBarUtils.java b/src/old/java/com/zontreck/libzontreck/bossbars/BossBarUtils.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/bossbars/BossBarUtils.java rename to src/old/java/com/zontreck/libzontreck/bossbars/BossBarUtils.java diff --git a/src/main/java/com/zontreck/libzontreck/chat/ChatColor.java b/src/old/java/com/zontreck/libzontreck/chat/ChatColor.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/chat/ChatColor.java rename to src/old/java/com/zontreck/libzontreck/chat/ChatColor.java diff --git a/src/main/java/com/zontreck/libzontreck/chat/ChatColorFactory.java b/src/old/java/com/zontreck/libzontreck/chat/ChatColorFactory.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/chat/ChatColorFactory.java rename to src/old/java/com/zontreck/libzontreck/chat/ChatColorFactory.java diff --git a/src/main/java/com/zontreck/libzontreck/chat/Clickable.java b/src/old/java/com/zontreck/libzontreck/chat/Clickable.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/chat/Clickable.java rename to src/old/java/com/zontreck/libzontreck/chat/Clickable.java diff --git a/src/main/java/com/zontreck/libzontreck/chat/HoverTip.java b/src/old/java/com/zontreck/libzontreck/chat/HoverTip.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/chat/HoverTip.java rename to src/old/java/com/zontreck/libzontreck/chat/HoverTip.java diff --git a/src/main/java/com/zontreck/libzontreck/chestgui/ChestGUI.java b/src/old/java/com/zontreck/libzontreck/chestgui/ChestGUI.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/chestgui/ChestGUI.java rename to src/old/java/com/zontreck/libzontreck/chestgui/ChestGUI.java diff --git a/src/main/java/com/zontreck/libzontreck/chestgui/ChestGUIButton.java b/src/old/java/com/zontreck/libzontreck/chestgui/ChestGUIButton.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/chestgui/ChestGUIButton.java rename to src/old/java/com/zontreck/libzontreck/chestgui/ChestGUIButton.java diff --git a/src/main/java/com/zontreck/libzontreck/chestgui/ChestGUIIdentifier.java b/src/old/java/com/zontreck/libzontreck/chestgui/ChestGUIIdentifier.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/chestgui/ChestGUIIdentifier.java rename to src/old/java/com/zontreck/libzontreck/chestgui/ChestGUIIdentifier.java diff --git a/src/main/java/com/zontreck/libzontreck/chestgui/ChestGUIRegistry.java b/src/old/java/com/zontreck/libzontreck/chestgui/ChestGUIRegistry.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/chestgui/ChestGUIRegistry.java rename to src/old/java/com/zontreck/libzontreck/chestgui/ChestGUIRegistry.java diff --git a/src/main/java/com/zontreck/libzontreck/chestgui/IChestGUIButtonCallback.java b/src/old/java/com/zontreck/libzontreck/chestgui/IChestGUIButtonCallback.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/chestgui/IChestGUIButtonCallback.java rename to src/old/java/com/zontreck/libzontreck/chestgui/IChestGUIButtonCallback.java diff --git a/src/main/java/com/zontreck/libzontreck/commands/Commands.java b/src/old/java/com/zontreck/libzontreck/commands/Commands.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/commands/Commands.java rename to src/old/java/com/zontreck/libzontreck/commands/Commands.java diff --git a/src/main/java/com/zontreck/libzontreck/commands/CreditsCommand.java b/src/old/java/com/zontreck/libzontreck/commands/CreditsCommand.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/commands/CreditsCommand.java rename to src/old/java/com/zontreck/libzontreck/commands/CreditsCommand.java diff --git a/src/main/java/com/zontreck/libzontreck/commands/GetHead.java b/src/old/java/com/zontreck/libzontreck/commands/GetHead.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/commands/GetHead.java rename to src/old/java/com/zontreck/libzontreck/commands/GetHead.java diff --git a/src/main/java/com/zontreck/libzontreck/config/ServerConfig.java b/src/old/java/com/zontreck/libzontreck/config/ServerConfig.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/config/ServerConfig.java rename to src/old/java/com/zontreck/libzontreck/config/ServerConfig.java diff --git a/src/main/java/com/zontreck/libzontreck/config/sections/DatabaseSection.java b/src/old/java/com/zontreck/libzontreck/config/sections/DatabaseSection.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/config/sections/DatabaseSection.java rename to src/old/java/com/zontreck/libzontreck/config/sections/DatabaseSection.java diff --git a/src/main/java/com/zontreck/libzontreck/currency/Account.java b/src/old/java/com/zontreck/libzontreck/currency/Account.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/currency/Account.java rename to src/old/java/com/zontreck/libzontreck/currency/Account.java diff --git a/src/main/java/com/zontreck/libzontreck/currency/AccountReference.java b/src/old/java/com/zontreck/libzontreck/currency/AccountReference.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/currency/AccountReference.java rename to src/old/java/com/zontreck/libzontreck/currency/AccountReference.java diff --git a/src/main/java/com/zontreck/libzontreck/currency/Bank.java b/src/old/java/com/zontreck/libzontreck/currency/Bank.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/currency/Bank.java rename to src/old/java/com/zontreck/libzontreck/currency/Bank.java diff --git a/src/main/java/com/zontreck/libzontreck/currency/CurrencyHelper.java b/src/old/java/com/zontreck/libzontreck/currency/CurrencyHelper.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/currency/CurrencyHelper.java rename to src/old/java/com/zontreck/libzontreck/currency/CurrencyHelper.java diff --git a/src/main/java/com/zontreck/libzontreck/currency/LongTermTransactionHistoryRecord.java b/src/old/java/com/zontreck/libzontreck/currency/LongTermTransactionHistoryRecord.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/currency/LongTermTransactionHistoryRecord.java rename to src/old/java/com/zontreck/libzontreck/currency/LongTermTransactionHistoryRecord.java diff --git a/src/main/java/com/zontreck/libzontreck/currency/Transaction.java b/src/old/java/com/zontreck/libzontreck/currency/Transaction.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/currency/Transaction.java rename to src/old/java/com/zontreck/libzontreck/currency/Transaction.java diff --git a/src/main/java/com/zontreck/libzontreck/currency/events/BankAccountCreatedEvent.java b/src/old/java/com/zontreck/libzontreck/currency/events/BankAccountCreatedEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/currency/events/BankAccountCreatedEvent.java rename to src/old/java/com/zontreck/libzontreck/currency/events/BankAccountCreatedEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/currency/events/BankReadyEvent.java b/src/old/java/com/zontreck/libzontreck/currency/events/BankReadyEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/currency/events/BankReadyEvent.java rename to src/old/java/com/zontreck/libzontreck/currency/events/BankReadyEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/currency/events/TransactionEvent.java b/src/old/java/com/zontreck/libzontreck/currency/events/TransactionEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/currency/events/TransactionEvent.java rename to src/old/java/com/zontreck/libzontreck/currency/events/TransactionEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/currency/events/TransactionHistoryFlushEvent.java b/src/old/java/com/zontreck/libzontreck/currency/events/TransactionHistoryFlushEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/currency/events/TransactionHistoryFlushEvent.java rename to src/old/java/com/zontreck/libzontreck/currency/events/TransactionHistoryFlushEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/currency/events/WalletSyncEvent.java b/src/old/java/com/zontreck/libzontreck/currency/events/WalletSyncEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/currency/events/WalletSyncEvent.java rename to src/old/java/com/zontreck/libzontreck/currency/events/WalletSyncEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/currency/events/WalletUpdatedEvent.java b/src/old/java/com/zontreck/libzontreck/currency/events/WalletUpdatedEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/currency/events/WalletUpdatedEvent.java rename to src/old/java/com/zontreck/libzontreck/currency/events/WalletUpdatedEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/dynamicchest/ChestGUIReadOnlyStackHandler.java b/src/old/java/com/zontreck/libzontreck/dynamicchest/ChestGUIReadOnlyStackHandler.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/dynamicchest/ChestGUIReadOnlyStackHandler.java rename to src/old/java/com/zontreck/libzontreck/dynamicchest/ChestGUIReadOnlyStackHandler.java diff --git a/src/main/java/com/zontreck/libzontreck/dynamicchest/ReadOnlyItemStackHandler.java b/src/old/java/com/zontreck/libzontreck/dynamicchest/ReadOnlyItemStackHandler.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/dynamicchest/ReadOnlyItemStackHandler.java rename to src/old/java/com/zontreck/libzontreck/dynamicchest/ReadOnlyItemStackHandler.java diff --git a/src/main/java/com/zontreck/libzontreck/events/BlockRestoreQueueRegistrationEvent.java b/src/old/java/com/zontreck/libzontreck/events/BlockRestoreQueueRegistrationEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/events/BlockRestoreQueueRegistrationEvent.java rename to src/old/java/com/zontreck/libzontreck/events/BlockRestoreQueueRegistrationEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/events/CloseGUIEvent.java b/src/old/java/com/zontreck/libzontreck/events/CloseGUIEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/events/CloseGUIEvent.java rename to src/old/java/com/zontreck/libzontreck/events/CloseGUIEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/events/ForgeEventHandlers.java b/src/old/java/com/zontreck/libzontreck/events/ForgeEventHandlers.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/events/ForgeEventHandlers.java rename to src/old/java/com/zontreck/libzontreck/events/ForgeEventHandlers.java diff --git a/src/main/java/com/zontreck/libzontreck/events/GUIButtonClickedEvent.java b/src/old/java/com/zontreck/libzontreck/events/GUIButtonClickedEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/events/GUIButtonClickedEvent.java rename to src/old/java/com/zontreck/libzontreck/events/GUIButtonClickedEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/events/OpenGUIEvent.java b/src/old/java/com/zontreck/libzontreck/events/OpenGUIEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/events/OpenGUIEvent.java rename to src/old/java/com/zontreck/libzontreck/events/OpenGUIEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/events/PlayerChangedPositionEvent.java b/src/old/java/com/zontreck/libzontreck/events/PlayerChangedPositionEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/events/PlayerChangedPositionEvent.java rename to src/old/java/com/zontreck/libzontreck/events/PlayerChangedPositionEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/events/ProfileCreatedEvent.java b/src/old/java/com/zontreck/libzontreck/events/ProfileCreatedEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/events/ProfileCreatedEvent.java rename to src/old/java/com/zontreck/libzontreck/events/ProfileCreatedEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/events/ProfileLoadedEvent.java b/src/old/java/com/zontreck/libzontreck/events/ProfileLoadedEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/events/ProfileLoadedEvent.java rename to src/old/java/com/zontreck/libzontreck/events/ProfileLoadedEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/events/ProfileSavingEvent.java b/src/old/java/com/zontreck/libzontreck/events/ProfileSavingEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/events/ProfileSavingEvent.java rename to src/old/java/com/zontreck/libzontreck/events/ProfileSavingEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/events/ProfileUnloadedEvent.java b/src/old/java/com/zontreck/libzontreck/events/ProfileUnloadedEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/events/ProfileUnloadedEvent.java rename to src/old/java/com/zontreck/libzontreck/events/ProfileUnloadedEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/events/ProfileUnloadingEvent.java b/src/old/java/com/zontreck/libzontreck/events/ProfileUnloadingEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/events/ProfileUnloadingEvent.java rename to src/old/java/com/zontreck/libzontreck/events/ProfileUnloadingEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/events/RegisterMigrationsEvent.java b/src/old/java/com/zontreck/libzontreck/events/RegisterMigrationsEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/events/RegisterMigrationsEvent.java rename to src/old/java/com/zontreck/libzontreck/events/RegisterMigrationsEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/events/TeleportEvent.java b/src/old/java/com/zontreck/libzontreck/events/TeleportEvent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/events/TeleportEvent.java rename to src/old/java/com/zontreck/libzontreck/events/TeleportEvent.java diff --git a/src/main/java/com/zontreck/libzontreck/items/InputItemStackHandler.java b/src/old/java/com/zontreck/libzontreck/items/InputItemStackHandler.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/items/InputItemStackHandler.java rename to src/old/java/com/zontreck/libzontreck/items/InputItemStackHandler.java diff --git a/src/main/java/com/zontreck/libzontreck/items/ModItems.java b/src/old/java/com/zontreck/libzontreck/items/ModItems.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/items/ModItems.java rename to src/old/java/com/zontreck/libzontreck/items/ModItems.java diff --git a/src/main/java/com/zontreck/libzontreck/items/OutputItemStackHandler.java b/src/old/java/com/zontreck/libzontreck/items/OutputItemStackHandler.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/items/OutputItemStackHandler.java rename to src/old/java/com/zontreck/libzontreck/items/OutputItemStackHandler.java diff --git a/src/main/java/com/zontreck/libzontreck/lore/ExtraLore.java b/src/old/java/com/zontreck/libzontreck/lore/ExtraLore.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/lore/ExtraLore.java rename to src/old/java/com/zontreck/libzontreck/lore/ExtraLore.java diff --git a/src/main/java/com/zontreck/libzontreck/lore/LoreContainer.java b/src/old/java/com/zontreck/libzontreck/lore/LoreContainer.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/lore/LoreContainer.java rename to src/old/java/com/zontreck/libzontreck/lore/LoreContainer.java diff --git a/src/main/java/com/zontreck/libzontreck/lore/LoreEntry.java b/src/old/java/com/zontreck/libzontreck/lore/LoreEntry.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/lore/LoreEntry.java rename to src/old/java/com/zontreck/libzontreck/lore/LoreEntry.java diff --git a/src/main/java/com/zontreck/libzontreck/lore/LoreType.java b/src/old/java/com/zontreck/libzontreck/lore/LoreType.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/lore/LoreType.java rename to src/old/java/com/zontreck/libzontreck/lore/LoreType.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/player/PlayerComponent.java b/src/old/java/com/zontreck/libzontreck/memory/player/PlayerComponent.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/player/PlayerComponent.java rename to src/old/java/com/zontreck/libzontreck/memory/player/PlayerComponent.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/player/PlayerContainer.java b/src/old/java/com/zontreck/libzontreck/memory/player/PlayerContainer.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/player/PlayerContainer.java rename to src/old/java/com/zontreck/libzontreck/memory/player/PlayerContainer.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/player/VolatilePlayerStorage.java b/src/old/java/com/zontreck/libzontreck/memory/player/VolatilePlayerStorage.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/player/VolatilePlayerStorage.java rename to src/old/java/com/zontreck/libzontreck/memory/player/VolatilePlayerStorage.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/world/BlockRestore.java b/src/old/java/com/zontreck/libzontreck/memory/world/BlockRestore.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/world/BlockRestore.java rename to src/old/java/com/zontreck/libzontreck/memory/world/BlockRestore.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/world/BlockRestoreQueue.java b/src/old/java/com/zontreck/libzontreck/memory/world/BlockRestoreQueue.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/world/BlockRestoreQueue.java rename to src/old/java/com/zontreck/libzontreck/memory/world/BlockRestoreQueue.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/world/BlockRestoreQueueRegistry.java b/src/old/java/com/zontreck/libzontreck/memory/world/BlockRestoreQueueRegistry.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/world/BlockRestoreQueueRegistry.java rename to src/old/java/com/zontreck/libzontreck/memory/world/BlockRestoreQueueRegistry.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/world/BlockRestoreRunner.java b/src/old/java/com/zontreck/libzontreck/memory/world/BlockRestoreRunner.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/world/BlockRestoreRunner.java rename to src/old/java/com/zontreck/libzontreck/memory/world/BlockRestoreRunner.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/world/DatabaseMigrations.java b/src/old/java/com/zontreck/libzontreck/memory/world/DatabaseMigrations.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/world/DatabaseMigrations.java rename to src/old/java/com/zontreck/libzontreck/memory/world/DatabaseMigrations.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/world/DatabaseUploadRunner.java b/src/old/java/com/zontreck/libzontreck/memory/world/DatabaseUploadRunner.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/world/DatabaseUploadRunner.java rename to src/old/java/com/zontreck/libzontreck/memory/world/DatabaseUploadRunner.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/world/DatabaseWrapper.java b/src/old/java/com/zontreck/libzontreck/memory/world/DatabaseWrapper.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/world/DatabaseWrapper.java rename to src/old/java/com/zontreck/libzontreck/memory/world/DatabaseWrapper.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/world/PrimitiveBlock.java b/src/old/java/com/zontreck/libzontreck/memory/world/PrimitiveBlock.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/world/PrimitiveBlock.java rename to src/old/java/com/zontreck/libzontreck/memory/world/PrimitiveBlock.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/world/SaveDataCoordinates.java b/src/old/java/com/zontreck/libzontreck/memory/world/SaveDataCoordinates.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/world/SaveDataCoordinates.java rename to src/old/java/com/zontreck/libzontreck/memory/world/SaveDataCoordinates.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/world/SaveDataFactory.java b/src/old/java/com/zontreck/libzontreck/memory/world/SaveDataFactory.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/world/SaveDataFactory.java rename to src/old/java/com/zontreck/libzontreck/memory/world/SaveDataFactory.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/world/SavedBlock.java b/src/old/java/com/zontreck/libzontreck/memory/world/SavedBlock.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/world/SavedBlock.java rename to src/old/java/com/zontreck/libzontreck/memory/world/SavedBlock.java diff --git a/src/main/java/com/zontreck/libzontreck/memory/world/SortedBlockQueue.java b/src/old/java/com/zontreck/libzontreck/memory/world/SortedBlockQueue.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/memory/world/SortedBlockQueue.java rename to src/old/java/com/zontreck/libzontreck/memory/world/SortedBlockQueue.java diff --git a/src/main/java/com/zontreck/libzontreck/menus/ChestGUIMenu.java b/src/old/java/com/zontreck/libzontreck/menus/ChestGUIMenu.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/menus/ChestGUIMenu.java rename to src/old/java/com/zontreck/libzontreck/menus/ChestGUIMenu.java diff --git a/src/main/java/com/zontreck/libzontreck/menus/ChestGUIScreen.java b/src/old/java/com/zontreck/libzontreck/menus/ChestGUIScreen.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/menus/ChestGUIScreen.java rename to src/old/java/com/zontreck/libzontreck/menus/ChestGUIScreen.java diff --git a/src/main/java/com/zontreck/libzontreck/networking/ModMessages.java b/src/old/java/com/zontreck/libzontreck/networking/ModMessages.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/networking/ModMessages.java rename to src/old/java/com/zontreck/libzontreck/networking/ModMessages.java diff --git a/src/main/java/com/zontreck/libzontreck/networking/NetworkEvents.java b/src/old/java/com/zontreck/libzontreck/networking/NetworkEvents.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/networking/NetworkEvents.java rename to src/old/java/com/zontreck/libzontreck/networking/NetworkEvents.java diff --git a/src/main/java/com/zontreck/libzontreck/networking/chestGUI.md b/src/old/java/com/zontreck/libzontreck/networking/chestGUI.md similarity index 100% rename from src/main/java/com/zontreck/libzontreck/networking/chestGUI.md rename to src/old/java/com/zontreck/libzontreck/networking/chestGUI.md diff --git a/src/main/java/com/zontreck/libzontreck/networking/packets/IPacket.java b/src/old/java/com/zontreck/libzontreck/networking/packets/IPacket.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/networking/packets/IPacket.java rename to src/old/java/com/zontreck/libzontreck/networking/packets/IPacket.java diff --git a/src/main/java/com/zontreck/libzontreck/networking/packets/S2CCloseChestGUI.java b/src/old/java/com/zontreck/libzontreck/networking/packets/S2CCloseChestGUI.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/networking/packets/S2CCloseChestGUI.java rename to src/old/java/com/zontreck/libzontreck/networking/packets/S2CCloseChestGUI.java diff --git a/src/main/java/com/zontreck/libzontreck/networking/packets/S2CPlaySoundPacket.java b/src/old/java/com/zontreck/libzontreck/networking/packets/S2CPlaySoundPacket.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/networking/packets/S2CPlaySoundPacket.java rename to src/old/java/com/zontreck/libzontreck/networking/packets/S2CPlaySoundPacket.java diff --git a/src/main/java/com/zontreck/libzontreck/networking/packets/S2CServerAvailable.java b/src/old/java/com/zontreck/libzontreck/networking/packets/S2CServerAvailable.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/networking/packets/S2CServerAvailable.java rename to src/old/java/com/zontreck/libzontreck/networking/packets/S2CServerAvailable.java diff --git a/src/main/java/com/zontreck/libzontreck/networking/packets/S2CWalletInitialSyncPacket.java b/src/old/java/com/zontreck/libzontreck/networking/packets/S2CWalletInitialSyncPacket.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/networking/packets/S2CWalletInitialSyncPacket.java rename to src/old/java/com/zontreck/libzontreck/networking/packets/S2CWalletInitialSyncPacket.java diff --git a/src/main/java/com/zontreck/libzontreck/networking/packets/S2CWalletUpdatedPacket.java b/src/old/java/com/zontreck/libzontreck/networking/packets/S2CWalletUpdatedPacket.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/networking/packets/S2CWalletUpdatedPacket.java rename to src/old/java/com/zontreck/libzontreck/networking/packets/S2CWalletUpdatedPacket.java diff --git a/src/main/java/com/zontreck/libzontreck/networking/structures/OpenGUIRequest.java b/src/old/java/com/zontreck/libzontreck/networking/structures/OpenGUIRequest.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/networking/structures/OpenGUIRequest.java rename to src/old/java/com/zontreck/libzontreck/networking/structures/OpenGUIRequest.java diff --git a/src/main/java/com/zontreck/libzontreck/profiles/Profile.java b/src/old/java/com/zontreck/libzontreck/profiles/Profile.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/profiles/Profile.java rename to src/old/java/com/zontreck/libzontreck/profiles/Profile.java diff --git a/src/main/java/com/zontreck/libzontreck/profiles/UserProfileNotYetExistsException.java b/src/old/java/com/zontreck/libzontreck/profiles/UserProfileNotYetExistsException.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/profiles/UserProfileNotYetExistsException.java rename to src/old/java/com/zontreck/libzontreck/profiles/UserProfileNotYetExistsException.java diff --git a/src/main/java/com/zontreck/libzontreck/types/ModMenuTypes.java b/src/old/java/com/zontreck/libzontreck/types/ModMenuTypes.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/types/ModMenuTypes.java rename to src/old/java/com/zontreck/libzontreck/types/ModMenuTypes.java diff --git a/src/main/java/com/zontreck/libzontreck/util/BinUtil.java b/src/old/java/com/zontreck/libzontreck/util/BinUtil.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/BinUtil.java rename to src/old/java/com/zontreck/libzontreck/util/BinUtil.java diff --git a/src/main/java/com/zontreck/libzontreck/util/BlocksUtil.java b/src/old/java/com/zontreck/libzontreck/util/BlocksUtil.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/BlocksUtil.java rename to src/old/java/com/zontreck/libzontreck/util/BlocksUtil.java diff --git a/src/main/java/com/zontreck/libzontreck/util/ChatHelpers.java b/src/old/java/com/zontreck/libzontreck/util/ChatHelpers.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/ChatHelpers.java rename to src/old/java/com/zontreck/libzontreck/util/ChatHelpers.java diff --git a/src/main/java/com/zontreck/libzontreck/util/HttpHelper.java b/src/old/java/com/zontreck/libzontreck/util/HttpHelper.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/HttpHelper.java rename to src/old/java/com/zontreck/libzontreck/util/HttpHelper.java diff --git a/src/main/java/com/zontreck/libzontreck/util/ItemUtils.java b/src/old/java/com/zontreck/libzontreck/util/ItemUtils.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/ItemUtils.java rename to src/old/java/com/zontreck/libzontreck/util/ItemUtils.java diff --git a/src/main/java/com/zontreck/libzontreck/util/Maps.java b/src/old/java/com/zontreck/libzontreck/util/Maps.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/Maps.java rename to src/old/java/com/zontreck/libzontreck/util/Maps.java diff --git a/src/main/java/com/zontreck/libzontreck/util/PositionUtil.java b/src/old/java/com/zontreck/libzontreck/util/PositionUtil.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/PositionUtil.java rename to src/old/java/com/zontreck/libzontreck/util/PositionUtil.java diff --git a/src/main/java/com/zontreck/libzontreck/util/ServerUtilities.java b/src/old/java/com/zontreck/libzontreck/util/ServerUtilities.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/ServerUtilities.java rename to src/old/java/com/zontreck/libzontreck/util/ServerUtilities.java diff --git a/src/main/java/com/zontreck/libzontreck/util/TagUtils.java b/src/old/java/com/zontreck/libzontreck/util/TagUtils.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/TagUtils.java rename to src/old/java/com/zontreck/libzontreck/util/TagUtils.java diff --git a/src/main/java/com/zontreck/libzontreck/util/heads/CreditsEntry.java b/src/old/java/com/zontreck/libzontreck/util/heads/CreditsEntry.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/heads/CreditsEntry.java rename to src/old/java/com/zontreck/libzontreck/util/heads/CreditsEntry.java diff --git a/src/main/java/com/zontreck/libzontreck/util/heads/HeadCache.java b/src/old/java/com/zontreck/libzontreck/util/heads/HeadCache.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/heads/HeadCache.java rename to src/old/java/com/zontreck/libzontreck/util/heads/HeadCache.java diff --git a/src/main/java/com/zontreck/libzontreck/util/heads/HeadUtilities.java b/src/old/java/com/zontreck/libzontreck/util/heads/HeadUtilities.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/heads/HeadUtilities.java rename to src/old/java/com/zontreck/libzontreck/util/heads/HeadUtilities.java diff --git a/src/main/java/com/zontreck/libzontreck/util/heads/PlayerInfo.java b/src/old/java/com/zontreck/libzontreck/util/heads/PlayerInfo.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/heads/PlayerInfo.java rename to src/old/java/com/zontreck/libzontreck/util/heads/PlayerInfo.java diff --git a/src/main/java/com/zontreck/libzontreck/util/heads/PlayerProfileInfo.java b/src/old/java/com/zontreck/libzontreck/util/heads/PlayerProfileInfo.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/heads/PlayerProfileInfo.java rename to src/old/java/com/zontreck/libzontreck/util/heads/PlayerProfileInfo.java diff --git a/src/main/java/com/zontreck/libzontreck/util/heads/PlayerTextureContainer.java b/src/old/java/com/zontreck/libzontreck/util/heads/PlayerTextureContainer.java similarity index 100% rename from src/main/java/com/zontreck/libzontreck/util/heads/PlayerTextureContainer.java rename to src/old/java/com/zontreck/libzontreck/util/heads/PlayerTextureContainer.java diff --git a/src/main/java/com/zontreck/mixin/BlockGetterMixin.java b/src/old/java/com/zontreck/mixin/BlockGetterMixin.java similarity index 100% rename from src/main/java/com/zontreck/mixin/BlockGetterMixin.java rename to src/old/java/com/zontreck/mixin/BlockGetterMixin.java diff --git a/src/main/java/com/zontreck/mixin/ColorsMixin.java b/src/old/java/com/zontreck/mixin/ColorsMixin.java similarity index 100% rename from src/main/java/com/zontreck/mixin/ColorsMixin.java rename to src/old/java/com/zontreck/mixin/ColorsMixin.java diff --git a/src/main/java/com/zontreck/mixin/MaterialColorMixin.java b/src/old/java/com/zontreck/mixin/MaterialColorMixin.java similarity index 100% rename from src/main/java/com/zontreck/mixin/MaterialColorMixin.java rename to src/old/java/com/zontreck/mixin/MaterialColorMixin.java diff --git a/src/main/java/com/zontreck/util/ExperienceUtils.java b/src/old/java/com/zontreck/util/ExperienceUtils.java similarity index 100% rename from src/main/java/com/zontreck/util/ExperienceUtils.java rename to src/old/java/com/zontreck/util/ExperienceUtils.java diff --git a/src/main/java/com/zontreck/util/ModDimensions.java b/src/old/java/com/zontreck/util/ModDimensions.java similarity index 100% rename from src/main/java/com/zontreck/util/ModDimensions.java rename to src/old/java/com/zontreck/util/ModDimensions.java diff --git a/src/main/java/com/zontreck/util/PerPlayerDataRegistry.java b/src/old/java/com/zontreck/util/PerPlayerDataRegistry.java similarity index 100% rename from src/main/java/com/zontreck/util/PerPlayerDataRegistry.java rename to src/old/java/com/zontreck/util/PerPlayerDataRegistry.java diff --git a/src/main/java/com/zontreck/util/SoundUtilities.java b/src/old/java/com/zontreck/util/SoundUtilities.java similarity index 100% rename from src/main/java/com/zontreck/util/SoundUtilities.java rename to src/old/java/com/zontreck/util/SoundUtilities.java diff --git a/src/main/java/com/zontreck/util/StylesUtil.java b/src/old/java/com/zontreck/util/StylesUtil.java similarity index 100% rename from src/main/java/com/zontreck/util/StylesUtil.java rename to src/old/java/com/zontreck/util/StylesUtil.java diff --git a/src/main/java/com/zontreck/util/TeleportActioner.java b/src/old/java/com/zontreck/util/TeleportActioner.java similarity index 100% rename from src/main/java/com/zontreck/util/TeleportActioner.java rename to src/old/java/com/zontreck/util/TeleportActioner.java diff --git a/src/main/java/com/zontreck/util/TeleportContainer.java b/src/old/java/com/zontreck/util/TeleportContainer.java similarity index 100% rename from src/main/java/com/zontreck/util/TeleportContainer.java rename to src/old/java/com/zontreck/util/TeleportContainer.java diff --git a/src/main/java/com/zontreck/util/TeleportDestination.java b/src/old/java/com/zontreck/util/TeleportDestination.java similarity index 100% rename from src/main/java/com/zontreck/util/TeleportDestination.java rename to src/old/java/com/zontreck/util/TeleportDestination.java diff --git a/src/main/java/com/zontreck/util/TeleportRegistry.java b/src/old/java/com/zontreck/util/TeleportRegistry.java similarity index 100% rename from src/main/java/com/zontreck/util/TeleportRegistry.java rename to src/old/java/com/zontreck/util/TeleportRegistry.java diff --git a/src/main/java/com/zontreck/util/TeleportRunnable.java b/src/old/java/com/zontreck/util/TeleportRunnable.java similarity index 100% rename from src/main/java/com/zontreck/util/TeleportRunnable.java rename to src/old/java/com/zontreck/util/TeleportRunnable.java diff --git a/src/old/resources/META-INF/neoforge.mods.toml b/src/old/resources/META-INF/neoforge.mods.toml new file mode 100644 index 0000000..44bbd22 --- /dev/null +++ b/src/old/resources/META-INF/neoforge.mods.toml @@ -0,0 +1,41 @@ +modLoader = "javafml" +loaderVersion = "[4,)" +#issueTrackerURL = "" +license = "GPLv3" + +[[mods]] +modId = "ariasessentials" +version = "${version}" +displayName = "Aria's Essentials" +authors = "Me!" +description = ''' +A mod including features and functions to enhance the game. +''' +#logoFile = "" + +[[mods]] +modId = "libzontreck" +version = "${version}" +displayName = "Aria's Library" +authors = "Me!" +description = ''' +A mod including features and functions to enhance the game. +''' +#logoFile = "" + +[[dependencies.ariasessentials]] +modId = "neoforge" +type = "required" +versionRange = "[21.1,)" +ordering = "NONE" +side = "BOTH" + +[[dependencies.ariasessentials]] +modId = "minecraft" +type = "required" +versionRange = "[1.21.1,1.22)" +ordering = "NONE" +side = "BOTH" + +[[mixins]] +config = "ariasessentials.mixins.json" \ No newline at end of file diff --git a/src/old/resources/ariasessentials.mixins.json b/src/old/resources/ariasessentials.mixins.json new file mode 100644 index 0000000..f24b53d --- /dev/null +++ b/src/old/resources/ariasessentials.mixins.json @@ -0,0 +1,11 @@ +{ + "required": true, + "package": "com.zontreck.mixin", + "compatibilityLevel": "JAVA_21", + "minVersion": "0.8", + "client": [], + "mixins": [], + "injectors": { + "defaultRequire": 1 + } +} diff --git a/src/old/resources/ariasessentials.png b/src/old/resources/ariasessentials.png new file mode 100644 index 0000000000000000000000000000000000000000..3ecc99c2f5e5ef9c4b13c5e558378d3e2e94eadc GIT binary patch literal 4998 zcmV;16M5{3P)Px|KuJVFRCt{2n{BM6S5?PQd%1*kRnI~(I|fKBWamCy)&IT=gxgQ=iGB& z&a;;v_Fil6=h8$`p!o76H|Onn*?X=3`mg_5dtZ6`jW_E0XpO)B#<%#tc!ckK=U@5u zxBlTr`jD@D;X%In^+$Nio38`lmw)k-ox;AL0)`c{F_~y9vO{-uWP3{lZZ{_uhve;T(ad<gFHC9R6F! zk2M5#z3OIGzxa+H*W>cJJZ^`!Dzp z&zqk9{&W6Ug}{LqU&W*U^p8K#H9wgy{VyIr=;Q&W#%C7NJB1JgRX`O9LX3(4B7)}c zG^W>l2?8Jj0)lw>q;rH21QE&K1w=^CKnWt`x2R?yil7=13I2)}kj5B&y!JlENVyTj ze7@%2B}jRO2m)L%GtEMOfiSvljnSQJhzRSyv4N^Ge)BpS(*T$Lc?I2}4DVbcMrH8P z5#wvuY4^1R5oBjTL%yzgu#0TEZ?%i)}c*$U+g0xF#4@EmfpJvPlK>iSiE@& zk-(|XoMy7GC0?YA4zIEH+7aVlA2WIW7E8A*GkVh~IcAR{A}rsuLXbf3!9MMkZMK=P z_}~(%5H(GD`JptH)z1yseBl-dv4= zB4vgMXjEoqXXy7A2&ziEza_@V+V714SbxI?0K=n0hMyeyg4g1>i-H{cdEyd63XeRPkS7W_x}-|AF~-CPh5(J(n7Fs=b1k0R zwk=$sN}FHJA2CKBpXB=(x6RJZvarx+DrRVzMcp)7$WH;WxS>2l?B*4GrC6u(wiLny zLiVuci3BsMrU3+L%EVPW*QXGP={h%7B0fP-a*S)2{I=(MkraBJG?=gR8;;&J_PDRV zhdM^f)Cxb?pHwgupLjewx>rx#dCCzrcmEtAG=6VGlW~w8cAxg_G_fE;$li13Q|8AvtOJQ)|fWaq*=(Ch~p|bX#F{7K;SiW~9KPWJM z<2wCsFVOC9bF2r>{MjPCyLyaXvz7+3OPRaxI8WU61XJr%oVe#C$3H*E?CmpzrXlPI zT>QF=IrhLY+UZEs1bVmhV23h)^n`Q7!u!s!aO4dA4=m7(8{!3#{$HIT&M5Jshy-DH z^N6J{tyGRJNDA4QA(O2fJn$S15>g!2c|PY;&j2}oYJx$8#^PI`X`1R)I%F0?aQ$Fh zV)yZUPllsLuMT>9^Rn$+J>ri>L(=mEM@WaF)}jdxV;N)Z&IBay)+W z?}qUjmP(4_I!z{zg_0iqQt5;S0wFWJd#Msn#yk>IIHYF;k26IR4;VpHjgu07mexI_ zEd(r0_$5<;OaJY8?7Vy@Q+uY^_o4l$D#JTQ01R##L4d)LQ5g_f1xiV0c2CXLm)Zy( z*W$#LtR`;Aa-VcyLr9sQ>)kH$}n1zo<>l5@DO1rNugV+&S`RpJ`)*!6CV~uvU^;lL_Hh*P{<)bUfB4?HK zCZsqsk96QJLdm`lRD@3mfzX)86A6Z<@!Z}tQz)8GOG#J!P~PY+mmV3pAwBgWUQ z`{YH0t(R{3pqK7k0))*2TeN#ifwK9to6LQ5&effWF!z!4dG7W(54VCK2ogFKXf0t3 zA8IGp!i(;W>QJtYNX;2!DO`$>=v?3_u@XTcLry?rci_8~hW~NzKSRib@WQ)P4hCcb_hgMnn z<|bi)VyvB+K#Y(AM172p!yqP$NgG z0xEMr^0-~3{s3nNkpXul2-5=;*+bPzx}6^z*{KZf9Hrt1*gUkw>ZgW`-!^7=WRwS`w3oLG-Zg-8K+lfE za}zul-g}1im#-rT?ev7>AAX#Ze|i#tNB`n6=8w#?{OVIP=;w z1s%rlIjn?W>cL+vR88X=ylujkF6z+j@C+b(=lAM)uh;{mxD!BU6?%m%RzEgm*Y7?9 zRb}m6W6nKtPJ;3dXeJGzNz6VqHRUlc0>f)Y?D^8}?DeJt|N5x4fI-|mWepH3c1#J@ zDzKfjRq>M*VWlE1Tut3V(gFQm-+F?D#66y@D9UPT@WBzgu0J;oI8V|;AXj=x0F}Ze zRK~DErLHKS%m6j~w|9VJ+io*R?4(1<*A(u-L&6MTkDZ>G=FGwZq3#CNjZKRkGtRE- zpWzovHAvOyBFAet2`*@Sl6BEjO`OiXy1$29GFQ5m5JL7aMdW0!#>(r}L$C%&j+vCL za;O9wv|0?AFy7WVDV0{BLz+@~)bEi8Eyd*4`Z5OI?sZ2(?1q9}Tbm}AH-3FxZQ7V( zJ;r>L`xWDab~-ZnP)c=6|FX>JPu5uc)-s4Nxw2(^<2p-UUt#InEB^GZVk;B&YK+9r z-i(moiz;lN@OJ218ur2}ROg2j!(xR}EpzD@&c&{IyiUKAs!$Fdc#anJq%3`Pg+0Hp zt4Lm|VkmT*CKfVY_Esse$z^h#BI{%O=k15ZE&wr?!VX;~{6nblNZt2>9Eh{M#I68SrF znfzqcp~W;F-@)qv8;jej5;sW53sp%sLBL zW74_Xuxtaa*xd`Q8i72ZUP2(BB)(9ar zO?+)3iz4%t@j+Jxl|k5|rmY1g#y9UrCX=>=KyHV{ZN*SW*{XKe1X{30uT4q+1`*SYK5krhC=RR&qLvu{fpl463k%k_O9g z{n^d|=3#@8d(OHkF=9&#wK6MR+@i8l$VJa;u}xBW{?-$;=eEAM8Do*I#siD5Ud#mB zZ-*R83AQHULEF4<2^xD!tk~c@uDOs)?c%UKx%?i)?NPED#N?hh!;dw z?-??_cAb@vuBJiEM0#KA1EltOfc^~&Z0_HJ9T4{txq1m{Wwd97l|=4xMmd)`tR(4D$Ca|XQi$5{)XSZ;6g;KD!!9*IMo;M}K%4&gPVPSG{%UQ?Ha)cx<2sBe6 zH$Xzs=+a&7sXf)vJ=sIne2dYT9A5-Uac_$vY^x4iPuF&xU1MI4)dOcu3Dz)+l~Cvu z7x|thhNd2y@_0=`#!krBZ7V%XS-TzD7Ajc?S;x1vJqvkFPc6U49AZ|SNzo&Azw)L) zAKa;BDLpxF%DfS)I1w$MgAs^7%vN%rl(X|gW8MLh2A`_HQh*?_z9k}==&X>Di036(u0Ake_1*z; zej4QHhBa32OQo_ttL*X$L0I|Jil@66mC>(`ICJwN8Y8FQ-=l3Kz4!M$bWYxLlDYei zbL!Sp?!~#ko@4HTIp*)4C&tL*AA6i*pPvI&HlDT4skfhI;jL$Q{JwdUeJtIu%<0ee zSh{Q37fn{)orGH4pZ5|3hkWFlOdBOZ8;pNmc>Ir zLU(!FWo{<9(ySz9A0X%YT9GBC7PHDLaCHT#WpOjXyHa+!zPEm#7e}$B zY|O0p3KsO*B%P$I$veVhckMCS%8;c5vr5Sd&}k_-ja$c-&KjT{O;a{Tb_S7~tB${l z1M1$NT8OxwFXMAP;GN*;x$gUJ<>^!_(D z8QeW|NCFH#Fl6%;TS;E-Z{5>Nw=ScSWcA5!Ji*{igH$4$=c6rSmvjbrNgQ+W)D=FO zmcpvVQ87qML0w7Vg+Ih*ZHlrMMwut%;DP6;Hx07EO#a$-d82E|y?%=|+y6r*N89sT zBdKhS19wjKJR58XX{%nRC6+(O+zvy_4v-?4)Sq7qrZQ377`E>rM$HK55!yp7gQG)0 z7~DM~N@VTG7@bnaH;kFQv}NsWV59PIdU|-GefrykED|UQ0n% zL07AeZvGt0ZgB4bs*!P;Jd_f*7*ag5*yj>1S^MO%)vH-**Vj8lYN(j!D`3f*%=6cv?fGZgAF+0}i`^p&LbH2^nubOh9+%U!|5 zA801q%w;bdFjZnk5F1QJK`7Nq5lPt!CNv-|j@S+i%ll@)s6|hRdD0OeNcO%@r0Ve0 z{~S>x&L>|X$1_X8SVe+%n9I`rH+OF(A(T9y9u|VYw#`v>{xsMYC?*7C43+P#z{xOD zn|#GkF0?9C`T5(#j447hfQY2s^(M0XQ6-!;-z)1V0%=TX!?bYz7tZJ30hmr8=wM%6 QcmMzZ07*qoM6N<$f@+k!{Qv*} literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/blockstates/blood_red.json b/src/old/resources/assets/ariasessentials/blockstates/blood_red.json new file mode 100644 index 0000000..60f3882 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/blood_red.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/blood_red" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile.json b/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile.json new file mode 100644 index 0000000..640935c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/blue_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_light.json new file mode 100644 index 0000000..22f1f40 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/blue_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_slab.json new file mode 100644 index 0000000..00562c3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "ariasessentials:block/blue_pool_tile_slab" + }, + "type=double": { + "model": "ariasessentials:block/blue_pool_tile" + }, + "type=top": { + "model": "ariasessentials:block/blue_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_stairs.json new file mode 100644 index 0000000..35b901f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/blue_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/blue_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/blue_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/blue_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/blue_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/blue_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/blue_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/blue_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_wall.json new file mode 100644 index 0000000..eb89578 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/blue_pool_tile_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/blue_pool_tile_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/blue_pool_tile_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/blue_pool_tile_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/blue_pool_tile_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/blue_pool_tile_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/blue_pool_tile_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/blue_pool_tile_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/blue_pool_tile_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/blue_pool_tile_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/clear_glass_block.json b/src/old/resources/assets/ariasessentials/blockstates/clear_glass_block.json new file mode 100644 index 0000000..c2c5c03 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/clear_glass_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/deprecated" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_block.json b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_block.json new file mode 100644 index 0000000..abf1a37 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_block.json @@ -0,0 +1,30 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/clinker_brick_block_model0" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model1" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model2" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model3" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model4" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model5" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model6" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model7" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_slab.json b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_slab.json new file mode 100644 index 0000000..bab23ad --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_slab.json @@ -0,0 +1,160 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model7_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model7_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_slab_model0_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model1_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model2_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model3_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model4_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model5_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model6_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model7_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_slab_model0_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model1_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model2_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model3_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model4_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model5_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model6_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model7_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_slab_model0_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model1_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model2_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model3_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model4_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model5_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model6_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model7_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_slab_model0_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model1_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model2_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model3_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model4_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model5_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model6_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model7_top" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stained_block.json b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stained_block.json new file mode 100644 index 0000000..2602152 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stained_block.json @@ -0,0 +1,30 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/clinker_brick_stained_block_model0" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model1" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model2" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model3" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model4" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model5" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model6" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model7" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stained_slab.json b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stained_slab.json new file mode 100644 index 0000000..d10f82d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stained_slab.json @@ -0,0 +1,160 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model7_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model7_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model0_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model1_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model2_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model3_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model4_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model5_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model6_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model7_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model0_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model1_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model2_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model3_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model4_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model5_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model6_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model7_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model0_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model1_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model2_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model3_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model4_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model5_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model6_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model7_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model0_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model1_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model2_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model3_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model4_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model5_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model6_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model7_top" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stained_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stained_stairs.json new file mode 100644 index 0000000..219383c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stained_stairs.json @@ -0,0 +1,3444 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7" + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stairs.json new file mode 100644 index 0000000..13e551f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_stairs.json @@ -0,0 +1,3444 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7" + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_wall.json b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_wall.json new file mode 100644 index 0000000..a4976c1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/clinker_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/cobalt_block.json b/src/old/resources/assets/ariasessentials/blockstates/cobalt_block.json new file mode 100644 index 0000000..5425928 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cobalt_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/cobalt_block" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/cobalt_ore.json b/src/old/resources/assets/ariasessentials/blockstates/cobalt_ore.json new file mode 100644 index 0000000..15e902e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cobalt_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/cobalt_ore" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/compressed_obsidian_block.json b/src/old/resources/assets/ariasessentials/blockstates/compressed_obsidian_block.json new file mode 100644 index 0000000..dcd27fd --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/compressed_obsidian_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/compressed_obsidian_block" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/compression_chamber.json b/src/old/resources/assets/ariasessentials/blockstates/compression_chamber.json new file mode 100644 index 0000000..28d55e9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/compression_chamber.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "ariasessentials:block/compression_chamber" + }, + "facing=east": { + "model": "ariasessentials:block/compression_chamber", + "y": 90 + }, + "facing=south": { + "model": "ariasessentials:block/compression_chamber", + "y": 180 + }, + "facing=west": { + "model": "ariasessentials:block/compression_chamber", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/cyan.json b/src/old/resources/assets/ariasessentials/blockstates/cyan.json new file mode 100644 index 0000000..1140857 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cyan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/cyan" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile.json b/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile.json new file mode 100644 index 0000000..8e6448d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/cyan_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_light.json new file mode 100644 index 0000000..f8a7f5f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/cyan_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_slab.json new file mode 100644 index 0000000..f1cd9df --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "ariasessentials:block/cyan_pool_tile_slab" + }, + "type=double": { + "model": "ariasessentials:block/cyan_pool_tile" + }, + "type=top": { + "model": "ariasessentials:block/cyan_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_stairs.json new file mode 100644 index 0000000..8f2c027 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_wall.json new file mode 100644 index 0000000..3e68930 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cyan_pool_tile_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/cyan_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/cyan_stairs.json new file mode 100644 index 0000000..92a3b8d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cyan_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/cyan_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/cyan_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/cyan_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/cyan_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/cyan_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/cyan_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/cyan_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/cyan_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/cyan_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/cyan_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/cyan_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/cyan_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/cyan_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/cyan_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/cyan_tile.json b/src/old/resources/assets/ariasessentials/blockstates/cyan_tile.json new file mode 100644 index 0000000..9392d78 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cyan_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/cyan_tile" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/cyan_tile_br.json b/src/old/resources/assets/ariasessentials/blockstates/cyan_tile_br.json new file mode 100644 index 0000000..4ff391d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cyan_tile_br.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "ariasessentials:block/cyan_tile_br", + "y": 90 + }, + "facing=north": { + "model": "ariasessentials:block/cyan_tile_br" + }, + "facing=south": { + "model": "ariasessentials:block/cyan_tile_br", + "y": 180 + }, + "facing=west": { + "model": "ariasessentials:block/cyan_tile_br", + "y": 270 + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/cyan_tile_to_wall.json b/src/old/resources/assets/ariasessentials/blockstates/cyan_tile_to_wall.json new file mode 100644 index 0000000..18664ad --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cyan_tile_to_wall.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/cyan_tile_to_wall" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/cyan_wall_variant_1.json b/src/old/resources/assets/ariasessentials/blockstates/cyan_wall_variant_1.json new file mode 100644 index 0000000..9db9859 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cyan_wall_variant_1.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/cyan_wall_variant_1" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/cyan_wall_variant_2.json b/src/old/resources/assets/ariasessentials/blockstates/cyan_wall_variant_2.json new file mode 100644 index 0000000..c19d42c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/cyan_wall_variant_2.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/cyan_wall_variant_2" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile.json b/src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile.json new file mode 100644 index 0000000..a275c44 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dark_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile_light.json new file mode 100644 index 0000000..364998b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dark_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile_slab.json new file mode 100644 index 0000000..3b81bd2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "ariasessentials:block/dark_pool_tile_slab" + }, + "type=double": { + "model": "ariasessentials:block/dark_pool_tile" + }, + "type=top": { + "model": "ariasessentials:block/dark_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile_stairs.json new file mode 100644 index 0000000..b1d4e4d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dark_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/dark_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/dark_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/dark_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/dark_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/dark_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/dark_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/dark_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/dark_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dark_red_bed.json b/src/old/resources/assets/ariasessentials/blockstates/dark_red_bed.json new file mode 100644 index 0000000..6577c90 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dark_red_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dark_red_carpet.json b/src/old/resources/assets/ariasessentials/blockstates/dark_red_carpet.json new file mode 100644 index 0000000..7b947a7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dark_red_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dark_red_carpet" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dark_red_shulker_box.json b/src/old/resources/assets/ariasessentials/blockstates/dark_red_shulker_box.json new file mode 100644 index 0000000..076cb31 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dark_red_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dark_red_shulker_box" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dark_red_wool.json b/src/old/resources/assets/ariasessentials/blockstates/dark_red_wool.json new file mode 100644 index 0000000..412496d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dark_red_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dark_red_wool" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/deepslate_eternium_ore_block.json b/src/old/resources/assets/ariasessentials/blockstates/deepslate_eternium_ore_block.json new file mode 100644 index 0000000..aa984f4 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/deepslate_eternium_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/deepslate_eternium_ore_block" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/deepslate_ilusium_ore_block.json b/src/old/resources/assets/ariasessentials/blockstates/deepslate_ilusium_ore_block.json new file mode 100644 index 0000000..e09d2fd --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/deepslate_ilusium_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/deprecated" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile.json new file mode 100644 index 0000000..777f905 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dirty_blue_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_light.json new file mode 100644 index 0000000..4f393e7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dirty_blue_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_slab.json new file mode 100644 index 0000000..6c39f66 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "ariasessentials:block/dirty_blue_pool_tile_slab" + }, + "type=double": { + "model": "ariasessentials:block/dirty_blue_pool_tile" + }, + "type=top": { + "model": "ariasessentials:block/dirty_blue_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_stairs.json new file mode 100644 index 0000000..ed6b1d2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_wall.json new file mode 100644 index 0000000..4412e55 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/dirty_blue_pool_tile_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_blue_pool_tile_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_blue_pool_tile_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_blue_pool_tile_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_blue_pool_tile_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_blue_pool_tile_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_blue_pool_tile_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_blue_pool_tile_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_blue_pool_tile_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile.json new file mode 100644 index 0000000..5f2a22c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dirty_cyan_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_light.json new file mode 100644 index 0000000..0610c41 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_slab.json new file mode 100644 index 0000000..8601379 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_slab" + }, + "type=double": { + "model": "ariasessentials:block/dirty_cyan_pool_tile" + }, + "type=top": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_stairs.json new file mode 100644 index 0000000..198b001 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_wall.json new file mode 100644 index 0000000..d2cce62 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile.json new file mode 100644 index 0000000..0a4862e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dirty_green_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_light.json new file mode 100644 index 0000000..81f3b33 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dirty_green_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_slab.json new file mode 100644 index 0000000..475582f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "ariasessentials:block/dirty_green_pool_tile_slab" + }, + "type=double": { + "model": "ariasessentials:block/dirty_green_pool_tile" + }, + "type=top": { + "model": "ariasessentials:block/dirty_green_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_stairs.json new file mode 100644 index 0000000..7afe9fc --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_wall.json new file mode 100644 index 0000000..23182e9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_green_pool_tile_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/dirty_green_pool_tile_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_green_pool_tile_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_green_pool_tile_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_green_pool_tile_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_green_pool_tile_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_green_pool_tile_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_green_pool_tile_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_green_pool_tile_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_green_pool_tile_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile.json new file mode 100644 index 0000000..04a7908 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dirty_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_light.json new file mode 100644 index 0000000..71277d0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dirty_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_slab.json new file mode 100644 index 0000000..2f1b5b6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "ariasessentials:block/dirty_pool_tile_slab" + }, + "type=double": { + "model": "ariasessentials:block/dirty_pool_tile" + }, + "type=top": { + "model": "ariasessentials:block/dirty_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_stairs.json new file mode 100644 index 0000000..9c344d4 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_wall.json new file mode 100644 index 0000000..e769d48 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_pool_tile_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/dirty_pool_tile_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_pool_tile_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_pool_tile_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_pool_tile_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_pool_tile_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_pool_tile_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_pool_tile_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_pool_tile_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_pool_tile_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile.json new file mode 100644 index 0000000..463ad22 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dirty_red_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_light.json new file mode 100644 index 0000000..1baee3d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dirty_red_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_slab.json new file mode 100644 index 0000000..7a10e52 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "ariasessentials:block/dirty_red_pool_tile_slab" + }, + "type=double": { + "model": "ariasessentials:block/dirty_red_pool_tile" + }, + "type=top": { + "model": "ariasessentials:block/dirty_red_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_stairs.json new file mode 100644 index 0000000..1560aaf --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_wall.json new file mode 100644 index 0000000..1dd59bd --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/dirty_red_pool_tile_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/dirty_red_pool_tile_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_red_pool_tile_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_red_pool_tile_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_red_pool_tile_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_red_pool_tile_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_red_pool_tile_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_red_pool_tile_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_red_pool_tile_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_red_pool_tile_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/eternium_block.json b/src/old/resources/assets/ariasessentials/blockstates/eternium_block.json new file mode 100644 index 0000000..3cf3d7a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/eternium_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/eternium_block" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/eternium_ore_block.json b/src/old/resources/assets/ariasessentials/blockstates/eternium_ore_block.json new file mode 100644 index 0000000..200aca7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/eternium_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/eternium_ore_block" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/filthy_blue_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/filthy_blue_pool_tile_light.json new file mode 100644 index 0000000..cc9a18a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/filthy_blue_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/filthy_blue_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/filthy_cyan_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/filthy_cyan_pool_tile_light.json new file mode 100644 index 0000000..ea4fe52 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/filthy_cyan_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/filthy_cyan_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/filthy_green_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/filthy_green_pool_tile_light.json new file mode 100644 index 0000000..b2939d8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/filthy_green_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/filthy_green_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/filthy_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/filthy_pool_tile_light.json new file mode 100644 index 0000000..6c92831 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/filthy_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/filthy_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/filthy_red_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/filthy_red_pool_tile_light.json new file mode 100644 index 0000000..4891645 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/filthy_red_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/filthy_red_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile.json b/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile.json new file mode 100644 index 0000000..f20c044 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/green_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_light.json new file mode 100644 index 0000000..82c368e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/green_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_slab.json new file mode 100644 index 0000000..a4d9c0f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "ariasessentials:block/green_pool_tile_slab" + }, + "type=double": { + "model": "ariasessentials:block/green_pool_tile" + }, + "type=top": { + "model": "ariasessentials:block/green_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_stairs.json new file mode 100644 index 0000000..a9fbe82 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/green_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/green_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/green_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/green_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/green_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/green_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/green_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/green_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_wall.json new file mode 100644 index 0000000..78f64c4 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/green_pool_tile_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/green_pool_tile_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/green_pool_tile_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/green_pool_tile_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/green_pool_tile_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/green_pool_tile_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/green_pool_tile_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/green_pool_tile_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/green_pool_tile_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/green_pool_tile_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/mini_sun.json b/src/old/resources/assets/ariasessentials/blockstates/mini_sun.json new file mode 100644 index 0000000..0632f95 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/mini_sun.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/mini_sun" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/nether_vault_steel_ore_block.json b/src/old/resources/assets/ariasessentials/blockstates/nether_vault_steel_ore_block.json new file mode 100644 index 0000000..cfb17f7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/nether_vault_steel_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/nether_vault_steel_ore_block" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_door.json b/src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_door.json new file mode 100644 index 0000000..42563b0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left_open", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right_open", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left_open", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right_open", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left_open" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right_open", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left_open" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right_open", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left_open", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right_open" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left_open", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right_open" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left_open", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right_open", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left_open", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right_open", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_planks.json b/src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_planks.json new file mode 100644 index 0000000..5419f88 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_planks.json @@ -0,0 +1,18 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/old_industrial_wood_planks_model0" + }, + { + "model": "ariasessentials:block/old_industrial_wood_planks_model1" + }, + { + "model": "ariasessentials:block/old_industrial_wood_planks_model2" + }, + { + "model": "ariasessentials:block/old_industrial_wood_planks_model3" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_slab.json b/src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_slab.json new file mode 100644 index 0000000..bff1e69 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_slab.json @@ -0,0 +1,88 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model3_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model3_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_slab_model0_double" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model1_double" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model2_double" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model3_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_slab_model0_double" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model1_double" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model2_double" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model3_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_slab_model0_top" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model1_top" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model2_top" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model3_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_slab_model0_top" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model1_top" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model2_top" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model3_top" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_stairs.json new file mode 100644 index 0000000..d689f7f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/old_industrial_wood_stairs.json @@ -0,0 +1,1804 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner" + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner" + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer" + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3" + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner" + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner" + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer" + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer" + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/panzerglass_block.json b/src/old/resources/assets/ariasessentials/blockstates/panzerglass_block.json new file mode 100644 index 0000000..428aee3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/panzerglass_block.json @@ -0,0 +1,18 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/panzerglass_block_model0" + }, + { + "model": "ariasessentials:block/panzerglass_block_model1" + }, + { + "model": "ariasessentials:block/panzerglass_block_model2" + }, + { + "model": "ariasessentials:block/panzerglass_block_model3" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/panzerglass_slab.json b/src/old/resources/assets/ariasessentials/blockstates/panzerglass_slab.json new file mode 100644 index 0000000..35035f2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/panzerglass_slab.json @@ -0,0 +1,88 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/panzerglass_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model3_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/panzerglass_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model3_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/panzerglass_slab_model0_double" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model1_double" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model2_double" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model3_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/panzerglass_slab_model0_double" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model1_double" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model2_double" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model3_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/panzerglass_slab_model0_top" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model1_top" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model2_top" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model3_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/panzerglass_slab_model0_top" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model1_top" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model2_top" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model3_top" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/pool_tile.json b/src/old/resources/assets/ariasessentials/blockstates/pool_tile.json new file mode 100644 index 0000000..7c84b59 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/pool_tile" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/pool_tile_light.json new file mode 100644 index 0000000..418cd84 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/pool_tile_slab.json b/src/old/resources/assets/ariasessentials/blockstates/pool_tile_slab.json new file mode 100644 index 0000000..b06dc83 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "ariasessentials:block/pool_tile_slab" + }, + "type=double": { + "model": "ariasessentials:block/pool_tile" + }, + "type=top": { + "model": "ariasessentials:block/pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/pool_tile_stairs.json new file mode 100644 index 0000000..23fd6c1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/pool_tile_wall.json b/src/old/resources/assets/ariasessentials/blockstates/pool_tile_wall.json new file mode 100644 index 0000000..6fd26fe --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/pool_tile_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/pool_tile_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/pool_tile_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/pool_tile_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/pool_tile_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/pool_tile_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/pool_tile_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/pool_tile_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/pool_tile_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/pool_tile_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/raw_cobalt_ore.json b/src/old/resources/assets/ariasessentials/blockstates/raw_cobalt_ore.json new file mode 100644 index 0000000..93f5f3d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/raw_cobalt_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/raw_cobalt_ore" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete.json b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete.json new file mode 100644 index 0000000..7012fe4 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete.json @@ -0,0 +1,30 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/rebar_concrete_model0" + }, + { + "model": "ariasessentials:block/rebar_concrete_model1" + }, + { + "model": "ariasessentials:block/rebar_concrete_model2" + }, + { + "model": "ariasessentials:block/rebar_concrete_model3" + }, + { + "model": "ariasessentials:block/rebar_concrete_model4" + }, + { + "model": "ariasessentials:block/rebar_concrete_model5" + }, + { + "model": "ariasessentials:block/rebar_concrete_model6" + }, + { + "model": "ariasessentials:block/rebar_concrete_model7" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_slab.json b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_slab.json new file mode 100644 index 0000000..7468bbe --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_slab.json @@ -0,0 +1,160 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model7_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model7_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_slab_model0_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model1_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model2_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model3_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model4_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model5_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model6_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model7_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_slab_model0_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model1_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model2_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model3_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model4_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model5_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model6_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model7_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_slab_model0_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model1_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model2_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model3_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model4_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model5_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model6_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model7_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_slab_model0_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model1_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model2_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model3_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model4_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model5_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model6_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model7_top" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_stairs.json new file mode 100644 index 0000000..bb03138 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_stairs.json @@ -0,0 +1,3444 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7" + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_tile.json b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_tile.json new file mode 100644 index 0000000..5c1db84 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_tile.json @@ -0,0 +1,30 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_model0" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model1" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model2" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model3" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model4" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model5" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model6" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model7" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_slab.json b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_slab.json new file mode 100644 index 0000000..d4ce6d0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_slab.json @@ -0,0 +1,160 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model7_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model7_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model0_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model1_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model2_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model3_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model4_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model5_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model6_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model7_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model0_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model1_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model2_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model3_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model4_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model5_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model6_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model7_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model0_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model1_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model2_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model3_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model4_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model5_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model6_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model7_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model0_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model1_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model2_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model3_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model4_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model5_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model6_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model7_top" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_stairs.json new file mode 100644 index 0000000..c0e5399 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_stairs.json @@ -0,0 +1,3444 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7" + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_wall.json b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_wall.json new file mode 100644 index 0000000..87da187 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/rebar_concrete_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile.json b/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile.json new file mode 100644 index 0000000..a555bcd --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/red_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_light.json b/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_light.json new file mode 100644 index 0000000..9be99bb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/red_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_slab.json new file mode 100644 index 0000000..cf0eac2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "ariasessentials:block/red_pool_tile_slab" + }, + "type=double": { + "model": "ariasessentials:block/red_pool_tile" + }, + "type=top": { + "model": "ariasessentials:block/red_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_stairs.json new file mode 100644 index 0000000..90760ed --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/red_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/red_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/red_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/red_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/red_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/red_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/red_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/red_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_wall.json new file mode 100644 index 0000000..15f8a13 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/red_pool_tile_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/red_pool_tile_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/red_pool_tile_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/red_pool_tile_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/red_pool_tile_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/red_pool_tile_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/red_pool_tile_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/red_pool_tile_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/red_pool_tile_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/red_pool_tile_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/red_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/red_stairs.json new file mode 100644 index 0000000..2078bf3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/red_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/red_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/red_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/red_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/red_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/red_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/red_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/red_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/red_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/red_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/red_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/red_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/red_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/red_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/red_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/red_tile.json b/src/old/resources/assets/ariasessentials/blockstates/red_tile.json new file mode 100644 index 0000000..128ecac --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/red_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/red_tile" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/red_tile_br.json b/src/old/resources/assets/ariasessentials/blockstates/red_tile_br.json new file mode 100644 index 0000000..5984fc4 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/red_tile_br.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "ariasessentials:block/red_tile_br", + "y": 90 + }, + "facing=north": { + "model": "ariasessentials:block/red_tile_br" + }, + "facing=south": { + "model": "ariasessentials:block/red_tile_br", + "y": 180 + }, + "facing=west": { + "model": "ariasessentials:block/red_tile_br", + "y": 270 + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/red_tile_to_wall.json b/src/old/resources/assets/ariasessentials/blockstates/red_tile_to_wall.json new file mode 100644 index 0000000..d9c4f1b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/red_tile_to_wall.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/red_tile_to_wall" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/red_wall_variant_1.json b/src/old/resources/assets/ariasessentials/blockstates/red_wall_variant_1.json new file mode 100644 index 0000000..deabbc2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/red_wall_variant_1.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/red_wall_variant_1" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/red_wall_variant_2.json b/src/old/resources/assets/ariasessentials/blockstates/red_wall_variant_2.json new file mode 100644 index 0000000..08ccfe9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/red_wall_variant_2.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/red_wall_variant_2" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/slag_brick_block.json b/src/old/resources/assets/ariasessentials/blockstates/slag_brick_block.json new file mode 100644 index 0000000..0efb300 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/slag_brick_block.json @@ -0,0 +1,30 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/slag_brick_block_model0" + }, + { + "model": "ariasessentials:block/slag_brick_block_model1" + }, + { + "model": "ariasessentials:block/slag_brick_block_model2" + }, + { + "model": "ariasessentials:block/slag_brick_block_model3" + }, + { + "model": "ariasessentials:block/slag_brick_block_model4" + }, + { + "model": "ariasessentials:block/slag_brick_block_model5" + }, + { + "model": "ariasessentials:block/slag_brick_block_model6" + }, + { + "model": "ariasessentials:block/slag_brick_block_model7" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/slag_brick_slab.json b/src/old/resources/assets/ariasessentials/blockstates/slag_brick_slab.json new file mode 100644 index 0000000..3418db0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/slag_brick_slab.json @@ -0,0 +1,160 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model7_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model7_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_slab_model0_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model1_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model2_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model3_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model4_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model5_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model6_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model7_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_slab_model0_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model1_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model2_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model3_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model4_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model5_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model6_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model7_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_slab_model0_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model1_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model2_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model3_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model4_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model5_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model6_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model7_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_slab_model0_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model1_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model2_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model3_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model4_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model5_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model6_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model7_top" + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/slag_brick_stairs.json b/src/old/resources/assets/ariasessentials/blockstates/slag_brick_stairs.json new file mode 100644 index 0000000..a88b91e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/slag_brick_stairs.json @@ -0,0 +1,3444 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7" + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/slag_brick_wall.json b/src/old/resources/assets/ariasessentials/blockstates/slag_brick_wall.json new file mode 100644 index 0000000..d9428b0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/slag_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/blockstates/void.json b/src/old/resources/assets/ariasessentials/blockstates/void.json new file mode 100644 index 0000000..171175b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/void.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/void" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/blockstates/whiteout.json b/src/old/resources/assets/ariasessentials/blockstates/whiteout.json new file mode 100644 index 0000000..4e4afee --- /dev/null +++ b/src/old/resources/assets/ariasessentials/blockstates/whiteout.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/whiteout" + } + } +} diff --git a/src/old/resources/assets/ariasessentials/lang/en_us.json b/src/old/resources/assets/ariasessentials/lang/en_us.json new file mode 100644 index 0000000..e269f09 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/lang/en_us.json @@ -0,0 +1,183 @@ +{ + "item.ariasessentials.tiab": "Time in a Bottle", + + "key.ariasessentials.open_vault": "Opens Vault 0", + "key.category.ariasessentials": "Aria's Essentials", + + "itemGroup.ariasessentials": "Aria's Essentials", + + "item.minecraft.splash_potion.effect.flight": "Splash Potion of Flight", + "item.minecraft.lingering_potion.effect.flight": "Lingering Potion of Flight", + "item.minecraft.potion.effect.flight": "Potion of Flight", + + "item.minecraft.splash_potion.effect.flight_awkward": "Awkward Splash Potion of Flight", + "item.minecraft.lingering_potion.effect.flight_awkward": "Awkward Lingering Potion of Flight", + "item.minecraft.potion.effect.flight_awkward": "Awkward Potion of Flight", + + "item.minecraft.splash_potion.effect.flight_basic": "Thick Splash Potion of Flight", + "item.minecraft.lingering_potion.effect.flight_basic": "Thick Lingering Potion of Flight", + "item.minecraft.potion.effect.flight_basic": "Thick Potion of Flight", + + + "item.ariasessentials.eternium_ore": "Raw Eternium Ore", + "item.ariasessentials.ihan_crystal": "Ihan Crystal", + "item.ariasessentials.ihan_crystal.levels": "Stored XP: ", + "item.ariasessentials.ihan_crystal.empty": "* Crystal Is Empty *", + "item.ariasessentials.ihan_crystal.need_repair": "Ihan Crystal must now be repaired", + "item.ariasessentials.ihan_crystal.durability": "Durability: ", + "item.ariasessentials.eternium_dust": "Eternium Dust", + "item.ariasessentials.eternium_ingot": "Eternium Ingot", + "item.ariasessentials.eternium_rod": "Eternium Rod", + "item.ariasessentials.singularity": "Unstable Singularity", + "item.ariasessentials.scrubber_frame_piece": "Scrubber Frame Component", + "item.ariasessentials.scrubber_frame": "Scrubber Frame", + "item.ariasessentials.mob_capture_ball": "Mob Capture Ball", + "item.ariasessentials.empty_spawn_egg": "Empty Spawn Egg", + "item.ariasessentials.compressed_obsidian_sheet": "Sheet of Compressed Obsidian", + "item.ariasessentials.layered_compressed_obsidian_sheet": "Layered Sheet of Compressed Obsidian", + "item.ariasessentials.encased_singularity": "Encased Singularity", + "item.ariasessentials.encased_singularity.desc": "A singularity encased in stone, ready to be further compressed into bedrock", + "item.ariasessentials.deprecated": "Deprecated Item", + "item.ariasessentials.white_brick": "White Brick", + "item.ariasessentials.blue_brick": "Blue Brick", + "item.ariasessentials.light_blue_brick": "Light Blue Brick", + "item.ariasessentials.cyan_brick": "Cyan Brick", + "item.ariasessentials.dark_red_dye": "Dark Red Dye", + "item.ariasessentials.red_brick": "Red Brick", + "item.ariasessentials.dark_red_brick": "Dark Red Brick", + "item.ariasessentials.lime_brick": "Lime Brick", + "item.ariasessentials.green_brick": "Green Brick", + "item.ariasessentials.partial_item": "Partial Item", + "item.ariasessentials.magma_powder": "Magma Powder", + + + + "block.ariasessentials.eternium_ore_block": "Eternium Ore", + "block.ariasessentials.deepslate_eternium_ore_block": "Deepslate Eternium Ore", + "block.ariasessentials.clear_glass_block": "Clear Glass Block", + "block.ariasessentials.eternium_block": "Block of Eternium", + "block.ariasessentials.void": "Void", + "block.ariasessentials.whiteout": "White", + "block.ariasessentials.blood_red": "Blood Red", + "block.ariasessentials.red_tile": "Red Tile", + "block.ariasessentials.red_tile_br": "Blood Red Tile Transition", + "block.ariasessentials.red_stairs": "Blood Red Stairs", + "block.ariasessentials.red_tile_to_wall": "Red Floor To Wall Transition", + "block.ariasessentials.red_wall_variant_1": "Red Wall", + "block.ariasessentials.red_wall_variant_2": "Red Wall", + "block.ariasessentials.cyan": "Cyan", + "block.ariasessentials.cyan_tile": "Cyan Tile", + "block.ariasessentials.cyan_tile_br": "Cyan Tile Transition", + "block.ariasessentials.cyan_stairs": "Cyan Stairs", + "block.ariasessentials.cyan_tile_to_wall": "Cyan Floor To Wall Transition", + "block.ariasessentials.cyan_wall_variant_1": "Cyan Wall", + "block.ariasessentials.cyan_wall_variant_2": "Cyan Wall", + "block.ariasessentials.pool_tile_light": "Pool Light", + "block.ariasessentials.dirty_pool_tile_light": "Dirty Pool Light", + "block.ariasessentials.filthy_pool_tile_light": "Filthy Pool Light", + "block.ariasessentials.dark_pool_tile_light": "Dark Pool Light", + "block.ariasessentials.blue_pool_tile_light": "Blue Pool Light", + "block.ariasessentials.dirty_red_pool_tile_light": "Dirty Red Pool Light", + "block.ariasessentials.filthy_red_pool_tile_light": "Filthy Red Pool Light", + "block.ariasessentials.filthy_blue_pool_tile_light": "Filthy Blue Pool Light", + "block.ariasessentials.pool_tile": "Pool Tiles", + "block.ariasessentials.pool_tile_stairs": "Pool Tile Stairs", + "block.ariasessentials.pool_tile_slab": "Pool Tile Slab", + "block.ariasessentials.pool_tile_wall": "Pool Tile Wall", + "block.ariasessentials.dirty_pool_tile": "Dirty Pool Tiles", + "block.ariasessentials.dirty_pool_tile_stairs": "Dirty Pool Tile Stairs", + "block.ariasessentials.dirty_pool_tile_slab": "Dirty Pool Tile Slab", + "block.ariasessentials.dirty_pool_tile_wall": "Dirty Pool Tile Wall", + "block.ariasessentials.dark_pool_tile": "Dark Pool Tiles", + "block.ariasessentials.dark_pool_tile_stairs": "Dark Pool Tile Stairs", + "block.ariasessentials.dark_pool_tile_slab": "Dark Pool Tile Slab", + "block.ariasessentials.blue_pool_tile": "Blue Pool Tiles", + "block.ariasessentials.blue_pool_tile_stairs": "Blue Pool Tile Stairs", + "block.ariasessentials.blue_pool_tile_slab": "Blue Pool Tile Slab", + "block.ariasessentials.blue_pool_tile_wall": "Blue Pool Tile Wall", + "block.ariasessentials.dirty_blue_pool_tile": "Dirty Blue Pool Tiles", + "block.ariasessentials.dirty_blue_pool_tile_stairs": "Dirty Blue Pool Tile Stairs", + "block.ariasessentials.dirty_blue_pool_tile_slab": "Dirty Blue Pool Tile Slab", + "block.ariasessentials.dirty_blue_pool_tile_wall": "Dirty Blue Pool Tile Wall", + "block.ariasessentials.dirty_blue_pool_tile_light": "Dirty Blue Pool Light", + "block.ariasessentials.red_pool_tile": "Red Pool Tiles", + "block.ariasessentials.red_pool_tile_stairs": "Red Pool Tile Stairs", + "block.ariasessentials.red_pool_tile_slab": "Red Pool Tile Slab", + "block.ariasessentials.red_pool_tile_wall": "Red Pool Tile Wall", + "block.ariasessentials.red_pool_tile_light": "Red Pool Light", + "block.ariasessentials.dirty_red_pool_tile": "Dirty Red Pool Tile", + "block.ariasessentials.dirty_red_pool_tile_stairs": "Dirty Red Pool Tile Stairs", + "block.ariasessentials.dirty_red_pool_tile_slab": "Dirty Red Pool Tile Slab", + "block.ariasessentials.dirty_red_pool_tile_wall": "Dirty Red Pool Tile Wall", + "block.ariasessentials.dark_red_wool": "Dark Red Wool", + "block.ariasessentials.dark_red_carpet": "Dark Red Carpet", + "block.ariasessentials.green_pool_tile": "Green Pool Tiles", + "block.ariasessentials.green_pool_tile_stairs": "Green Pool Tile Stairs", + "block.ariasessentials.green_pool_tile_slab": "Green Pool Tile Slab", + "block.ariasessentials.green_pool_tile_wall": "Green Pool Tile Wall", + "block.ariasessentials.green_pool_tile_light": "Green Pool Light", + "block.ariasessentials.dirty_green_pool_tile": "Dirty Green Pool Tile", + "block.ariasessentials.dirty_green_pool_tile_stairs": "Dirty Green Pool Tile Stairs", + "block.ariasessentials.dirty_green_pool_tile_slab": "Dirty Green Pool Tile Slab", + "block.ariasessentials.dirty_green_pool_tile_wall": "Dirty Green Pool Tile Wall", + "block.ariasessentials.dirty_green_pool_tile_light": "Dirty Green Pool Light", + "block.ariasessentials.filthy_green_pool_tile_light": "Filthy Green Pool Light", + + + "block.ariasessentials.cyan_pool_tile": "Cyan Pool Tiles", + "block.ariasessentials.cyan_pool_tile_stairs": "Cyan Pool Tile Stairs", + "block.ariasessentials.cyan_pool_tile_slab": "Cyan Pool Tile Slab", + "block.ariasessentials.cyan_pool_tile_wall": "Cyan Pool Tile Wall", + "block.ariasessentials.cyan_pool_tile_light": "Cyan Pool Light", + "block.ariasessentials.dirty_cyan_pool_tile": "Dirty Cyan Pool Tile", + "block.ariasessentials.dirty_cyan_pool_tile_stairs": "Dirty Cyan Pool Tile Stairs", + "block.ariasessentials.dirty_cyan_pool_tile_slab": "Dirty Cyan Pool Tile Slab", + "block.ariasessentials.dirty_cyan_pool_tile_wall": "Dirty Cyan Pool Tile Wall", + "block.ariasessentials.dirty_cyan_pool_tile_light": "Dirty Cyan Pool Light", + "block.ariasessentials.filthy_cyan_pool_tile_light": "Filthy Cyan Pool Light", + + + + + + "block.ariasessentials.rebar_concrete": "Rebar Concrete", + "block.ariasessentials.rebar_concrete_slab": "Rebar Concrete Slab", + "block.ariasessentials.rebar_concrete_stairs": "Rebar Concrete Stairs", + "block.ariasessentials.rebar_concrete_wall": "Rebar Concrete Wall", + "block.ariasessentials.panzerglass_block": "Panzerglass", + "block.ariasessentials.mini_sun": "Miniature Sun", + + + + "enchantment.ariasessentials.mob_egging": "Mob Egging", + "enchantment.ariasessentials.player_flight": "Flight", + "enchantment.ariasessentials.mob_egging.desc": "Chance of mob spawn eggs to drop", + "enchantment.ariasessentials.flight.desc": "Allows you to fly!", + "enchantment.ariasessentials.borrowed_protection": "Borrowed Protection", + "enchantment.ariasessentials.borrowed_protection.desc": "Borrows protection from any nearby player.", + "enchantment.ariasessentials.night_vision": "Night Vision", + "enchantment.ariasessentials.night_vision.desc": "See in the dark!", + "enchantment.ariasessentials.water_breathing": "Water Breathing", + "enchantment.ariasessentials.water_breathing.desc": "Become one with the fishy", + "enchantment.ariasessentials.consumption_mending": "Scrap Mending", + "enchantment.ariasessentials.consumption_mending.desc": "Consumes scrap items to repair durability. May consume curses.", + "enchantment.ariasessentials.extra_strength": "WIP Damage Increaser", + "enchantment.ariasessentials.extra_strength.desc": "Exponentially increases the damage dealt to enemies to even the odds", + "enchantment.ariasessentials.vampiric_mend": "Vampiric Mending", + "enchantment.ariasessentials.vampiric_mend.desc": "Exchanges half a heart of HP in exchange for 50 durability every 5 seconds. Caution: May kill you...repeatedly", + + "effect.ariasessentials.flight": "Flight", + + + "dev.zontreck.ariasessentials.msgs.only_player": "§cOnly players are allowed to execute this command", + + "dev.zontreck.ariasessentials.msgs.command_cooling_down": "This command is currently on cooldown. You must wait for ", + "dev.zontreck.ariasessentials.msgs.command_cooling_down_seconds": "seconds.", + + "dev.zontreck.ariasessentials.msgs.warps.set.success": "Warp successfully created", + "dev.zontreck.ariasessentials.msgs.warps.del.success": "Warp successfully deleted", + "dev.zontreck.ariasessentials.msgs.warps.set.fail": "Failed to create warp", + "dev.zontreck.ariasessentials.msgs.warps.del.fail": "Failed to delete warp", + + "death.attack.vampiric_mend": "%1$s's health was drained by a Vampiric item" +} diff --git a/src/old/resources/assets/ariasessentials/models/block/blood_red.json b/src/old/resources/assets/ariasessentials/models/block/blood_red.json new file mode 100644 index 0000000..c54b731 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/blood_red.json @@ -0,0 +1,6 @@ +{ + "parent": "ariasessentials:block/fb/cube", + "textures": { + "all": "ariasessentials:block/thresholds/blood_red" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile.json b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile.json new file mode 100644 index 0000000..5113788 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_light.json new file mode 100644 index 0000000..f2b53d3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/blue_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_slab.json new file mode 100644 index 0000000..93be66c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/blue_pool_tile", + "side": "ariasessentials:block/blue_pool_tile", + "top": "ariasessentials:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_slab_top.json b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_slab_top.json new file mode 100644 index 0000000..926613b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/blue_pool_tile", + "side": "ariasessentials:block/blue_pool_tile", + "top": "ariasessentials:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_stairs.json new file mode 100644 index 0000000..9b82c86 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/blue_pool_tile", + "side": "ariasessentials:block/blue_pool_tile", + "top": "ariasessentials:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_stairs_inner.json b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_stairs_inner.json new file mode 100644 index 0000000..df7ce35 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/blue_pool_tile", + "side": "ariasessentials:block/blue_pool_tile", + "top": "ariasessentials:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_stairs_outer.json b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_stairs_outer.json new file mode 100644 index 0000000..2afe8a7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/blue_pool_tile", + "side": "ariasessentials:block/blue_pool_tile", + "top": "ariasessentials:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_inventory.json b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_inventory.json new file mode 100644 index 0000000..39b93ed --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_post.json b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_post.json new file mode 100644 index 0000000..aa9f228 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_side.json b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_side.json new file mode 100644 index 0000000..29c8e53 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_side_tall.json b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_side_tall.json new file mode 100644 index 0000000..65ed440 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/blue_pool_tile_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model0.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model0.json new file mode 100644 index 0000000..5639f9e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model1.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model1.json new file mode 100644 index 0000000..7b24bb9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model2.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model2.json new file mode 100644 index 0000000..d9c7e35 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model3.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model3.json new file mode 100644 index 0000000..7ed0853 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model4.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model4.json new file mode 100644 index 0000000..bfb1fce --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model5.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model5.json new file mode 100644 index 0000000..90018f0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model6.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model6.json new file mode 100644 index 0000000..abc1a0c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model7.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model7.json new file mode 100644 index 0000000..248faac --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_block_model7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_bottom.json new file mode 100644 index 0000000..4f1294a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_double.json new file mode 100644 index 0000000..5639f9e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_top.json new file mode 100644 index 0000000..3046906 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_bottom.json new file mode 100644 index 0000000..04d6bec --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_double.json new file mode 100644 index 0000000..7b24bb9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_top.json new file mode 100644 index 0000000..9c08f8e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_bottom.json new file mode 100644 index 0000000..7549029 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_double.json new file mode 100644 index 0000000..d9c7e35 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_top.json new file mode 100644 index 0000000..9802deb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_bottom.json new file mode 100644 index 0000000..459b533 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_double.json new file mode 100644 index 0000000..7ed0853 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_top.json new file mode 100644 index 0000000..c7c04a4 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_bottom.json new file mode 100644 index 0000000..7386123 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_double.json new file mode 100644 index 0000000..bfb1fce --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_top.json new file mode 100644 index 0000000..4057d97 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_bottom.json new file mode 100644 index 0000000..14ade17 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_double.json new file mode 100644 index 0000000..90018f0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_top.json new file mode 100644 index 0000000..5724b69 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_bottom.json new file mode 100644 index 0000000..57c5265 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_double.json new file mode 100644 index 0000000..abc1a0c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_top.json new file mode 100644 index 0000000..88f360f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_bottom.json new file mode 100644 index 0000000..24c30f2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_double.json new file mode 100644 index 0000000..248faac --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_top.json new file mode 100644 index 0000000..572e869 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model0.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model0.json new file mode 100644 index 0000000..73fd6a5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model1.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model1.json new file mode 100644 index 0000000..6a6b419 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model2.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model2.json new file mode 100644 index 0000000..3ae29d7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model3.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model3.json new file mode 100644 index 0000000..1f8a32d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model4.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model4.json new file mode 100644 index 0000000..c6c2ec9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model5.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model5.json new file mode 100644 index 0000000..65f0007 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model6.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model6.json new file mode 100644 index 0000000..6a2f947 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model7.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model7.json new file mode 100644 index 0000000..8c03333 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_bottom.json new file mode 100644 index 0000000..7cfb79d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_double.json new file mode 100644 index 0000000..73fd6a5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_top.json new file mode 100644 index 0000000..8e13360 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_bottom.json new file mode 100644 index 0000000..47f8fee --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_double.json new file mode 100644 index 0000000..6a6b419 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_top.json new file mode 100644 index 0000000..7aee18d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_bottom.json new file mode 100644 index 0000000..313173f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_double.json new file mode 100644 index 0000000..3ae29d7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_top.json new file mode 100644 index 0000000..e7a64da --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_bottom.json new file mode 100644 index 0000000..7d87bbc --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_double.json new file mode 100644 index 0000000..1f8a32d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_top.json new file mode 100644 index 0000000..bd66adf --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_bottom.json new file mode 100644 index 0000000..3708403 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_double.json new file mode 100644 index 0000000..c6c2ec9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_top.json new file mode 100644 index 0000000..6100109 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_bottom.json new file mode 100644 index 0000000..3e95198 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_double.json new file mode 100644 index 0000000..65f0007 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_top.json new file mode 100644 index 0000000..b3d9261 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_bottom.json new file mode 100644 index 0000000..8777c3c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_double.json new file mode 100644 index 0000000..6a2f947 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_top.json new file mode 100644 index 0000000..70f6da3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_bottom.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_bottom.json new file mode 100644 index 0000000..ed88fb3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_double.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_double.json new file mode 100644 index 0000000..8c03333 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_top.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_top.json new file mode 100644 index 0000000..e868cfe --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0.json new file mode 100644 index 0000000..ab70c9b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_inner.json new file mode 100644 index 0000000..3bc8f18 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_outer.json new file mode 100644 index 0000000..fb41a7b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1.json new file mode 100644 index 0000000..88482c1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_inner.json new file mode 100644 index 0000000..34fa07b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_outer.json new file mode 100644 index 0000000..76f0ee4 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2.json new file mode 100644 index 0000000..6ce14aa --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_inner.json new file mode 100644 index 0000000..83a46db --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_outer.json new file mode 100644 index 0000000..985759e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3.json new file mode 100644 index 0000000..72b8b28 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_inner.json new file mode 100644 index 0000000..f150b0a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_outer.json new file mode 100644 index 0000000..428a4c8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4.json new file mode 100644 index 0000000..ce81f14 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_inner.json new file mode 100644 index 0000000..3810fc1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_outer.json new file mode 100644 index 0000000..6dee365 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5.json new file mode 100644 index 0000000..0c39ff1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_inner.json new file mode 100644 index 0000000..057026a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_outer.json new file mode 100644 index 0000000..dd427ce --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6.json new file mode 100644 index 0000000..1fa7c47 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_inner.json new file mode 100644 index 0000000..136aea6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_outer.json new file mode 100644 index 0000000..141192a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7.json new file mode 100644 index 0000000..5df05af --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_inner.json new file mode 100644 index 0000000..f23ffa9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_outer.json new file mode 100644 index 0000000..b0bdbe2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0.json new file mode 100644 index 0000000..77fbaf6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_inner.json new file mode 100644 index 0000000..d0cb471 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_outer.json new file mode 100644 index 0000000..b1156a6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1.json new file mode 100644 index 0000000..ed5e7f2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_inner.json new file mode 100644 index 0000000..6d8da06 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_outer.json new file mode 100644 index 0000000..f320bca --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2.json new file mode 100644 index 0000000..b647a42 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_inner.json new file mode 100644 index 0000000..8855303 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_outer.json new file mode 100644 index 0000000..d2d0faa --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3.json new file mode 100644 index 0000000..b95c490 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_inner.json new file mode 100644 index 0000000..47b0205 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_outer.json new file mode 100644 index 0000000..73a0f5d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4.json new file mode 100644 index 0000000..e807d4d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_inner.json new file mode 100644 index 0000000..cce4e39 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_outer.json new file mode 100644 index 0000000..43885ae --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5.json new file mode 100644 index 0000000..dde4209 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_inner.json new file mode 100644 index 0000000..ab10146 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_outer.json new file mode 100644 index 0000000..8c13a9c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6.json new file mode 100644 index 0000000..18bcaec --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_inner.json new file mode 100644 index 0000000..1d94fb2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_outer.json new file mode 100644 index 0000000..6239b79 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7.json new file mode 100644 index 0000000..9fa6a6d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_inner.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_inner.json new file mode 100644 index 0000000..d473aac --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_outer.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_outer.json new file mode 100644 index 0000000..5654273 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_inventory.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_inventory.json new file mode 100644 index 0000000..998224c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_wall0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_post.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_post.json new file mode 100644 index 0000000..1d2eb0e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_wall0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_side.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_side.json new file mode 100644 index 0000000..e424210 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_wall0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_side_tall.json b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_side_tall.json new file mode 100644 index 0000000..fba05de --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/clinker_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_wall0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cobalt_block.json b/src/old/resources/assets/ariasessentials/models/block/cobalt_block.json new file mode 100644 index 0000000..860301c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cobalt_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "ariasessentials:block/cobalt_block" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cobalt_ore.json b/src/old/resources/assets/ariasessentials/models/block/cobalt_ore.json new file mode 100644 index 0000000..2c8a99e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cobalt_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "ariasessentials:block/cobalt_ore" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/custommodel/uncrafter.bbmodel b/src/old/resources/assets/ariasessentials/models/block/custommodel/uncrafter.bbmodel new file mode 100644 index 0000000..5351868 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/custommodel/uncrafter.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"uncrafter","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":16,"height":16},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[16,16,16],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,16],"texture":1},"east":{"uv":[0,0,16,16],"texture":1},"south":{"uv":[0,0,16,16],"texture":1},"west":{"uv":[0,0,16,16],"texture":1},"up":{"uv":[0,0,16,16],"texture":2},"down":{"uv":[0,0,16,16],"texture":0}},"type":"cube","uuid":"ac9de27a-27bc-3953-347e-b633ca2f05d9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5,11,-0.5],"to":[11,12,16.5],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"rotation":270,"texture":1},"east":{"uv":[6,11,11,12],"texture":1},"south":{"uv":[6,11,11,12],"rotation":90,"texture":1},"west":{"uv":[6,11,11,12],"rotation":180,"texture":1},"up":{"uv":[6,11,11,12],"rotation":90,"texture":1},"down":{"uv":[6,11,11,12],"rotation":90,"texture":1}},"type":"cube","uuid":"1dafc799-0573-2936-1311-5277bbe2652e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,4,5],"to":[16.5,5,11],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"rotation":180,"texture":1},"east":{"uv":[6,11,11,12],"rotation":270,"texture":1},"south":{"uv":[6,11,11,12],"texture":1},"west":{"uv":[6,11,11,12],"rotation":90,"texture":1},"up":{"uv":[6,11,11,12],"rotation":180,"texture":1},"down":{"uv":[6,11,11,12],"texture":1}},"type":"cube","uuid":"2f4b6eed-62e5-6d7b-6707-516136a671e5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,11,5],"to":[16.5,12,11],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"rotation":180,"texture":1},"east":{"uv":[6,11,11,12],"rotation":270,"texture":1},"south":{"uv":[6,11,11,12],"texture":1},"west":{"uv":[6,11,11,12],"rotation":90,"texture":1},"up":{"uv":[6,11,11,12],"rotation":180,"texture":1},"down":{"uv":[6,11,11,12],"texture":1}},"type":"cube","uuid":"b98f4fbb-737c-74a9-c960-584b01b39472"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,4,4],"to":[16.5,12,5],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"texture":1},"east":{"uv":[6,11,11,12],"texture":1},"south":{"uv":[6,11,11,12],"texture":1},"west":{"uv":[6,11,11,12],"texture":1},"up":{"uv":[6,11,11,12],"texture":1},"down":{"uv":[6,11,11,12],"texture":1}},"type":"cube","uuid":"9de6a778-9dd2-a194-cfc0-105d9bae615b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,4,11],"to":[16.5,12,12],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"texture":1},"east":{"uv":[6,11,11,12],"texture":1},"south":{"uv":[6,11,11,12],"texture":1},"west":{"uv":[6,11,11,12],"texture":1},"up":{"uv":[6,11,11,12],"texture":1},"down":{"uv":[6,11,11,12],"texture":1}},"type":"cube","uuid":"374756cf-fb4a-8aba-5a77-76c655b5952e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[11,4,-0.5],"to":[12,12,16.5],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"texture":1},"east":{"uv":[6,11,11,12],"texture":1},"south":{"uv":[6,11,11,12],"texture":1},"west":{"uv":[6,11,11,12],"texture":1},"up":{"uv":[6,11,11,12],"rotation":270,"texture":1},"down":{"uv":[6,11,11,12],"rotation":90,"texture":1}},"type":"cube","uuid":"e835d294-407d-2f80-4174-02eee646252f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5,4,-0.5],"to":[11,5,16.5],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"rotation":270,"texture":1},"east":{"uv":[6,11,11,12],"texture":1},"south":{"uv":[6,11,11,12],"rotation":90,"texture":1},"west":{"uv":[6,11,11,12],"rotation":180,"texture":1},"up":{"uv":[6,11,11,12],"rotation":90,"texture":1},"down":{"uv":[6,11,11,12],"rotation":90,"texture":1}},"type":"cube","uuid":"1d8996ea-5e9b-79a1-e32b-ca8f20eda51c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,4,-0.5],"to":[5,12,16.5],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"texture":1},"east":{"uv":[6,11,11,12],"texture":1},"south":{"uv":[6,11,11,12],"texture":1},"west":{"uv":[6,11,11,12],"texture":1},"up":{"uv":[6,11,11,12],"rotation":270,"texture":1},"down":{"uv":[6,11,11,12],"rotation":90,"texture":1}},"type":"cube","uuid":"7d422c33-810a-d373-3d84-a13bb8f5cc87"},{"name":"grid","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,16,2],"to":[14,16.75,14],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[3,3,13,4],"texture":2},"east":{"uv":[3,3,13,4],"texture":2},"south":{"uv":[3,3,13,4],"texture":2},"west":{"uv":[3,3,13,4],"texture":2},"up":{"uv":[2,2,14,14],"texture":2},"down":{"uv":[0,0,12,12]}},"type":"cube","uuid":"32a37783-fda2-d727-cf9c-d99e2878a7e8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,12,-0.5],"to":[10,13,16.5],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[6,3,10,4],"texture":1},"east":{"uv":[6,3,7,4],"texture":1},"south":{"uv":[6,3,10,4],"texture":1},"west":{"uv":[6,3,7,4],"texture":1},"up":{"uv":[0,0,8,16]},"down":{"uv":[6,3,10,4],"texture":1}},"type":"cube","uuid":"46ecc3cc-7916-4bcd-28e2-eb941d684855"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,15,-0.5],"to":[13,16.5,16.5],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[3,0,13,2],"texture":2},"east":{"uv":[3,0,13,2],"texture":2},"south":{"uv":[3,0,13,2],"texture":2},"west":{"uv":[3,0,13,2],"texture":2},"up":{"uv":[3,0,13,2],"texture":2},"down":{"uv":[3,0,13,2],"texture":2}},"type":"cube","uuid":"172385de-76db-6ec1-a312-45a3690ec58d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,14,-0.5],"to":[12,15,16.5],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[4,1,12,2],"texture":1},"east":{"uv":[4,1,5,2],"texture":1},"south":{"uv":[4,1,12,2],"texture":1},"west":{"uv":[4,1,5,2],"texture":1},"up":{"uv":[0,0,8,16]},"down":{"uv":[4,1,12,2],"texture":1}},"type":"cube","uuid":"a2c5a217-698e-37df-618c-e853252d2d01"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5,13,-0.5],"to":[11,14,16.5],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[5,2,11,3],"texture":1},"east":{"uv":[5,2,6,3],"texture":1},"south":{"uv":[5,2,11,3],"texture":1},"west":{"uv":[5,2,6,3],"texture":1},"up":{"uv":[0,0,8,16]},"down":{"uv":[5,2,11,3],"texture":1}},"type":"cube","uuid":"04c55b72-16de-230f-76a4-a4ae7a5a3ca2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,12,6],"to":[16.5,13,10],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[6,3,7,4],"texture":1},"east":{"uv":[6,3,10,4],"texture":1},"south":{"uv":[6,3,7,4],"texture":1},"west":{"uv":[6,3,10,4],"texture":1},"up":{"uv":[0,0,8,16],"rotation":270},"down":{"uv":[6,3,10,4],"rotation":90,"texture":1}},"type":"cube","uuid":"dc42b1da-d91b-bc2b-115b-f250a445652c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,15,3],"to":[16.5,16.5,13],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[3,0,13,2],"texture":2},"east":{"uv":[3,0,13,2],"texture":2},"south":{"uv":[3,0,13,2],"texture":2},"west":{"uv":[3,0,13,2],"texture":2},"up":{"uv":[3,0,13,2],"rotation":270,"texture":2},"down":{"uv":[3,0,13,2],"rotation":90,"texture":2}},"type":"cube","uuid":"a408a185-b0f6-84f3-ecb1-793a2b11fbb5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,14,4],"to":[16.5,15,12],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[4,1,5,2],"texture":1},"east":{"uv":[4,1,12,2],"texture":1},"south":{"uv":[4,1,5,2],"texture":1},"west":{"uv":[4,1,12,2],"texture":1},"up":{"uv":[0,0,8,16],"rotation":270},"down":{"uv":[4,1,12,2],"rotation":90,"texture":1}},"type":"cube","uuid":"dbb7dbc7-b9db-0fcc-0582-442ea86f6b55"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,13,5],"to":[16.5,14,11],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[5,2,6,3],"texture":1},"east":{"uv":[5,2,11,3],"texture":1},"south":{"uv":[5,2,6,3],"texture":1},"west":{"uv":[5,2,11,3],"texture":1},"up":{"uv":[0,0,8,16],"rotation":270},"down":{"uv":[5,2,11,3],"rotation":90,"texture":1}},"type":"cube","uuid":"564a8245-c5cf-32cc-523c-a493d3c84175"}],"outliner":["ac9de27a-27bc-3953-347e-b633ca2f05d9",{"name":"connection_slots","origin":[0,0,0],"color":0,"uuid":"b714af95-2528-cdd1-2a58-be2ebce94bd9","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["1dafc799-0573-2936-1311-5277bbe2652e","2f4b6eed-62e5-6d7b-6707-516136a671e5","b98f4fbb-737c-74a9-c960-584b01b39472","9de6a778-9dd2-a194-cfc0-105d9bae615b","374756cf-fb4a-8aba-5a77-76c655b5952e","e835d294-407d-2f80-4174-02eee646252f","1d8996ea-5e9b-79a1-e32b-ca8f20eda51c","7d422c33-810a-d373-3d84-a13bb8f5cc87"]},"32a37783-fda2-d727-cf9c-d99e2878a7e8",{"name":"group","origin":[0,0,0],"color":0,"uuid":"2cd47851-5d22-a7c5-c742-179ec7b7ffe8","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["46ecc3cc-7916-4bcd-28e2-eb941d684855","172385de-76db-6ec1-a312-45a3690ec58d","a2c5a217-698e-37df-618c-e853252d2d01","04c55b72-16de-230f-76a4-a4ae7a5a3ca2"]},{"name":"group","origin":[0,0,0],"color":0,"uuid":"66b65636-382c-d904-0f28-0005d296751a","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["dc42b1da-d91b-bc2b-115b-f250a445652c","a408a185-b0f6-84f3-ecb1-793a2b11fbb5","dbb7dbc7-b9db-0fcc-0582-442ea86f6b55","564a8245-c5cf-32cc-523c-a493d3c84175"]}],"textures":[{"path":"/run/media/Backups/repos/ariasessentials/src/main/resources/assets/ariasessentials/textures/block/uncrafter_bottom.png","name":"uncrafter_bottom.png","folder":"block","namespace":"ariasessentials","id":"0","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"edabc1e0-d543-629f-6193-ef1589f8cd5a","relative_path":"../../../../textures/block/uncrafter_bottom.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGvSURBVDhPXVO7TgJREJ1FFtzloaJAIBpDpyGxsaGlsvEzNNHC2Jj4bf4BjY2JiY0xqMHwlofgsguYM+RsLk6z93JnzpwzZ7CqF5fLaTQqiC3Pk89kSs+56URi87m4gS+1fFF/O+m25Wk3K19uUiqthtSTabHKN7fL5509qTbeNSk986TpJtbAevFNfUNhYTLWLwJnq3B3v8Ql4/1Kyp/pA2JkxwSFSC73O+EZjVqOG94tSgAdIoMeo5YraqfD8VBBwZbdkR8yQAJATttN8SMRGcTjeqdeAlEGQFBjVa6uVQKSIcPUCyaUwjc2whegOkRoNztQ89F3TxK+Lx3HEScIlDr0749HYi8W8pjNrwDYFQkooq24o/BlOxM6ACal4UBlwnKdAXSdfbypbjBBkAUKzEB3BHIhb20PQO+/HC4MmpzXX8WdBzLZWC3ej21LaKM5LFjFhaGFkGJuLBgg1AXQBuXjfldpPRyUFABBCQTFjDATuqIAtBD7DxkIDNa0DDm4I8wtDV3ggrAjAZCMuQCALtFO5IQMTLosMLcO7+aqA3htBrSK2s0/EaWQHRvg/gfDmTZgal/FbwAAAABJRU5ErkJggg=="},{"path":"/run/media/Backups/repos/ariasessentials/src/main/resources/assets/ariasessentials/textures/block/uncrafter_side.png","name":"uncrafter_side.png","folder":"block","namespace":"ariasessentials","id":"1","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":true,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"e4e3cf2c-1109-a760-fc62-0831300ff7a0","relative_path":"../../../../textures/block/uncrafter_side.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAHvSURBVDhPfVNLLwNRFP5Gqx5VjEcrERuPtvFMEKIVQkJEbLHxIyy6ZcHWwk7sJcLaQiLxWGCjEkKZekSCRpuGKmXVjHtu515TwZdM5s69c77znXO+q2B2XofA3Ixc/ruYnZfHChE4bzWo6TReLBYMrKzg8o9oL9vfnQ7I02hxCRTXdECnBZGURh8R7hnEpKFEEFEgYc3I7D7c5v8RFF9vt45iFbmxCPZGx0GHRRYr0ptbWTrsoyO4LqvgSrWGRriSr+AK+jtb9QtvK5SKKpScBxHe2pGBbcbqxETlnJpCrNbDFXMFHRMT+r3NhmrtFBH/MKKLCyisAXJy2WPLfuIHABHwQJaQv6kHevyJ1+9QKxFcX0e+ywj8QfJ8BLD/URc+w427+VtB0NvCayr9TEFbXoJNNWU2kSROAffQAF6bOkBJuQImSVftDiQK7FyFtroKq/2HfIMkSWNhk6D6s0qgbkqwEf5WP+2932Z6QMFSQfvIkH7c1fftA2MKv5F83Gd6IHxDRLwEGgv1gFhjzIn/wmRj2QNiMpdhdpowjHh7rkLcSAJ8jPRBDaS7QGoI/hCzT14B9uvcUh0lqn+4Q7y8kjedOzHrNhq0ostESki4qmVGodS3vYGDwbEMgScawUvqTV4mIZeIhCLaI5hLpb0vjgfXWl4BbX4AAAAASUVORK5CYII="},{"path":"/run/media/Backups/repos/ariasessentials/src/main/resources/assets/ariasessentials/textures/block/uncrafter.png","name":"uncrafter.png","folder":"block","namespace":"ariasessentials","id":"2","width":16,"height":512,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":20,"frame_order_type":"loop","frame_order":"","frame_interpolate":true,"visible":true,"internal":true,"saved":true,"uuid":"0b952e7d-256f-d0eb-1170-89403985b747","relative_path":"../../../../textures/block/uncrafter.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAIACAYAAACLuuzTAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAANNSURBVHhe7Z0xTsMwFIbNQZi5A2JEYmFj4DQwwGkY2FiQGBF3YOYg0DRtCWlsP7/nENv5KiFVbfhTx/4/Pz/byYm7f/x2+9fD3eFt8M394+Hrk63Ax3v/wdurTODyqj/u/MIdBG6l/7w7xVMnshVwbluE283fl+z87nRz3NPu2COB7svu1YmF3s8nICkFRehrp6Ra2HlB35SzmMlsZ7MAPPhDJDNQsvLg7LqX+3w5xpvITCqBrEWohcrwgPjAHUco5fJgbO1kHogF4IHkCvTH/Ia6xAeMFyaAImlK4lh5aGGxnYdIUwlkLYLv14ivgUogvQjEB8QHxAedb+bN4qiItADS4AE8gAfz8MDHAHGIYxYgPmB+ITanMJx3EA2+Vamw9JY4mmMxe8EssMoiEB+0GB+E8ukiHpgFVmmmBpAGD1rngWquLTTcFQEFHjhnjlDMAum1AA/WxIOSR64NdK4NFAEewIOJfOICPVPATKq5Nl9cJGZieucKDzKZyby80CzQ1vpEs53NAlnNpMpokgKR1MF4xTTxQSakbYCiX/Sde/+C2c5mAUlbDK7FMdvZLJC1CLVkceABPKhqvDCOFbxTpmXxoJYQBx7AA3gwz3ok8yYQs0B6iAMP4EGRPDB7wSyQbqbRsM/8C8wC6UWABy3ywLzw3SyQ3hIbMFMDRYAHrfNANVnn65n+b7LO3DeaBVaJNHiwJh6Ik3GYSUKDuW9vtEAtwIOWeeBr1Ps9T9H9TAj4uVDBRZRA7e+sLzxokgc34Zbw9Rzr2hBwp/VfA3jAfufhfme696q79/14QV2N8AAe+O5/MGwb4lDXB5eowPBsU806KmD2AgISGrBeeXuVuN/6Qnf6Ts5oqvtGeAAPHM9fiD5zoWsl4t45drMlb0JS0haD+xew8++95dVMTK8F8olN5hN3DUFt5wVmujyLeaaGOUlIyy4wHgoVPEkDD8gfxBiQZKaY2PzxgfoXmJE2FPAZq/AQBx7Ag5iB4EHvkuiYKd1MghBHldVlvBCpi6N04P548get5Q9ieItG62qBbDxQT9JMhThJQEkvAvkD8gfFP38hFPpXxoMpOpVUBHgAD+BB14/O+3ymWpAGD+ABPIAH/cgiw6NIl36e6w/NB6pXl3BUBQAAAABJRU5ErkJggg=="}],"display":{"thirdperson_righthand":{"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"scale":[0.5,0.5,0.5]},"ground":{"scale":[0.25,0.25,0.25]},"gui":{"rotation":[59,-39,-3],"scale":[0.5,0.5,0.5]},"head":{"scale":[0.95,0.95,0.95]},"fixed":{"rotation":[-90,0,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/custommodel/uncrafter.json b/src/old/resources/assets/ariasessentials/models/block/custommodel/uncrafter.json new file mode 100644 index 0000000..7d70c9e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/custommodel/uncrafter.json @@ -0,0 +1,278 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "ariasessentials:block/uncrafter_bottom", + "1": "ariasessentials:block/uncrafter_side", + "2": "ariasessentials:block/uncrafter", + "particle": "ariasessentials:block/uncrafter_side" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "from": [5, 11, -0.5], + "to": [11, 12, 16.5], + "faces": { + "north": {"uv": [6, 11, 11, 12], "rotation": 270, "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "rotation": 180, "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [-0.5, 4, 5], + "to": [16.5, 5, 11], + "faces": { + "north": {"uv": [6, 11, 11, 12], "rotation": 180, "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "rotation": 270, "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "rotation": 180, "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "texture": "#1"} + } + }, + { + "from": [-0.5, 11, 5], + "to": [16.5, 12, 11], + "faces": { + "north": {"uv": [6, 11, 11, 12], "rotation": 180, "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "rotation": 270, "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "rotation": 180, "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "texture": "#1"} + } + }, + { + "from": [-0.5, 4, 4], + "to": [16.5, 12, 5], + "faces": { + "north": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "texture": "#1"} + } + }, + { + "from": [-0.5, 4, 11], + "to": [16.5, 12, 12], + "faces": { + "north": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "texture": "#1"} + } + }, + { + "from": [11, 4, -0.5], + "to": [12, 12, 16.5], + "faces": { + "north": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "rotation": 270, "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [5, 4, -0.5], + "to": [11, 5, 16.5], + "faces": { + "north": {"uv": [6, 11, 11, 12], "rotation": 270, "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "rotation": 180, "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [4, 4, -0.5], + "to": [5, 12, 16.5], + "faces": { + "north": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "rotation": 270, "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "grid", + "from": [2, 16, 2], + "to": [14, 16.75, 14], + "faces": { + "north": {"uv": [3, 3, 13, 4], "texture": "#2"}, + "east": {"uv": [3, 3, 13, 4], "texture": "#2"}, + "south": {"uv": [3, 3, 13, 4], "texture": "#2"}, + "west": {"uv": [3, 3, 13, 4], "texture": "#2"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#2"}, + "down": {"uv": [0, 0, 12, 12], "texture": "#missing"} + } + }, + { + "from": [6, 12, -0.5], + "to": [10, 13, 16.5], + "faces": { + "north": {"uv": [6, 3, 10, 4], "texture": "#1"}, + "east": {"uv": [6, 3, 7, 4], "texture": "#1"}, + "south": {"uv": [6, 3, 10, 4], "texture": "#1"}, + "west": {"uv": [6, 3, 7, 4], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 16], "texture": "#missing"}, + "down": {"uv": [6, 3, 10, 4], "texture": "#1"} + } + }, + { + "from": [3, 15, -0.5], + "to": [13, 16.5, 16.5], + "faces": { + "north": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "east": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "south": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "west": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "up": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "down": {"uv": [3, 0, 13, 2], "texture": "#2"} + } + }, + { + "from": [4, 14, -0.5], + "to": [12, 15, 16.5], + "faces": { + "north": {"uv": [4, 1, 12, 2], "texture": "#1"}, + "east": {"uv": [4, 1, 5, 2], "texture": "#1"}, + "south": {"uv": [4, 1, 12, 2], "texture": "#1"}, + "west": {"uv": [4, 1, 5, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 16], "texture": "#missing"}, + "down": {"uv": [4, 1, 12, 2], "texture": "#1"} + } + }, + { + "from": [5, 13, -0.5], + "to": [11, 14, 16.5], + "faces": { + "north": {"uv": [5, 2, 11, 3], "texture": "#1"}, + "east": {"uv": [5, 2, 6, 3], "texture": "#1"}, + "south": {"uv": [5, 2, 11, 3], "texture": "#1"}, + "west": {"uv": [5, 2, 6, 3], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 16], "texture": "#missing"}, + "down": {"uv": [5, 2, 11, 3], "texture": "#1"} + } + }, + { + "from": [-0.5, 12, 6], + "to": [16.5, 13, 10], + "faces": { + "north": {"uv": [6, 3, 7, 4], "texture": "#1"}, + "east": {"uv": [6, 3, 10, 4], "texture": "#1"}, + "south": {"uv": [6, 3, 7, 4], "texture": "#1"}, + "west": {"uv": [6, 3, 10, 4], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 16], "rotation": 270, "texture": "#missing"}, + "down": {"uv": [6, 3, 10, 4], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [-0.5, 15, 3], + "to": [16.5, 16.5, 13], + "faces": { + "north": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "east": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "south": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "west": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "up": {"uv": [3, 0, 13, 2], "rotation": 270, "texture": "#2"}, + "down": {"uv": [3, 0, 13, 2], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [-0.5, 14, 4], + "to": [16.5, 15, 12], + "faces": { + "north": {"uv": [4, 1, 5, 2], "texture": "#1"}, + "east": {"uv": [4, 1, 12, 2], "texture": "#1"}, + "south": {"uv": [4, 1, 5, 2], "texture": "#1"}, + "west": {"uv": [4, 1, 12, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 16], "rotation": 270, "texture": "#missing"}, + "down": {"uv": [4, 1, 12, 2], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [-0.5, 13, 5], + "to": [16.5, 14, 11], + "faces": { + "north": {"uv": [5, 2, 6, 3], "texture": "#1"}, + "east": {"uv": [5, 2, 11, 3], "texture": "#1"}, + "south": {"uv": [5, 2, 6, 3], "texture": "#1"}, + "west": {"uv": [5, 2, 11, 3], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 16], "rotation": 270, "texture": "#missing"}, + "down": {"uv": [5, 2, 11, 3], "rotation": 90, "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_lefthand": { + "scale": [0.5, 0.5, 0.5] + }, + "ground": { + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [59, -39, -3], + "scale": [0.5, 0.5, 0.5] + }, + "head": { + "scale": [0.95, 0.95, 0.95] + }, + "fixed": { + "rotation": [-90, 0, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + 0, + { + "name": "connection_slots", + "origin": [0, 0, 0], + "color": 0, + "children": [1, 2, 3, 4, 5, 6, 7, 8] + }, + 9, + { + "name": "group", + "origin": [0, 0, 0], + "color": 0, + "children": [10, 11, 12, 13] + }, + { + "name": "group", + "origin": [0, 0, 0], + "color": 0, + "children": [14, 15, 16, 17] + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan.json b/src/old/resources/assets/ariasessentials/models/block/cyan.json new file mode 100644 index 0000000..4c841a8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "ariasessentials:block/fb/cube", + "textures": { + "all": "ariasessentials:block/thresholds/cyan" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile.json b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile.json new file mode 100644 index 0000000..611e861 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_light.json new file mode 100644 index 0000000..db56b3b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/cyan_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab.json new file mode 100644 index 0000000..d7c9afc --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/cyan_pool_tile", + "side": "ariasessentials:block/cyan_pool_tile", + "top": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab_top.json b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab_top.json new file mode 100644 index 0000000..ddeef28 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/cyan_pool_tile", + "side": "ariasessentials:block/cyan_pool_tile", + "top": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs.json new file mode 100644 index 0000000..08ee466 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/cyan_pool_tile", + "side": "ariasessentials:block/cyan_pool_tile", + "top": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_inner.json b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_inner.json new file mode 100644 index 0000000..45dc3a7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/cyan_pool_tile", + "side": "ariasessentials:block/cyan_pool_tile", + "top": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_outer.json b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_outer.json new file mode 100644 index 0000000..1d9bb24 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/cyan_pool_tile", + "side": "ariasessentials:block/cyan_pool_tile", + "top": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_inventory.json b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_inventory.json new file mode 100644 index 0000000..d7a4753 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_post.json b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_post.json new file mode 100644 index 0000000..b1fc921 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side.json b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side.json new file mode 100644 index 0000000..74b8abe --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side_tall.json b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side_tall.json new file mode 100644 index 0000000..fc7cd78 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_stairs.json b/src/old/resources/assets/ariasessentials/models/block/cyan_stairs.json new file mode 100644 index 0000000..d54fd27 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/thresholds/cyan", + "side": "ariasessentials:block/thresholds/cyan", + "top": "ariasessentials:block/thresholds/cyan" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_stairs_inner.json b/src/old/resources/assets/ariasessentials/models/block/cyan_stairs_inner.json new file mode 100644 index 0000000..8f551bf --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/thresholds/cyan", + "side": "ariasessentials:block/thresholds/cyan", + "top": "ariasessentials:block/thresholds/cyan" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_stairs_outer.json b/src/old/resources/assets/ariasessentials/models/block/cyan_stairs_outer.json new file mode 100644 index 0000000..9ecf19c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/thresholds/cyan", + "side": "ariasessentials:block/thresholds/cyan", + "top": "ariasessentials:block/thresholds/cyan" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_tile.json b/src/old/resources/assets/ariasessentials/models/block/cyan_tile.json new file mode 100644 index 0000000..8371b93 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_tile.json @@ -0,0 +1,7 @@ +{ + "parent": "ariasessentials:block/fb/top", + "textures": { + "top": "ariasessentials:block/thresholds/hallway/floor/tiles/cyan_tile_w_circle", + "side": "ariasessentials:block/thresholds/cyan" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_tile_br.json b/src/old/resources/assets/ariasessentials/models/block/cyan_tile_br.json new file mode 100644 index 0000000..ce0032b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_tile_br.json @@ -0,0 +1,7 @@ +{ + "parent": "ariasessentials:block/fb/sided", + "textures": { + "top": "ariasessentials:block/thresholds/hallway/floor/tiles/cyan_tile_transition", + "side": "ariasessentials:block/thresholds/cyan" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_tile_to_wall.json b/src/old/resources/assets/ariasessentials/models/block/cyan_tile_to_wall.json new file mode 100644 index 0000000..9466361 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_tile_to_wall.json @@ -0,0 +1,7 @@ +{ + "parent": "ariasessentials:block/fb/sided", + "textures": { + "side": "ariasessentials:block/thresholds/hallway/wall/cyan_floor_to_wall", + "top": "ariasessentials:block/thresholds/cyan" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_wall_variant_1.json b/src/old/resources/assets/ariasessentials/models/block/cyan_wall_variant_1.json new file mode 100644 index 0000000..206347a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_wall_variant_1.json @@ -0,0 +1,7 @@ +{ + "parent": "ariasessentials:block/fb/sided", + "textures": { + "side": "ariasessentials:block/thresholds/hallway/wall/cyan_wall", + "top": "ariasessentials:block/thresholds/cyan" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/cyan_wall_variant_2.json b/src/old/resources/assets/ariasessentials/models/block/cyan_wall_variant_2.json new file mode 100644 index 0000000..1e45786 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/cyan_wall_variant_2.json @@ -0,0 +1,7 @@ +{ + "parent": "ariasessentials:block/fb/sided", + "textures": { + "side": "ariasessentials:block/thresholds/hallway/wall/cyan_wall2", + "top": "ariasessentials:block/thresholds/cyan" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile.json b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile.json new file mode 100644 index 0000000..9cd3bf3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dark_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_light.json new file mode 100644 index 0000000..9f73b98 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dark_pool_tile_light" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_slab.json new file mode 100644 index 0000000..29ceb08 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/dark_pool_tile", + "side": "ariasessentials:block/dark_pool_tile", + "top": "ariasessentials:block/dark_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_slab_top.json b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_slab_top.json new file mode 100644 index 0000000..41e6017 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/dark_pool_tile", + "side": "ariasessentials:block/dark_pool_tile", + "top": "ariasessentials:block/dark_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_stairs.json new file mode 100644 index 0000000..a12ed67 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/dark_pool_tile", + "side": "ariasessentials:block/dark_pool_tile", + "top": "ariasessentials:block/dark_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_stairs_inner.json b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_stairs_inner.json new file mode 100644 index 0000000..c794fa9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/dark_pool_tile", + "side": "ariasessentials:block/dark_pool_tile", + "top": "ariasessentials:block/dark_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_stairs_outer.json b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_stairs_outer.json new file mode 100644 index 0000000..61019c2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dark_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/dark_pool_tile", + "side": "ariasessentials:block/dark_pool_tile", + "top": "ariasessentials:block/dark_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dark_red_bed.json b/src/old/resources/assets/ariasessentials/models/block/dark_red_bed.json new file mode 100644 index 0000000..6577c90 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dark_red_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dark_red_carpet.json b/src/old/resources/assets/ariasessentials/models/block/dark_red_carpet.json new file mode 100644 index 0000000..3567748 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dark_red_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "ariasessentials:block/dark_red_wool" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dark_red_shulker_box.json b/src/old/resources/assets/ariasessentials/models/block/dark_red_shulker_box.json new file mode 100644 index 0000000..c35d870 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dark_red_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "ariasessentials:block/dark_red_shulker_box" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dark_red_wool.json b/src/old/resources/assets/ariasessentials/models/block/dark_red_wool.json new file mode 100644 index 0000000..a1c3b22 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dark_red_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dark_red_wool" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/deepslate_eternium_ore_block.json b/src/old/resources/assets/ariasessentials/models/block/deepslate_eternium_ore_block.json new file mode 100644 index 0000000..fcd2a82 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/deepslate_eternium_ore_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/deepslate_eternium_ore_block" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/deprecated.json b/src/old/resources/assets/ariasessentials/models/block/deprecated.json new file mode 100644 index 0000000..8970a27 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/deprecated.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "ariasessentials:block/deprecated" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile.json b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile.json new file mode 100644 index 0000000..293a975 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_light.json new file mode 100644 index 0000000..dd1fa7a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dirty_blue_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_slab.json new file mode 100644 index 0000000..9aa4f75 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/dirty_blue_pool_tile", + "side": "ariasessentials:block/dirty_blue_pool_tile", + "top": "ariasessentials:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_slab_top.json b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_slab_top.json new file mode 100644 index 0000000..45189ca --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/dirty_blue_pool_tile", + "side": "ariasessentials:block/dirty_blue_pool_tile", + "top": "ariasessentials:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_stairs.json new file mode 100644 index 0000000..74bff36 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_blue_pool_tile", + "side": "ariasessentials:block/dirty_blue_pool_tile", + "top": "ariasessentials:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_stairs_inner.json b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_stairs_inner.json new file mode 100644 index 0000000..191a772 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_blue_pool_tile", + "side": "ariasessentials:block/dirty_blue_pool_tile", + "top": "ariasessentials:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_stairs_outer.json b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_stairs_outer.json new file mode 100644 index 0000000..785db09 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_blue_pool_tile", + "side": "ariasessentials:block/dirty_blue_pool_tile", + "top": "ariasessentials:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_inventory.json b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_inventory.json new file mode 100644 index 0000000..8530b2b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_post.json b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_post.json new file mode 100644 index 0000000..79e39ec --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_side.json b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_side.json new file mode 100644 index 0000000..15b5e7b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_side_tall.json b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_side_tall.json new file mode 100644 index 0000000..0675885 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_blue_pool_tile_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile.json b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile.json new file mode 100644 index 0000000..ba05ad6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_light.json new file mode 100644 index 0000000..1027381 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dirty_cyan_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab.json new file mode 100644 index 0000000..1380616 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/dirty_cyan_pool_tile", + "side": "ariasessentials:block/dirty_cyan_pool_tile", + "top": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab_top.json b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab_top.json new file mode 100644 index 0000000..52ad87a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/dirty_cyan_pool_tile", + "side": "ariasessentials:block/dirty_cyan_pool_tile", + "top": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs.json new file mode 100644 index 0000000..fb96c40 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_cyan_pool_tile", + "side": "ariasessentials:block/dirty_cyan_pool_tile", + "top": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_inner.json b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_inner.json new file mode 100644 index 0000000..3138e52 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_cyan_pool_tile", + "side": "ariasessentials:block/dirty_cyan_pool_tile", + "top": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_outer.json b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_outer.json new file mode 100644 index 0000000..15ce00b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_cyan_pool_tile", + "side": "ariasessentials:block/dirty_cyan_pool_tile", + "top": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_inventory.json b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_inventory.json new file mode 100644 index 0000000..2980e55 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_post.json b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_post.json new file mode 100644 index 0000000..f53ab34 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side.json b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side.json new file mode 100644 index 0000000..287f439 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side_tall.json b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side_tall.json new file mode 100644 index 0000000..3a3fe73 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile.json b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile.json new file mode 100644 index 0000000..57508a9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_light.json new file mode 100644 index 0000000..d3718b3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dirty_green_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_slab.json new file mode 100644 index 0000000..5344b8e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/dirty_green_pool_tile", + "side": "ariasessentials:block/dirty_green_pool_tile", + "top": "ariasessentials:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_slab_top.json b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_slab_top.json new file mode 100644 index 0000000..d19fdd7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/dirty_green_pool_tile", + "side": "ariasessentials:block/dirty_green_pool_tile", + "top": "ariasessentials:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_stairs.json new file mode 100644 index 0000000..dec0a2b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_green_pool_tile", + "side": "ariasessentials:block/dirty_green_pool_tile", + "top": "ariasessentials:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_stairs_inner.json b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_stairs_inner.json new file mode 100644 index 0000000..9f7a4f5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_green_pool_tile", + "side": "ariasessentials:block/dirty_green_pool_tile", + "top": "ariasessentials:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_stairs_outer.json b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_stairs_outer.json new file mode 100644 index 0000000..4abc9a5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_green_pool_tile", + "side": "ariasessentials:block/dirty_green_pool_tile", + "top": "ariasessentials:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_inventory.json b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_inventory.json new file mode 100644 index 0000000..ea0ec22 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_post.json b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_post.json new file mode 100644 index 0000000..f0ee243 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_side.json b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_side.json new file mode 100644 index 0000000..05355a5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_side_tall.json b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_side_tall.json new file mode 100644 index 0000000..c809e63 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile.json b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile.json new file mode 100644 index 0000000..f5b2f5d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_light.json new file mode 100644 index 0000000..f9d2c9d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dirty_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_slab.json new file mode 100644 index 0000000..31b5751 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/dirty_pool_tile", + "side": "ariasessentials:block/dirty_pool_tile", + "top": "ariasessentials:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_slab_top.json b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_slab_top.json new file mode 100644 index 0000000..98fc188 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/dirty_pool_tile", + "side": "ariasessentials:block/dirty_pool_tile", + "top": "ariasessentials:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_stairs.json new file mode 100644 index 0000000..68ee419 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_pool_tile", + "side": "ariasessentials:block/dirty_pool_tile", + "top": "ariasessentials:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_stairs_inner.json b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_stairs_inner.json new file mode 100644 index 0000000..146e9ce --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_pool_tile", + "side": "ariasessentials:block/dirty_pool_tile", + "top": "ariasessentials:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_stairs_outer.json b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_stairs_outer.json new file mode 100644 index 0000000..f3e00fc --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_pool_tile", + "side": "ariasessentials:block/dirty_pool_tile", + "top": "ariasessentials:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_inventory.json b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_inventory.json new file mode 100644 index 0000000..0eaa596 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_post.json b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_post.json new file mode 100644 index 0000000..c6152f9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_side.json b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_side.json new file mode 100644 index 0000000..9129b3c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_side_tall.json b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_side_tall.json new file mode 100644 index 0000000..66ada0b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_pool_tile_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile.json b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile.json new file mode 100644 index 0000000..7adfed2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_light.json new file mode 100644 index 0000000..8b32ae0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dirty_red_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_slab.json new file mode 100644 index 0000000..303cbec --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/dirty_red_pool_tile", + "side": "ariasessentials:block/dirty_red_pool_tile", + "top": "ariasessentials:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_slab_top.json b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_slab_top.json new file mode 100644 index 0000000..d16f47b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/dirty_red_pool_tile", + "side": "ariasessentials:block/dirty_red_pool_tile", + "top": "ariasessentials:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_stairs.json new file mode 100644 index 0000000..8db8504 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_red_pool_tile", + "side": "ariasessentials:block/dirty_red_pool_tile", + "top": "ariasessentials:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_stairs_inner.json b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_stairs_inner.json new file mode 100644 index 0000000..62ddc44 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_red_pool_tile", + "side": "ariasessentials:block/dirty_red_pool_tile", + "top": "ariasessentials:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_stairs_outer.json b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_stairs_outer.json new file mode 100644 index 0000000..5ba1eac --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_red_pool_tile", + "side": "ariasessentials:block/dirty_red_pool_tile", + "top": "ariasessentials:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_inventory.json b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_inventory.json new file mode 100644 index 0000000..0f74614 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_post.json b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_post.json new file mode 100644 index 0000000..f5e43f6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_side.json b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_side.json new file mode 100644 index 0000000..aa025b4 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_side_tall.json b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_side_tall.json new file mode 100644 index 0000000..2ec7d04 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_recessed_model.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_recessed_model.json new file mode 100644 index 0000000..827f66e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_recessed_model.json @@ -0,0 +1,283 @@ +{ + "parent": "block/block", + "textures": { + "f": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_pole_side", + "s": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture", + "particle": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "d": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + }, + "elements": [ + { + "from": [ + 4, + 0, + 11 + ], + "to": [ + 12, + 16, + 13 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 8, + 6 + ] + }, + "faces": { + "east": { + "uv": [ + 3, + 0, + 5, + 16 + ], + "texture": "#d" + }, + "south": { + "uv": [ + 4, + 0, + 12, + 16 + ], + "texture": "#d" + }, + "west": { + "uv": [ + 11, + 0, + 13, + 16 + ], + "texture": "#d" + }, + "up": { + "uv": [ + 4, + 11, + 12, + 13 + ], + "texture": "#s" + }, + "down": { + "uv": [ + 4, + 3, + 12, + 5 + ], + "texture": "#s" + } + } + }, + { + "from": [ + 0, + 0, + 1 + ], + "to": [ + 8, + 16, + 11 + ], + "faces": { + "north": { + "uv": [ + 4, + 0, + 12, + 16 + ], + "texture": "#f" + }, + "south": { + "uv": [ + 4, + 0, + 12, + 16 + ], + "texture": "#f" + }, + "west": { + "uv": [ + 1, + 0, + 11, + 16 + ], + "texture": "#d" + }, + "up": { + "uv": [ + 0, + 1, + 8, + 11 + ], + "texture": "#d" + }, + "down": { + "uv": [ + 0, + 5, + 8, + 15 + ], + "texture": "#d" + } + } + }, + { + "from": [ + 8, + 0, + 1 + ], + "to": [ + 16, + 16, + 11 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 16, + 8, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 4, + 0, + 12, + 16 + ], + "texture": "#f" + }, + "east": { + "uv": [ + 5, + 0, + 15, + 16 + ], + "texture": "#d" + }, + "south": { + "uv": [ + 4, + 0, + 12, + 16 + ], + "texture": "#f" + }, + "up": { + "uv": [ + 8, + 1, + 16, + 11 + ], + "texture": "#d" + }, + "down": { + "uv": [ + 8, + 5, + 16, + 15 + ], + "texture": "#d" + } + } + }, + { + "from": [ + 3, + 0, + 0 + ], + "to": [ + 13, + 16, + 1 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 8, + -3 + ] + }, + "faces": { + "north": { + "uv": [ + 4, + 0, + 14, + 16 + ], + "texture": "#d" + }, + "east": { + "uv": [ + 15, + 0, + 16, + 16 + ], + "texture": "#s" + }, + "south": { + "uv": [ + 4, + 0, + 12, + 16 + ], + "texture": "#d" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 16 + ], + "texture": "#s" + }, + "up": { + "uv": [ + 4, + 0, + 12, + 1 + ], + "texture": "#s" + }, + "down": { + "uv": [ + 4, + 15, + 12, + 16 + ], + "texture": "#s" + } + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_corner_model.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_corner_model.json new file mode 100644 index 0000000..186cfe7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_corner_model.json @@ -0,0 +1,86 @@ +{ + "parent": "block/block", + "textures": { + "d": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_down_texture", + "n": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_side_texture", + "particle": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "s": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "u": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_up_texture" + }, + "elements": [ + { + "from": [ + 0, + 0, + 0 + ], + "to": [ + 16, + 16, + 16 + ], + "faces": { + "north": { + "uv": [ + 16, + 0, + 0, + 16 + ], + "texture": "#n", + "cullface": "north" + }, + "east": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#n", + "cullface": "east" + }, + "south": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#s", + "cullface": "south" + }, + "west": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#s", + "cullface": "west" + }, + "up": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#u", + "cullface": "up" + }, + "down": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#d", + "cullface": "down" + } + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_down_model.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_down_model.json new file mode 100644 index 0000000..b625b6e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_down_model.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "down": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture", + "up": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "north": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_downplate_side_texture", + "south": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_downplate_side_texture", + "west": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_downplate_side_texture", + "east": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_downplate_side_texture" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_up_model.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_up_model.json new file mode 100644 index 0000000..4460b42 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_up_model.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "down": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "up": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture", + "north": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_side_texture", + "south": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_side_texture", + "west": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_side_texture", + "east": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_side_texture" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_vertically_slit_model.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_vertically_slit_model.json new file mode 100644 index 0000000..e3ede38 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_vertically_slit_model.json @@ -0,0 +1,247 @@ +{ + "parent": "block/block", + "textures": { + "f": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_pole_side", + "s": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture", + "particle": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "d": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + }, + "elements": [ + { + "from": [ + 0, + 0, + 1 + ], + "to": [ + 8, + 16, + 15 + ], + "faces": { + "north": { + "uv": [ + 4, + 0, + 12, + 16 + ], + "texture": "#f" + }, + "south": { + "uv": [ + 4, + 0, + 12, + 16 + ], + "texture": "#f" + }, + "west": { + "uv": [ + 1, + 0, + 15, + 16 + ], + "texture": "#d" + }, + "up": { + "uv": [ + 0, + 1, + 8, + 15 + ], + "texture": "#d" + }, + "down": { + "uv": [ + 0, + 1, + 8, + 15 + ], + "texture": "#d" + } + } + }, + { + "from": [ + 8, + 0, + 1 + ], + "to": [ + 16, + 16, + 15 + ], + "faces": { + "north": { + "uv": [ + 4, + 0, + 12, + 16 + ], + "texture": "#f" + }, + "east": { + "uv": [ + 1, + 0, + 15, + 16 + ], + "texture": "#d" + }, + "south": { + "uv": [ + 4, + 0, + 12, + 16 + ], + "texture": "#f" + }, + "up": { + "uv": [ + 8, + 1, + 16, + 15 + ], + "texture": "#d" + }, + "down": { + "uv": [ + 8, + 1, + 16, + 15 + ], + "texture": "#d" + } + } + }, + { + "from": [ + 3, + 0, + 0 + ], + "to": [ + 13, + 16, + 1 + ], + "faces": { + "north": { + "uv": [ + 3, + 0, + 13, + 16 + ], + "texture": "#d" + }, + "east": { + "uv": [ + 15, + 0, + 16, + 16 + ], + "texture": "#s" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 16 + ], + "texture": "#s" + }, + "up": { + "uv": [ + 3, + 0, + 13, + 1 + ], + "texture": "#s" + }, + "down": { + "uv": [ + 3, + 15, + 13, + 16 + ], + "texture": "#s" + } + } + }, + { + "from": [ + 3, + 0, + 15 + ], + "to": [ + 13, + 16, + 16 + ], + "faces": { + "east": { + "uv": [ + 0, + 0, + 1, + 16 + ], + "texture": "#s" + }, + "south": { + "uv": [ + 3, + 0, + 13, + 16 + ], + "texture": "#d" + }, + "west": { + "uv": [ + 15, + 0, + 16, + 16 + ], + "texture": "#s" + }, + "up": { + "uv": [ + 3, + 15, + 13, + 16 + ], + "texture": "#s" + }, + "down": { + "uv": [ + 3, + 0, + 13, + 1 + ], + "texture": "#s" + } + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk.json new file mode 100644 index 0000000..c6ac363 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk.json @@ -0,0 +1,105 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "ambientocclusion": false, + "render_type": "cutout", + "textures": { + "particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 2, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, -0.25]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 16, 16], "texture": "#s"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "west": {"uv": [0, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#s"}, + "down": {"uv": [0, 15, 16, 16], "texture": "#s"} + } + }, + { + "from": [15, 0, 1], + "to": [16, 2, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 0.75]}, + "faces": { + "east": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [15, 1, 16, 15], "texture": "#s"}, + "down": {"uv": [15, 1, 16, 15], "texture": "#s"} + } + }, + { + "from": [0, 0, 15], + "to": [16, 2, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 14.75]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "east": {"uv": [0, 14, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "west": {"uv": [15, 14, 16, 16], "texture": "#s"}, + "up": {"uv": [0, 15, 16, 16], "texture": "#s"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#s"} + } + }, + { + "from": [0, 0, 1], + "to": [1, 2, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-7, -6.5, 0.75]}, + "faces": { + "east": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [0, 1, 1, 15], "texture": "#s"}, + "down": {"uv": [0, 1, 1, 15], "texture": "#s"} + } + }, + { + "from": [1, 2, 1], + "to": [15, 2, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -6.5, 0.75]}, + "faces": { + "up": {"uv": [1, 1, 15, 15], "texture": "#t"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#t"} + } + }, + { + "from": [1, 1, 1], + "to": [15, 1, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -7.5, 0.75]}, + "faces": { + "up": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"}, + "down": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [70, -2, 3], + "translation": [0.25, 1, 1.75], + "scale": [0.3, 0.3, 0.3] + }, + "firstperson_righthand": { + "rotation": [8, 0, 42], + "translation": [8.5, 0, -5.75], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 1.75, 0], + "scale": [0.3, 0.3, 0.3] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0.25, 1.25, -3], + "scale": [0.6, 0.6, 0.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -4], + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_n.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_n.json new file mode 100644 index 0000000..5d6c90e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_n.json @@ -0,0 +1,152 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "ambientocclusion": false, + "render_type": "cutout", + "textures": { + "frame": "ariasessentials:block/engineersdecor/material/steel_texture", + "particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 2, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, -0.25]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 16, 16], "texture": "#s"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "west": {"uv": [0, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#s"}, + "down": {"uv": [0, 15, 16, 16], "texture": "#s"} + } + }, + { + "from": [15, 0, 1], + "to": [16, 2, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 0.75]}, + "faces": { + "east": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [15, 1, 16, 15], "texture": "#s"}, + "down": {"uv": [15, 1, 16, 15], "texture": "#s"} + } + }, + { + "from": [0, 0, 15], + "to": [16, 2, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 14.75]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "east": {"uv": [0, 14, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "west": {"uv": [15, 14, 16, 16], "texture": "#s"}, + "up": {"uv": [0, 15, 16, 16], "texture": "#s"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#s"} + } + }, + { + "from": [0, 0, 1], + "to": [1, 2, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-7, -6.5, 0.75]}, + "faces": { + "east": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [0, 1, 1, 15], "texture": "#s"}, + "down": {"uv": [0, 1, 1, 15], "texture": "#s"} + } + }, + { + "from": [1, 2, 1], + "to": [15, 2, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -6.5, 0.75]}, + "faces": { + "up": {"uv": [1, 1, 15, 15], "texture": "#t"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#t"} + } + }, + { + "from": [1, 1, 1], + "to": [15, 1, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -7.5, 0.75]}, + "faces": { + "up": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"}, + "down": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"} + } + }, + { + "from": [0, 2, 0], + "to": [1, 15, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]}, + "faces": { + "north": {"uv": [15, 1, 16, 14], "texture": "#frame"}, + "east": {"uv": [15, 1, 16, 14], "texture": "#frame"}, + "south": {"uv": [0, 1, 1, 14], "texture": "#frame"}, + "west": {"uv": [0, 1, 1, 14], "texture": "#frame"} + } + }, + { + "from": [0, 15, 0], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]}, + "faces": { + "north": {"uv": [0, 0, 16, 1], "texture": "#frame"}, + "east": {"uv": [15, 0, 16, 1], "texture": "#frame"}, + "south": {"uv": [0, 0, 16, 1], "texture": "#frame"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#frame"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#frame"}, + "down": {"uv": [0, 15, 16, 16], "texture": "#frame"} + } + }, + { + "from": [1, 14.5, 0.25], + "to": [15, 15, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 0]}, + "faces": { + "north": {"uv": [1, 1, 15, 1.5], "texture": "#frame"}, + "south": {"uv": [1, 1, 15, 1.5], "texture": "#frame"}, + "up": {"uv": [1, 0.25, 15, 1], "texture": "#frame"}, + "down": {"uv": [1, 15, 15, 15.75], "texture": "#frame"} + } + }, + { + "from": [15, 2, 0], + "to": [16, 15, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]}, + "faces": { + "north": {"uv": [0, 1, 1, 14], "texture": "#frame"}, + "east": {"uv": [15, 1, 16, 14], "texture": "#frame"}, + "south": {"uv": [15, 1, 16, 14], "texture": "#frame"}, + "west": {"uv": [0, 1, 1, 14], "texture": "#frame"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [70, -2, 3], + "translation": [0.25, 1, 1.75], + "scale": [0.3, 0.3, 0.3] + }, + "firstperson_righthand": { + "rotation": [8, 0, 42], + "translation": [8.5, 0, -5.75], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 1.75, 0], + "scale": [0.3, 0.3, 0.3] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0.25, 3, -3], + "scale": [0.6, 0.6, 0.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -4], + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_ne.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_ne.json new file mode 100644 index 0000000..3f5ae46 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_ne.json @@ -0,0 +1,187 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "ambientocclusion": false, + "render_type": "cutout", + "textures": { + "frame": "ariasessentials:block/engineersdecor/material/steel_texture", + "particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 2, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, -0.25]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 16, 16], "texture": "#s"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "west": {"uv": [0, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#s"}, + "down": {"uv": [0, 15, 16, 16], "texture": "#s"} + } + }, + { + "from": [15, 0, 1], + "to": [16, 2, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 0.75]}, + "faces": { + "east": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [15, 1, 16, 15], "texture": "#s"}, + "down": {"uv": [15, 1, 16, 15], "texture": "#s"} + } + }, + { + "from": [0, 0, 15], + "to": [16, 2, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 14.75]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "east": {"uv": [0, 14, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "west": {"uv": [15, 14, 16, 16], "texture": "#s"}, + "up": {"uv": [0, 15, 16, 16], "texture": "#s"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#s"} + } + }, + { + "from": [0, 0, 1], + "to": [1, 2, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-7, -6.5, 0.75]}, + "faces": { + "east": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [0, 1, 1, 15], "texture": "#s"}, + "down": {"uv": [0, 1, 1, 15], "texture": "#s"} + } + }, + { + "from": [1, 2, 1], + "to": [15, 2, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -6.5, 0.75]}, + "faces": { + "up": {"uv": [1, 1, 15, 15], "texture": "#t"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#t"} + } + }, + { + "from": [1, 1, 1], + "to": [15, 1, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -7.5, 0.75]}, + "faces": { + "up": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"}, + "down": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"} + } + }, + { + "from": [0, 2, 0], + "to": [1, 15, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]}, + "faces": { + "north": {"uv": [15, 1, 16, 14], "texture": "#frame"}, + "east": {"uv": [15, 1, 16, 14], "texture": "#frame"}, + "south": {"uv": [0, 1, 1, 14], "texture": "#frame"}, + "west": {"uv": [0, 1, 1, 14], "texture": "#frame"} + } + }, + { + "from": [15, 2, 15], + "to": [16, 15, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [23, 8, 15.5]}, + "faces": { + "north": {"uv": [0, 1, 1, 14], "texture": "#frame"}, + "east": {"uv": [0, 1, 1, 14], "texture": "#frame"}, + "south": {"uv": [15, 1, 16, 14], "texture": "#frame"}, + "west": {"uv": [15, 1, 16, 14], "texture": "#frame"} + } + }, + { + "from": [0, 15, 0], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]}, + "faces": { + "north": {"uv": [0, 0, 16, 1], "texture": "#frame"}, + "east": {"uv": [15, 0, 16, 1], "texture": "#frame"}, + "south": {"uv": [0, 0, 16, 1], "texture": "#frame"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#frame"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#frame"}, + "down": {"uv": [0, 15, 16, 16], "texture": "#frame"} + } + }, + { + "from": [15, 15, 1], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#frame"}, + "east": {"uv": [0, 0, 15, 1], "texture": "#frame"}, + "south": {"uv": [15, 0, 16, 1], "texture": "#frame"}, + "west": {"uv": [1, 0, 16, 1], "texture": "#frame"}, + "up": {"uv": [15, 1, 16, 16], "texture": "#frame"}, + "down": {"uv": [15, 0, 16, 15], "texture": "#frame"} + } + }, + { + "from": [1, 14.5, 0.25], + "to": [15, 15, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 0]}, + "faces": { + "north": {"uv": [1, 1, 15, 1.5], "texture": "#frame"}, + "south": {"uv": [1, 1, 15, 1.5], "texture": "#frame"}, + "up": {"uv": [1, 0.25, 15, 1], "texture": "#frame"}, + "down": {"uv": [1, 15, 15, 15.75], "texture": "#frame"} + } + }, + { + "from": [15, 14.5, 1], + "to": [15.75, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7, 1]}, + "faces": { + "east": {"uv": [1, 1, 15, 1.5], "texture": "#frame"}, + "west": {"uv": [1, 1, 15, 1.5], "texture": "#frame"}, + "up": {"uv": [15, 1, 15.75, 15], "texture": "#frame"}, + "down": {"uv": [15, 1, 15.75, 15], "texture": "#frame"} + } + }, + { + "from": [15, 2, 0], + "to": [16, 15, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]}, + "faces": { + "north": {"uv": [0, 1, 1, 14], "texture": "#frame"}, + "east": {"uv": [15, 1, 16, 14], "texture": "#frame"}, + "south": {"uv": [15, 1, 16, 14], "texture": "#frame"}, + "west": {"uv": [0, 1, 1, 14], "texture": "#frame"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [70, -2, 3], + "translation": [0.75, 1.75, 1.25], + "scale": [0.2, 0.2, 0.2] + }, + "firstperson_righthand": { + "rotation": [20, -59, 15], + "translation": [8.5, 0, -5.75], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 1.75, 0], + "scale": [0.3, 0.3, 0.3] + }, + "gui": { + "rotation": [30, 45, 0], + "translation": [0.25, 0, -3], + "scale": [0.6, 0.6, 0.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -3.5], + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs.json new file mode 100644 index 0000000..782fcd8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs.json @@ -0,0 +1,289 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "ambientocclusion": false, + "render_type": "cutout", + "textures": { + "particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top" + }, + "elements": [ + { + "from": [1, 2, 15], + "to": [15, 4, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "up": {"uv": [0, 1, 16, 0], "texture": "#s"}, + "down": {"uv": [0, 16, 16, 15], "texture": "#s"} + } + }, + { + "from": [14, 2, 9], + "to": [15, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]}, + "faces": { + "north": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [15, 7, 16, 1], "texture": "#s"}, + "down": {"uv": [15, 15, 16, 9], "texture": "#s"} + } + }, + { + "from": [1, 2, 8], + "to": [15, 4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [0, 16, 16, 15], "texture": "#s"}, + "down": {"uv": [0, 1, 16, 0], "texture": "#s"} + } + }, + { + "from": [1, 2, 9], + "to": [2, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]}, + "faces": { + "north": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 7, 1, 1], "texture": "#s"}, + "down": {"uv": [0, 15, 1, 9], "texture": "#s"} + } + }, + { + "from": [2, 3, 9], + "to": [14, 3, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]}, + "faces": { + "up": {"uv": [2, 1, 14, 7], "texture": "#t"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#t"} + } + }, + { + "from": [2, 4, 9], + "to": [14, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]}, + "faces": { + "up": {"uv": [3, 3, 15, 9], "texture": "#t"}, + "down": {"uv": [2, 9, 14, 15], "texture": "#t"} + } + }, + { + "from": [1, 10, 7], + "to": [15, 12, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "up": {"uv": [0, 1, 16, 0], "texture": "#s"}, + "down": {"uv": [0, 16, 16, 15], "texture": "#s"} + } + }, + { + "from": [14, 10, 1], + "to": [15, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]}, + "faces": { + "north": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [15, 7, 16, 1], "texture": "#s"}, + "down": {"uv": [15, 15, 16, 9], "texture": "#s"} + } + }, + { + "from": [1, 10, 0], + "to": [15, 12, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [0, 16, 16, 15], "texture": "#s"}, + "down": {"uv": [0, 1, 16, 0], "texture": "#s"} + } + }, + { + "from": [1, 10, 1], + "to": [2, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]}, + "faces": { + "north": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 7, 1, 1], "texture": "#s"}, + "down": {"uv": [0, 15, 1, 9], "texture": "#s"} + } + }, + { + "from": [2, 11, 1], + "to": [14, 11, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]}, + "faces": { + "up": {"uv": [2, 1, 14, 7], "texture": "#t"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#t"} + } + }, + { + "from": [2, 12, 1], + "to": [14, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]}, + "faces": { + "up": {"uv": [3, 3, 15, 9], "texture": "#t"}, + "down": {"uv": [2, 9, 14, 15], "texture": "#t"} + } + }, + { + "from": [15, -1, 14], + "to": [16, 1, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [15, 14, -1], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [15.25, 9, -10], + "to": [15.75, 11, 11], + "rotation": {"angle": 45, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 0.5, 16], "texture": "#s"}, + "down": {"uv": [0, 0, 0.5, 16], "texture": "#s"} + } + }, + { + "from": [0, -1, 14], + "to": [1, 1, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [0, 14, -1], + "to": [1, 16, 1], + "rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [0.25, 9, -10], + "to": [0.75, 11, 11], + "rotation": {"angle": 45, "axis": "x", "origin": [-15, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 0.5, 16], "texture": "#s"}, + "down": {"uv": [0, 0, 0.5, 16], "texture": "#s"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [70, -2, 3], + "translation": [0.25, 2, 1], + "scale": [0.2, 0.2, 0.2] + }, + "firstperson_righthand": { + "rotation": [-5, -8, 14], + "translation": [8.5, 0, -5.75], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 1.75, 0], + "scale": [0.3, 0.3, 0.3] + }, + "gui": { + "rotation": [30, -45, 0], + "translation": [-0.25, 0, -3], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 90, 0], + "translation": [0, 0.25, -3.25], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "step", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5] + }, + { + "name": "step", + "origin": [8, 8, 8], + "color": 0, + "children": [6, 7, 8, 9, 10, 11] + }, + { + "name": "bar", + "origin": [15.40625, 8, 8], + "color": 0, + "children": [12, 13, 14] + }, + { + "name": "bar", + "origin": [15.40625, 8, 8], + "color": 0, + "children": [15, 16, 17] + }, + { + "name": "VoxelShapes", + "origin": [8, 8, 8], + "color": 0, + "children": [] + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_dr.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_dr.json new file mode 100644 index 0000000..aa2384e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_dr.json @@ -0,0 +1,419 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "ambientocclusion": false, + "render_type": "cutout", + "textures": { + "particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top" + }, + "elements": [ + { + "from": [1, 2, 15], + "to": [15, 4, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "up": {"uv": [0, 1, 16, 0], "texture": "#s"}, + "down": {"uv": [0, 16, 16, 15], "texture": "#s"} + } + }, + { + "from": [14, 2, 9], + "to": [15, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]}, + "faces": { + "north": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [15, 7, 16, 1], "texture": "#s"}, + "down": {"uv": [15, 15, 16, 9], "texture": "#s"} + } + }, + { + "from": [1, 2, 8], + "to": [15, 4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [0, 16, 16, 15], "texture": "#s"}, + "down": {"uv": [0, 1, 16, 0], "texture": "#s"} + } + }, + { + "from": [1, 2, 9], + "to": [2, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]}, + "faces": { + "north": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 7, 1, 1], "texture": "#s"}, + "down": {"uv": [0, 15, 1, 9], "texture": "#s"} + } + }, + { + "from": [2, 3, 9], + "to": [14, 3, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]}, + "faces": { + "up": {"uv": [2, 1, 14, 7], "texture": "#t"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#t"} + } + }, + { + "from": [2, 4, 9], + "to": [14, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]}, + "faces": { + "up": {"uv": [3, 3, 15, 9], "texture": "#t"}, + "down": {"uv": [2, 9, 14, 15], "texture": "#t"} + } + }, + { + "from": [1, 10, 7], + "to": [15, 12, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "up": {"uv": [0, 1, 16, 0], "texture": "#s"}, + "down": {"uv": [0, 16, 16, 15], "texture": "#s"} + } + }, + { + "from": [14, 10, 1], + "to": [15, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]}, + "faces": { + "north": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [15, 7, 16, 1], "texture": "#s"}, + "down": {"uv": [15, 15, 16, 9], "texture": "#s"} + } + }, + { + "from": [1, 10, 0], + "to": [15, 12, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [0, 16, 16, 15], "texture": "#s"}, + "down": {"uv": [0, 1, 16, 0], "texture": "#s"} + } + }, + { + "from": [1, 10, 1], + "to": [2, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]}, + "faces": { + "north": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 7, 1, 1], "texture": "#s"}, + "down": {"uv": [0, 15, 1, 9], "texture": "#s"} + } + }, + { + "from": [2, 11, 1], + "to": [14, 11, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]}, + "faces": { + "up": {"uv": [2, 1, 14, 7], "texture": "#t"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#t"} + } + }, + { + "from": [2, 12, 1], + "to": [14, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]}, + "faces": { + "up": {"uv": [3, 3, 15, 9], "texture": "#t"}, + "down": {"uv": [2, 9, 14, 15], "texture": "#t"} + } + }, + { + "from": [15, -1, 14], + "to": [16, 1, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [15, 14, -1], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [15.25, 9, -10], + "to": [15.75, 11, 11], + "rotation": {"angle": 45, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 0.5, 16], "texture": "#s"}, + "down": {"uv": [0, 0, 0.5, 16], "texture": "#s"} + } + }, + { + "from": [0, -1, 14], + "to": [1, 1, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [0, 14, -1], + "to": [1, 16, 1], + "rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [0.25, 9, -10], + "to": [0.75, 11, 11], + "rotation": {"angle": 45, "axis": "x", "origin": [-15, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 0.5, 16], "texture": "#s"}, + "down": {"uv": [0, 0, 0.5, 16], "texture": "#s"} + } + }, + { + "from": [15, 19, 14], + "to": [16, 21, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [15, 19, -1], + "to": [16, 21, 1], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [15.4, 0.25, 14.5], + "to": [15.65, 19.25, 15.5], + "faces": { + "north": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 0.25, 1], "texture": "#s"}, + "down": {"uv": [0, 0, 0.25, 1], "texture": "#s"} + } + }, + { + "from": [15.4, 15.25, -0.5], + "to": [15.65, 19.25, 0.5], + "faces": { + "north": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 0.25, 1], "texture": "#s"}, + "down": {"uv": [0, 0, 0.25, 1], "texture": "#s"} + } + }, + { + "from": [15.4, 19.25, 0.5], + "to": [15.65, 20.25, 14.5], + "faces": { + "north": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 0.25, 1], "texture": "#s"}, + "down": {"uv": [0, 0, 0.25, 1], "texture": "#s"} + } + }, + { + "from": [0, 19, 14], + "to": [1, 21, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [0, 19, -1], + "to": [1, 21, 1], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [0.4, 0.25, 14.5], + "to": [0.65, 19.25, 15.5], + "faces": { + "north": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 0.25, 1], "texture": "#s"}, + "down": {"uv": [0, 0, 0.25, 1], "texture": "#s"} + } + }, + { + "from": [0.4, 15.25, -0.5], + "to": [0.65, 19.25, 0.5], + "faces": { + "north": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 0.25, 1], "texture": "#s"}, + "down": {"uv": [0, 0, 0.25, 1], "texture": "#s"} + } + }, + { + "from": [0.4, 19.25, 0.5], + "to": [0.65, 20.25, 14.5], + "faces": { + "north": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 0.25, 1], "texture": "#s"}, + "down": {"uv": [0, 0, 0.25, 1], "texture": "#s"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [70, -2, 3], + "translation": [0.25, 2, 1], + "scale": [0.2, 0.2, 0.2] + }, + "firstperson_righthand": { + "rotation": [-5, -8, 14], + "translation": [8.5, 0, -5.75], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 1.75, 0], + "scale": [0.3, 0.3, 0.3] + }, + "gui": { + "rotation": [30, -45, 0], + "translation": [-0.25, 0, -3], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 90, 0], + "translation": [0, 0.25, -3.25], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "step", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5] + }, + { + "name": "step", + "origin": [8, 8, 8], + "color": 0, + "children": [6, 7, 8, 9, 10, 11] + }, + { + "name": "bar", + "origin": [15.40625, 8, 8], + "color": 0, + "children": [12, 13, 14] + }, + { + "name": "bar", + "origin": [15.40625, 8, 8], + "color": 0, + "children": [15, 16, 17] + }, + { + "name": "railing", + "origin": [8, 8, 8], + "color": 0, + "children": [18, 19, 20, 21, 22] + }, + { + "name": "railing", + "origin": [8, 8, 8], + "color": 0, + "children": [23, 24, 25, 26, 27] + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_lr.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_lr.json new file mode 100644 index 0000000..abfc91d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_lr.json @@ -0,0 +1,351 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "ambientocclusion": false, + "render_type": "cutout", + "textures": { + "particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top" + }, + "elements": [ + { + "from": [1, 2, 15], + "to": [15, 4, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "up": {"uv": [0, 1, 16, 0], "texture": "#s"}, + "down": {"uv": [0, 16, 16, 15], "texture": "#s"} + } + }, + { + "from": [14, 2, 9], + "to": [15, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]}, + "faces": { + "north": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [15, 7, 16, 1], "texture": "#s"}, + "down": {"uv": [15, 15, 16, 9], "texture": "#s"} + } + }, + { + "from": [1, 2, 8], + "to": [15, 4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [0, 16, 16, 15], "texture": "#s"}, + "down": {"uv": [0, 1, 16, 0], "texture": "#s"} + } + }, + { + "from": [1, 2, 9], + "to": [2, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]}, + "faces": { + "north": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 7, 1, 1], "texture": "#s"}, + "down": {"uv": [0, 15, 1, 9], "texture": "#s"} + } + }, + { + "from": [2, 3, 9], + "to": [14, 3, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]}, + "faces": { + "up": {"uv": [2, 1, 14, 7], "texture": "#t"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#t"} + } + }, + { + "from": [2, 4, 9], + "to": [14, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]}, + "faces": { + "up": {"uv": [3, 3, 15, 9], "texture": "#t"}, + "down": {"uv": [2, 9, 14, 15], "texture": "#t"} + } + }, + { + "from": [1, 10, 7], + "to": [15, 12, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "up": {"uv": [0, 1, 16, 0], "texture": "#s"}, + "down": {"uv": [0, 16, 16, 15], "texture": "#s"} + } + }, + { + "from": [14, 10, 1], + "to": [15, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]}, + "faces": { + "north": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [15, 7, 16, 1], "texture": "#s"}, + "down": {"uv": [15, 15, 16, 9], "texture": "#s"} + } + }, + { + "from": [1, 10, 0], + "to": [15, 12, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [0, 16, 16, 15], "texture": "#s"}, + "down": {"uv": [0, 1, 16, 0], "texture": "#s"} + } + }, + { + "from": [1, 10, 1], + "to": [2, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]}, + "faces": { + "north": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 7, 1, 1], "texture": "#s"}, + "down": {"uv": [0, 15, 1, 9], "texture": "#s"} + } + }, + { + "from": [2, 11, 1], + "to": [14, 11, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]}, + "faces": { + "up": {"uv": [2, 1, 14, 7], "texture": "#t"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#t"} + } + }, + { + "from": [2, 12, 1], + "to": [14, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]}, + "faces": { + "up": {"uv": [3, 3, 15, 9], "texture": "#t"}, + "down": {"uv": [2, 9, 14, 15], "texture": "#t"} + } + }, + { + "from": [15, -1, 14], + "to": [16, 1, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [15, 14, -1], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [15.25, 9, -10], + "to": [15.75, 11, 11], + "rotation": {"angle": 45, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 0.5, 16], "texture": "#s"}, + "down": {"uv": [0, 0, 0.5, 16], "texture": "#s"} + } + }, + { + "from": [0, -1, 14], + "to": [1, 1, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [0, 14, -1], + "to": [1, 16, 1], + "rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [0.25, 9, -10], + "to": [0.75, 11, 11], + "rotation": {"angle": 45, "axis": "x", "origin": [-15, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 0.5, 16], "texture": "#s"}, + "down": {"uv": [0, 0, 0.5, 16], "texture": "#s"} + } + }, + { + "from": [0, 19, 14], + "to": [1, 21, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [0, 19, -1], + "to": [1, 21, 1], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [0.4, 0.25, 14.5], + "to": [0.65, 19.25, 15.5], + "faces": { + "north": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 0.25, 1], "texture": "#s"}, + "down": {"uv": [0, 0, 0.25, 1], "texture": "#s"} + } + }, + { + "from": [0.4, 15.25, -0.5], + "to": [0.65, 19.25, 0.5], + "faces": { + "north": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 0.25, 1], "texture": "#s"}, + "down": {"uv": [0, 0, 0.25, 1], "texture": "#s"} + } + }, + { + "from": [0.4, 19.25, 0.5], + "to": [0.65, 20.25, 14.5], + "faces": { + "north": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 0.25, 1], "texture": "#s"}, + "down": {"uv": [0, 0, 0.25, 1], "texture": "#s"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [70, -2, 3], + "translation": [0.25, 2, 1], + "scale": [0.2, 0.2, 0.2] + }, + "firstperson_righthand": { + "rotation": [-5, -8, 14], + "translation": [8.5, 0, -5.75], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 1.75, 0], + "scale": [0.3, 0.3, 0.3] + }, + "gui": { + "rotation": [30, -45, 0], + "translation": [-0.25, 0, -3], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 90, 0], + "translation": [0, 0.25, -3.25], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "step", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5] + }, + { + "name": "step", + "origin": [8, 8, 8], + "color": 0, + "children": [6, 7, 8, 9, 10, 11] + }, + { + "name": "bar", + "origin": [15.40625, 8, 8], + "color": 0, + "children": [12, 13, 14] + }, + { + "name": "bar", + "origin": [15.40625, 8, 8], + "color": 0, + "children": [15, 16, 17] + }, + { + "name": "railing", + "origin": [8, 8, 8], + "color": 0, + "children": [18, 19, 20, 21, 22] + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_rr.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_rr.json new file mode 100644 index 0000000..5ee1a4d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_rr.json @@ -0,0 +1,351 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "ambientocclusion": false, + "render_type": "cutout", + "textures": { + "particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top" + }, + "elements": [ + { + "from": [1, 2, 15], + "to": [15, 4, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "up": {"uv": [0, 1, 16, 0], "texture": "#s"}, + "down": {"uv": [0, 16, 16, 15], "texture": "#s"} + } + }, + { + "from": [14, 2, 9], + "to": [15, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]}, + "faces": { + "north": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [15, 7, 16, 1], "texture": "#s"}, + "down": {"uv": [15, 15, 16, 9], "texture": "#s"} + } + }, + { + "from": [1, 2, 8], + "to": [15, 4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [0, 16, 16, 15], "texture": "#s"}, + "down": {"uv": [0, 1, 16, 0], "texture": "#s"} + } + }, + { + "from": [1, 2, 9], + "to": [2, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]}, + "faces": { + "north": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 7, 1, 1], "texture": "#s"}, + "down": {"uv": [0, 15, 1, 9], "texture": "#s"} + } + }, + { + "from": [2, 3, 9], + "to": [14, 3, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]}, + "faces": { + "up": {"uv": [2, 1, 14, 7], "texture": "#t"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#t"} + } + }, + { + "from": [2, 4, 9], + "to": [14, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]}, + "faces": { + "up": {"uv": [3, 3, 15, 9], "texture": "#t"}, + "down": {"uv": [2, 9, 14, 15], "texture": "#t"} + } + }, + { + "from": [1, 10, 7], + "to": [15, 12, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "up": {"uv": [0, 1, 16, 0], "texture": "#s"}, + "down": {"uv": [0, 16, 16, 15], "texture": "#s"} + } + }, + { + "from": [14, 10, 1], + "to": [15, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]}, + "faces": { + "north": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [15, 7, 16, 1], "texture": "#s"}, + "down": {"uv": [15, 15, 16, 9], "texture": "#s"} + } + }, + { + "from": [1, 10, 0], + "to": [15, 12, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]}, + "faces": { + "north": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 0, 16], "texture": "#s"}, + "west": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [0, 16, 16, 15], "texture": "#s"}, + "down": {"uv": [0, 1, 16, 0], "texture": "#s"} + } + }, + { + "from": [1, 10, 1], + "to": [2, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]}, + "faces": { + "north": {"uv": [1, 14, 0, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 9, 16], "texture": "#s"}, + "south": {"uv": [16, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [7, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 7, 1, 1], "texture": "#s"}, + "down": {"uv": [0, 15, 1, 9], "texture": "#s"} + } + }, + { + "from": [2, 11, 1], + "to": [14, 11, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]}, + "faces": { + "up": {"uv": [2, 1, 14, 7], "texture": "#t"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#t"} + } + }, + { + "from": [2, 12, 1], + "to": [14, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]}, + "faces": { + "up": {"uv": [3, 3, 15, 9], "texture": "#t"}, + "down": {"uv": [2, 9, 14, 15], "texture": "#t"} + } + }, + { + "from": [15, -1, 14], + "to": [16, 1, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [15, 14, -1], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [15.25, 9, -10], + "to": [15.75, 11, 11], + "rotation": {"angle": 45, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 0.5, 16], "texture": "#s"}, + "down": {"uv": [0, 0, 0.5, 16], "texture": "#s"} + } + }, + { + "from": [0, -1, 14], + "to": [1, 1, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [0, 14, -1], + "to": [1, 16, 1], + "rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [0.25, 9, -10], + "to": [0.75, 11, 11], + "rotation": {"angle": 45, "axis": "x", "origin": [-15, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 0.5, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 0.5, 16], "texture": "#s"}, + "down": {"uv": [0, 0, 0.5, 16], "texture": "#s"} + } + }, + { + "from": [15, 19, 14], + "to": [16, 21, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [15, 19, -1], + "to": [16, 21, 1], + "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#s"} + } + }, + { + "from": [15.4, 0.25, 14.5], + "to": [15.65, 19.25, 15.5], + "faces": { + "north": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 0.25, 1], "texture": "#s"}, + "down": {"uv": [0, 0, 0.25, 1], "texture": "#s"} + } + }, + { + "from": [15.4, 15.25, -0.5], + "to": [15.65, 19.25, 0.5], + "faces": { + "north": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 0.25, 1], "texture": "#s"}, + "down": {"uv": [0, 0, 0.25, 1], "texture": "#s"} + } + }, + { + "from": [15.4, 19.25, 0.5], + "to": [15.65, 20.25, 14.5], + "faces": { + "north": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 0, 0.25, 16], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 0.25, 1], "texture": "#s"}, + "down": {"uv": [0, 0, 0.25, 1], "texture": "#s"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [70, -2, 3], + "translation": [0.25, 2, 1], + "scale": [0.2, 0.2, 0.2] + }, + "firstperson_righthand": { + "rotation": [-5, -8, 14], + "translation": [8.5, 0, -5.75], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 1.75, 0], + "scale": [0.3, 0.3, 0.3] + }, + "gui": { + "rotation": [30, -45, 0], + "translation": [-0.25, 0, -3], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 90, 0], + "translation": [0, 0.25, -3.25], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "step", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5] + }, + { + "name": "step", + "origin": [8, 8, 8], + "color": 0, + "children": [6, 7, 8, 9, 10, 11] + }, + { + "name": "bar", + "origin": [15.40625, 8, 8], + "color": 0, + "children": [12, 13, 14] + }, + { + "name": "bar", + "origin": [15.40625, 8, 8], + "color": 0, + "children": [15, 16, 17] + }, + { + "name": "railing", + "origin": [8, 8, 8], + "color": 0, + "children": [18, 19, 20, 21, 22] + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_top.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_top.json new file mode 100644 index 0000000..9997eb8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_top.json @@ -0,0 +1,119 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "ambientocclusion": false, + "render_type": "cutout", + "textures": { + "particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side", + "t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top" + }, + "elements": [ + { + "from": [0, 14, 0], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, -0.25]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "east": {"uv": [15, 14, 16, 16], "texture": "#s"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "west": {"uv": [0, 14, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#s"}, + "down": {"uv": [0, 15, 16, 16], "texture": "#s"} + } + }, + { + "from": [15, 14, 1], + "to": [16, 16, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 0.75]}, + "faces": { + "east": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [15, 1, 16, 15], "texture": "#s"}, + "down": {"uv": [15, 1, 16, 15], "texture": "#s"} + } + }, + { + "from": [0, 14, 15], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 14.75]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "east": {"uv": [0, 14, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#s"}, + "west": {"uv": [15, 14, 16, 16], "texture": "#s"}, + "up": {"uv": [0, 15, 16, 16], "texture": "#s"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#s"} + } + }, + { + "from": [0, 14, 1], + "to": [1, 16, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-7, -6.5, 0.75]}, + "faces": { + "east": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "west": {"uv": [1, 14, 15, 16], "texture": "#s"}, + "up": {"uv": [0, 1, 1, 15], "texture": "#s"}, + "down": {"uv": [0, 1, 1, 15], "texture": "#s"} + } + }, + { + "from": [1, 16, 1], + "to": [15, 16, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -6.5, 0.75]}, + "faces": { + "up": {"uv": [1, 1, 15, 15], "texture": "#t"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#t"} + } + }, + { + "from": [1, 15, 1], + "to": [15, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [-6, -7.5, 0.75]}, + "faces": { + "up": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"}, + "down": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [70, -2, 3], + "translation": [0.25, 1, 1.75], + "scale": [0.3, 0.3, 0.3] + }, + "firstperson_righthand": { + "rotation": [8, 0, 42], + "translation": [8.5, 0, -5.75], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 1.75, 0], + "scale": [0.3, 0.3, 0.3] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0.25, 1.25, -3], + "scale": [0.6, 0.6, 0.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -4], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + 0, + 1, + 2, + 3, + 4, + 5, + { + "name": "VoxelShapes", + "origin": [8, 8, 8], + "color": 0, + "children": [] + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating.json new file mode 100644 index 0000000..da4aad3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating.json @@ -0,0 +1,203 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "render_type": "cutout", + "textures": { + "particle": "ariasessentials:block/engineersdecor/furniture/steel_table_side_texture", + "s": "ariasessentials:block/engineersdecor/furniture/steel_table_side_texture", + "t": "ariasessentials:block/engineersdecor/furniture/steel_table_top_texture" + }, + "elements": [ + { + "from": [0, 0, 15], + "to": [16, 2, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "west": {"uv": [15, 0, 16, 2], "texture": "#s"}, + "up": {"uv": [0, 15, 16, 16], "texture": "#t"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#s"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 2, 1], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "east": {"uv": [15, 0, 16, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#t"}, + "down": {"uv": [0, 15, 16, 16], "texture": "#s"} + } + }, + { + "from": [15, 0, 0.75], + "to": [16, 2, 15.25], + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0.75, 0, 15.25, 2], "texture": "#s"}, + "south": {"uv": [15, 0, 16, 2], "texture": "#s"}, + "west": {"uv": [0.75, 0, 15.25, 2], "texture": "#s"}, + "up": {"uv": [15, 0.75, 16, 15.25], "texture": "#t"}, + "down": {"uv": [15, 0.75, 16, 15.25], "texture": "#s"} + } + }, + { + "from": [1, 1, 13.625], + "to": [15, 2, 14.375], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [1.625, 0.125, 2.375, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [13.625, 0.125, 14.375, 1], "texture": "#s"}, + "up": {"uv": [1, 13.625, 15, 14.375], "texture": "#t"}, + "down": {"uv": [1, 1.625, 15, 2.375], "texture": "#t"} + } + }, + { + "from": [1, 1, 12.125], + "to": [15, 2, 12.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [3.125, 0.125, 3.875, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [12.125, 0.125, 12.875, 1], "texture": "#s"}, + "up": {"uv": [1, 12.125, 15, 12.875], "texture": "#t"}, + "down": {"uv": [1, 3.125, 15, 3.875], "texture": "#t"} + } + }, + { + "from": [1, 1, 10.625], + "to": [15, 2, 11.375], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [4.625, 0.125, 5.375, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [10.625, 0.125, 11.375, 1], "texture": "#s"}, + "up": {"uv": [1, 10.625, 15, 11.375], "texture": "#t"}, + "down": {"uv": [1, 4.625, 15, 5.375], "texture": "#t"} + } + }, + { + "from": [1, 1, 9.125], + "to": [15, 2, 9.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [6.125, 0.125, 6.875, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [9.125, 0.125, 9.875, 1], "texture": "#s"}, + "up": {"uv": [1, 9.125, 15, 9.875], "texture": "#t"}, + "down": {"uv": [1, 6.125, 15, 6.875], "texture": "#t"} + } + }, + { + "from": [1, 1, 7.625], + "to": [15, 2, 8.375], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [7.625, 0.125, 8.375, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [7.625, 0.125, 8.375, 1], "texture": "#s"}, + "up": {"uv": [1, 7.625, 15, 8.375], "texture": "#t"}, + "down": {"uv": [1, 7.625, 15, 8.375], "texture": "#t"} + } + }, + { + "from": [1, 1, 6.125], + "to": [15, 2, 6.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [9.125, 0.125, 9.875, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [6.125, 0.125, 6.875, 1], "texture": "#s"}, + "up": {"uv": [1, 6.125, 15, 6.875], "texture": "#t"}, + "down": {"uv": [1, 9.125, 15, 9.875], "texture": "#t"} + } + }, + { + "from": [1, 1, 4.625], + "to": [15, 2, 5.375], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [10.625, 0.125, 11.375, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [4.625, 0.125, 5.375, 1], "texture": "#s"}, + "up": {"uv": [1, 4.625, 15, 5.375], "texture": "#t"}, + "down": {"uv": [1, 10.625, 15, 11.375], "texture": "#t"} + } + }, + { + "from": [1, 1, 3.125], + "to": [15, 2, 3.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [12.125, 0.125, 12.875, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [3.125, 0.125, 3.875, 1], "texture": "#s"}, + "up": {"uv": [1, 3.125, 15, 3.875], "texture": "#t"}, + "down": {"uv": [1, 12.125, 15, 12.875], "texture": "#t"} + } + }, + { + "from": [1, 1, 1.625], + "to": [15, 2, 2.375], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [13.625, 0.125, 14.375, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [1.625, 0.125, 2.375, 1], "texture": "#s"}, + "up": {"uv": [1, 1.625, 15, 2.375], "texture": "#t"}, + "down": {"uv": [1, 13.625, 15, 14.375], "texture": "#t"} + } + }, + { + "from": [0, 0, 1], + "to": [1, 2, 15], + "faces": { + "north": {"uv": [15, 0, 16, 2], "texture": "#s"}, + "east": {"uv": [1, 0, 15, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [1, 0, 15, 2], "texture": "#s"}, + "up": {"uv": [0, 1, 1, 15], "texture": "#t"}, + "down": {"uv": [0, 1, 1, 15], "texture": "#s"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [66, 0, 0], + "translation": [0.25, 0, -2.75], + "scale": [0.3, 0.3, 0.3] + }, + "firstperson_righthand": { + "rotation": [-4, -1, 58], + "translation": [2.5, 0.25, 1.75], + "scale": [0.3, 0.3, 0.3] + }, + "ground": { + "translation": [0, 1.75, 0], + "scale": [0.2, 0.2, 0.2] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, -2, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "rotation": [-90, 0, 1], + "translation": [0, 0.25, 3.25], + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating_top.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating_top.json new file mode 100644 index 0000000..a1770bb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating_top.json @@ -0,0 +1,224 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "render_type": "cutout", + "textures": { + "particle": "ariasessentials:block/engineersdecor/furniture/steel_table_side_texture", + "s": "ariasessentials:block/engineersdecor/furniture/steel_table_side_texture", + "t": "ariasessentials:block/engineersdecor/furniture/steel_table_top_texture" + }, + "elements": [ + { + "from": [0, 14, 15], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "west": {"uv": [15, 0, 16, 2], "texture": "#s"}, + "up": {"uv": [0, 15, 16, 16], "texture": "#t"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#s"} + } + }, + { + "from": [0, 14, 0], + "to": [16, 16, 1], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "east": {"uv": [15, 0, 16, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#t"}, + "down": {"uv": [0, 15, 16, 16], "texture": "#s"} + } + }, + { + "from": [15, 14, 0.75], + "to": [16, 16, 15.25], + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "east": {"uv": [0.75, 0, 15.25, 2], "texture": "#s"}, + "south": {"uv": [15, 0, 16, 2], "texture": "#s"}, + "west": {"uv": [0.75, 0, 15.25, 2], "texture": "#s"}, + "up": {"uv": [15, 0.75, 16, 15.25], "texture": "#t"}, + "down": {"uv": [15, 0.75, 16, 15.25], "texture": "#s"} + } + }, + { + "from": [1, 15, 13.625], + "to": [15, 16, 14.375], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [1.625, 0.125, 2.375, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [13.625, 0.125, 14.375, 1], "texture": "#s"}, + "up": {"uv": [1, 13.625, 15, 14.375], "texture": "#t"}, + "down": {"uv": [1, 1.625, 15, 2.375], "texture": "#t"} + } + }, + { + "from": [1, 15, 12.125], + "to": [15, 16, 12.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [3.125, 0.125, 3.875, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [12.125, 0.125, 12.875, 1], "texture": "#s"}, + "up": {"uv": [1, 12.125, 15, 12.875], "texture": "#t"}, + "down": {"uv": [1, 3.125, 15, 3.875], "texture": "#t"} + } + }, + { + "from": [1, 15, 10.625], + "to": [15, 16, 11.375], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [4.625, 0.125, 5.375, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [10.625, 0.125, 11.375, 1], "texture": "#s"}, + "up": {"uv": [1, 10.625, 15, 11.375], "texture": "#t"}, + "down": {"uv": [1, 4.625, 15, 5.375], "texture": "#t"} + } + }, + { + "from": [1, 15, 9.125], + "to": [15, 16, 9.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [6.125, 0.125, 6.875, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [9.125, 0.125, 9.875, 1], "texture": "#s"}, + "up": {"uv": [1, 9.125, 15, 9.875], "texture": "#t"}, + "down": {"uv": [1, 6.125, 15, 6.875], "texture": "#t"} + } + }, + { + "from": [1, 15, 7.625], + "to": [15, 16, 8.375], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [7.625, 0.125, 8.375, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [7.625, 0.125, 8.375, 1], "texture": "#s"}, + "up": {"uv": [1, 7.625, 15, 8.375], "texture": "#t"}, + "down": {"uv": [1, 7.625, 15, 8.375], "texture": "#t"} + } + }, + { + "from": [1, 15, 6.125], + "to": [15, 16, 6.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [9.125, 0.125, 9.875, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [6.125, 0.125, 6.875, 1], "texture": "#s"}, + "up": {"uv": [1, 6.125, 15, 6.875], "texture": "#t"}, + "down": {"uv": [1, 9.125, 15, 9.875], "texture": "#t"} + } + }, + { + "from": [1, 15, 4.625], + "to": [15, 16, 5.375], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [10.625, 0.125, 11.375, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [4.625, 0.125, 5.375, 1], "texture": "#s"}, + "up": {"uv": [1, 4.625, 15, 5.375], "texture": "#t"}, + "down": {"uv": [1, 10.625, 15, 11.375], "texture": "#t"} + } + }, + { + "from": [1, 15, 3.125], + "to": [15, 16, 3.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [12.125, 0.125, 12.875, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [3.125, 0.125, 3.875, 1], "texture": "#s"}, + "up": {"uv": [1, 3.125, 15, 3.875], "texture": "#t"}, + "down": {"uv": [1, 12.125, 15, 12.875], "texture": "#t"} + } + }, + { + "from": [1, 15, 1.625], + "to": [15, 16, 2.375], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]}, + "faces": { + "north": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "east": {"uv": [13.625, 0.125, 14.375, 1], "texture": "#s"}, + "south": {"uv": [1, 0.125, 15, 1], "texture": "#s"}, + "west": {"uv": [1.625, 0.125, 2.375, 1], "texture": "#s"}, + "up": {"uv": [1, 1.625, 15, 2.375], "texture": "#t"}, + "down": {"uv": [1, 13.625, 15, 14.375], "texture": "#t"} + } + }, + { + "from": [0, 14, 1], + "to": [1, 16, 15], + "faces": { + "north": {"uv": [15, 0, 16, 2], "texture": "#s"}, + "east": {"uv": [1, 0, 15, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#s"}, + "west": {"uv": [1, 0, 15, 2], "texture": "#s"}, + "up": {"uv": [0, 1, 1, 15], "texture": "#t"}, + "down": {"uv": [0, 1, 1, 15], "texture": "#s"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [66, 0, 0], + "translation": [0.25, 0, -2.75], + "scale": [0.3, 0.3, 0.3] + }, + "firstperson_righthand": { + "rotation": [-4, -1, 58], + "translation": [2.5, 0.25, 1.75], + "scale": [0.3, 0.3, 0.3] + }, + "ground": { + "translation": [0, 1.75, 0], + "scale": [0.2, 0.2, 0.2] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, -2, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "rotation": [-90, 0, 1], + "translation": [0, 0.25, 3.25], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + { + "name": "VoxelShapes", + "origin": [8, 8, 8], + "color": 0, + "children": [] + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_railing.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_railing.json new file mode 100644 index 0000000..f8b6504 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_railing.json @@ -0,0 +1,86 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "ariasessentials:block/engineersdecor/material/steel_texture", + "particle": "ariasessentials:block/engineersdecor/material/steel_texture" + }, + "elements": [ + { + "from": [0.25, 15, 0.25], + "to": [15.75, 16, 1.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]}, + "faces": { + "north": {"uv": [0, 0, 16, 1], "texture": "#0"}, + "east": {"uv": [15, 0, 16, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#0"}, + "down": {"uv": [0, 15, 16, 16], "texture": "#0"} + } + }, + { + "from": [14.75, 0.25, 0.25], + "to": [15.75, 15, 1.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]}, + "faces": { + "north": {"uv": [0, 1, 1, 14], "texture": "#0"}, + "east": {"uv": [15, 1, 16, 14], "texture": "#0"}, + "south": {"uv": [15, 1, 16, 14], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 14], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [1.25, 14.5, 0.25], + "to": [14.75, 15, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 0]}, + "faces": { + "north": {"uv": [1, 1, 15, 1.5], "texture": "#0"}, + "south": {"uv": [1, 1, 15, 1.5], "texture": "#0"}, + "up": {"uv": [1, 0.25, 15, 1], "texture": "#0"}, + "down": {"uv": [1, 15, 15, 15.75], "texture": "#0"} + } + }, + { + "from": [0.25, 0.25, 0.25], + "to": [1.25, 15, 1.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]}, + "faces": { + "north": {"uv": [15, 1, 16, 14], "texture": "#0"}, + "east": {"uv": [15, 1, 16, 14], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 14], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 14], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + } + ], + "display": { + "ground": { + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [0, -36, 0], + "translation": [-4, -1, 0], + "scale": [0.72, 0.74, 1] + }, + "head": { + "translation": [0, 2.5, 7] + }, + "fixed": { + "translation": [0, -0.25, 7], + "scale": [0.8, 0.75, 1] + } + }, + "groups": [ + 0, + 1, + 2, + 3, + { + "name": "VoxelShapes", + "origin": [8, 8, 0.5], + "color": 0, + "children": [] + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_table.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_table.json new file mode 100644 index 0000000..c57aa3e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_table.json @@ -0,0 +1,386 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "render_type": "cutout", + "textures": { + "particle": "ariasessentials:block/engineersdecor/furniture/steel_table_side_texture", + "s": "ariasessentials:block/engineersdecor/furniture/steel_table_side_texture", + "t": "ariasessentials:block/engineersdecor/furniture/steel_table_top_texture" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [2, 14, 1], + "faces": { + "north": {"uv": [14, 2, 16, 16], "texture": "#s"}, + "east": {"uv": [15, 2, 16, 16], "texture": "#s"}, + "south": {"uv": [0, 2, 2, 16], "texture": "#s"}, + "west": {"uv": [0, 2, 1, 16], "texture": "#s"}, + "up": {"uv": [0, 0, 2, 1], "texture": "#s"}, + "down": {"uv": [0, 15, 2, 16], "texture": "#s", "cullface": "down"} + } + }, + { + "from": [14, 0, 0], + "to": [16, 14, 1], + "faces": { + "north": {"uv": [0, 2, 2, 16], "texture": "#s"}, + "east": {"uv": [15, 2, 16, 16], "texture": "#s"}, + "south": {"uv": [14, 2, 16, 16], "texture": "#s"}, + "west": {"uv": [0, 2, 1, 16], "texture": "#s"}, + "up": {"uv": [14, 0, 16, 1], "texture": "#s"}, + "down": {"uv": [14, 15, 16, 16], "texture": "#s", "cullface": "down"} + } + }, + { + "from": [14, 0, 15], + "to": [16, 14, 16], + "faces": { + "north": {"uv": [0, 2, 2, 16], "texture": "#s"}, + "east": {"uv": [0, 2, 1, 16], "texture": "#s"}, + "south": {"uv": [14, 2, 16, 16], "texture": "#s"}, + "west": {"uv": [15, 2, 16, 16], "texture": "#s"}, + "up": {"uv": [14, 15, 16, 16], "texture": "#s"}, + "down": {"uv": [14, 0, 16, 1], "texture": "#s", "cullface": "down"} + } + }, + { + "from": [0, 0, 15], + "to": [2, 14, 16], + "faces": { + "north": {"uv": [14, 2, 16, 16], "texture": "#s"}, + "east": {"uv": [0, 2, 1, 16], "texture": "#s"}, + "south": {"uv": [0, 2, 2, 16], "texture": "#s"}, + "west": {"uv": [15, 2, 16, 16], "texture": "#s"}, + "up": {"uv": [0, 15, 2, 16], "texture": "#s"}, + "down": {"uv": [0, 0, 2, 1], "texture": "#s", "cullface": "down"} + } + }, + { + "from": [0, 0, 14], + "to": [1, 14, 15], + "faces": { + "north": {"uv": [15, 2, 16, 16], "texture": "#s"}, + "east": {"uv": [1, 2, 2, 16], "texture": "#s"}, + "south": {"uv": [0, 2, 1, 16], "texture": "#s"}, + "west": {"uv": [14, 2, 15, 16], "texture": "#s"}, + "up": {"uv": [0, 14, 1, 15], "texture": "#s"}, + "down": {"uv": [0, 1, 1, 2], "texture": "#s", "cullface": "down"} + } + }, + { + "from": [0, 0, 1], + "to": [1, 14, 2], + "faces": { + "north": {"uv": [15, 2, 16, 16], "texture": "#s"}, + "east": {"uv": [14, 2, 15, 16], "texture": "#s"}, + "south": {"uv": [0, 2, 1, 16], "texture": "#s"}, + "west": {"uv": [1, 2, 2, 16], "texture": "#s"}, + "up": {"uv": [0, 1, 1, 2], "texture": "#s"}, + "down": {"uv": [0, 14, 1, 15], "texture": "#s", "cullface": "down"} + } + }, + { + "from": [15, 0, 1], + "to": [16, 14, 2], + "faces": { + "north": {"uv": [0, 2, 1, 16], "texture": "#s"}, + "east": {"uv": [14, 2, 15, 16], "texture": "#s"}, + "south": {"uv": [15, 2, 16, 16], "texture": "#s"}, + "west": {"uv": [1, 2, 2, 16], "texture": "#s"}, + "up": {"uv": [15, 1, 16, 2], "texture": "#s"}, + "down": {"uv": [15, 14, 16, 15], "texture": "#s", "cullface": "down"} + } + }, + { + "from": [15, 0, 14], + "to": [16, 14, 15], + "faces": { + "north": {"uv": [0, 2, 1, 16], "texture": "#s"}, + "east": {"uv": [1, 2, 2, 16], "texture": "#s"}, + "south": {"uv": [15, 2, 16, 16], "texture": "#s"}, + "west": {"uv": [14, 2, 15, 16], "texture": "#s"}, + "up": {"uv": [15, 14, 16, 15], "texture": "#s"}, + "down": {"uv": [15, 1, 16, 2], "texture": "#s", "cullface": "down"} + } + }, + { + "from": [0, 14, 14], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "west": {"uv": [14, 0, 16, 2], "texture": "#s"}, + "up": {"uv": [0, 14, 16, 16], "texture": "#t"}, + "down": {"uv": [0, 0, 16, 2], "texture": "#s"} + } + }, + { + "from": [0, 14, 0], + "to": [16, 16, 2], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "east": {"uv": [14, 0, 16, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#s"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "up": {"uv": [0, 0, 16, 2], "texture": "#t"}, + "down": {"uv": [0, 14, 16, 16], "texture": "#s"} + } + }, + { + "from": [14, 14, 2], + "to": [16, 16, 14], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "east": {"uv": [2, 0, 14, 2], "texture": "#s"}, + "south": {"uv": [14, 0, 16, 2], "texture": "#s"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#s"}, + "up": {"uv": [14, 2, 16, 14], "texture": "#t"}, + "down": {"uv": [14, 2, 16, 14], "texture": "#s"} + } + }, + { + "from": [2, 15.5, 12.75], + "to": [14, 16, 13.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]}, + "faces": { + "north": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "east": {"uv": [2.75, 0, 3.25, 0.5], "texture": "#s"}, + "south": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "west": {"uv": [12.75, 0, 13.25, 0.5], "texture": "#s"}, + "up": {"uv": [2, 12.75, 14, 13.25], "texture": "#t"}, + "down": {"uv": [2, 2.75, 14, 3.25], "texture": "#t"} + } + }, + { + "from": [2, 15.5, 13.75], + "to": [14, 16, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]}, + "faces": { + "north": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "east": {"uv": [2, 0, 2.25, 0.5], "texture": "#s"}, + "south": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "west": {"uv": [13.75, 0, 14, 0.5], "texture": "#s"}, + "up": {"uv": [2, 13.75, 14, 14], "texture": "#t"}, + "down": {"uv": [2, 2, 14, 2.25], "texture": "#t"} + } + }, + { + "from": [2, 15.5, 11.75], + "to": [14, 16, 12.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]}, + "faces": { + "north": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "east": {"uv": [3.75, 0, 4.25, 0.5], "texture": "#s"}, + "south": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "west": {"uv": [11.75, 0, 12.25, 0.5], "texture": "#s"}, + "up": {"uv": [2, 11.75, 14, 12.25], "texture": "#t"}, + "down": {"uv": [2, 3.75, 14, 4.25], "texture": "#t"} + } + }, + { + "from": [2, 15.5, 10.75], + "to": [14, 16, 11.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]}, + "faces": { + "north": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "east": {"uv": [4.75, 0, 5.25, 0.5], "texture": "#s"}, + "south": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "west": {"uv": [10.75, 0, 11.25, 0.5], "texture": "#s"}, + "up": {"uv": [2, 10.75, 14, 11.25], "texture": "#t"}, + "down": {"uv": [2, 4.75, 14, 5.25], "texture": "#t"} + } + }, + { + "from": [2, 15.5, 9.75], + "to": [14, 16, 10.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]}, + "faces": { + "north": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "east": {"uv": [5.75, 0, 6.25, 0.5], "texture": "#s"}, + "south": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "west": {"uv": [9.75, 0, 10.25, 0.5], "texture": "#s"}, + "up": {"uv": [2, 9.75, 14, 10.25], "texture": "#t"}, + "down": {"uv": [2, 5.75, 14, 6.25], "texture": "#t"} + } + }, + { + "from": [2, 15.5, 8.75], + "to": [14, 16, 9.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]}, + "faces": { + "north": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "east": {"uv": [6.75, 0, 7.25, 0.5], "texture": "#s"}, + "south": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "west": {"uv": [8.75, 0, 9.25, 0.5], "texture": "#s"}, + "up": {"uv": [2, 8.75, 14, 9.25], "texture": "#t"}, + "down": {"uv": [2, 6.75, 14, 7.25], "texture": "#t"} + } + }, + { + "from": [2, 15.5, 7.75], + "to": [14, 16, 8.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]}, + "faces": { + "north": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "east": {"uv": [7.75, 0, 8.25, 0.5], "texture": "#s"}, + "south": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "west": {"uv": [7.75, 0, 8.25, 0.5], "texture": "#s"}, + "up": {"uv": [2, 7.75, 14, 8.25], "texture": "#t"}, + "down": {"uv": [2, 7.75, 14, 8.25], "texture": "#t"} + } + }, + { + "from": [2, 15.5, 6.75], + "to": [14, 16, 7.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]}, + "faces": { + "north": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "east": {"uv": [8.75, 0, 9.25, 0.5], "texture": "#s"}, + "south": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "west": {"uv": [6.75, 0, 7.25, 0.5], "texture": "#s"}, + "up": {"uv": [2, 6.75, 14, 7.25], "texture": "#t"}, + "down": {"uv": [2, 8.75, 14, 9.25], "texture": "#t"} + } + }, + { + "from": [2, 15.5, 5.75], + "to": [14, 16, 6.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]}, + "faces": { + "north": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "east": {"uv": [9.75, 0, 10.25, 0.5], "texture": "#s"}, + "south": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "west": {"uv": [5.75, 0, 6.25, 0.5], "texture": "#s"}, + "up": {"uv": [2, 5.75, 14, 6.25], "texture": "#t"}, + "down": {"uv": [2, 9.75, 14, 10.25], "texture": "#t"} + } + }, + { + "from": [2, 15.5, 4.75], + "to": [14, 16, 5.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]}, + "faces": { + "north": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "east": {"uv": [10.75, 0, 11.25, 0.5], "texture": "#s"}, + "south": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "west": {"uv": [4.75, 0, 5.25, 0.5], "texture": "#s"}, + "up": {"uv": [2, 4.75, 14, 5.25], "texture": "#t"}, + "down": {"uv": [2, 10.75, 14, 11.25], "texture": "#t"} + } + }, + { + "from": [2, 15.5, 3.75], + "to": [14, 16, 4.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]}, + "faces": { + "north": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "east": {"uv": [11.75, 0, 12.25, 0.5], "texture": "#s"}, + "south": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "west": {"uv": [3.75, 0, 4.25, 0.5], "texture": "#s"}, + "up": {"uv": [2, 3.75, 14, 4.25], "texture": "#t"}, + "down": {"uv": [2, 11.75, 14, 12.25], "texture": "#t"} + } + }, + { + "from": [2, 15.5, 2.75], + "to": [14, 16, 3.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]}, + "faces": { + "north": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "east": {"uv": [12.75, 0, 13.25, 0.5], "texture": "#s"}, + "south": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "west": {"uv": [2.75, 0, 3.25, 0.5], "texture": "#s"}, + "up": {"uv": [2, 2.75, 14, 3.25], "texture": "#t"}, + "down": {"uv": [2, 12.75, 14, 13.25], "texture": "#t"} + } + }, + { + "from": [2, 15.5, 2], + "to": [14, 16, 2.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]}, + "faces": { + "north": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "east": {"uv": [13.75, 0, 14, 0.5], "texture": "#s"}, + "south": {"uv": [2, 0, 14, 0.5], "texture": "#s"}, + "west": {"uv": [2, 0, 2.25, 0.5], "texture": "#s"}, + "up": {"uv": [2, 2, 14, 2.25], "texture": "#t"}, + "down": {"uv": [2, 13.75, 14, 14], "texture": "#t"} + } + }, + { + "from": [0, 14, 2], + "to": [2, 16, 14], + "faces": { + "north": {"uv": [14, 0, 16, 2], "texture": "#s"}, + "east": {"uv": [2, 0, 14, 2], "texture": "#s"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#s"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#s"}, + "up": {"uv": [0, 2, 2, 14], "texture": "#t"}, + "down": {"uv": [0, 2, 2, 14], "texture": "#s"} + } + }, + { + "from": [14, 13.5, 14], + "to": [15, 14, 15], + "faces": { + "north": {"uv": [1, 2, 2, 2.5], "texture": "#s"}, + "east": {"uv": [1, 2, 2, 2.5], "texture": "#s"}, + "south": {"uv": [14, 2, 15, 2.5], "texture": "#s"}, + "west": {"uv": [14, 2, 15, 2.5], "texture": "#s"}, + "up": {"uv": [14, 14, 15, 15], "texture": "#s"}, + "down": {"uv": [14, 1, 15, 2], "texture": "#s"} + } + }, + { + "from": [1, 13.5, 14], + "to": [2, 14, 15], + "faces": { + "north": {"uv": [14, 2, 15, 2.5], "texture": "#s"}, + "east": {"uv": [1, 2, 2, 2.5], "texture": "#s"}, + "south": {"uv": [1, 2, 2, 2.5], "texture": "#s"}, + "west": {"uv": [14, 2, 15, 2.5], "texture": "#s"}, + "up": {"uv": [1, 14, 2, 15], "texture": "#s"}, + "down": {"uv": [1, 1, 2, 2], "texture": "#s"} + } + }, + { + "from": [14, 13.5, 1], + "to": [15, 14, 2], + "faces": { + "north": {"uv": [1, 2, 2, 2.5], "texture": "#s"}, + "east": {"uv": [14, 2, 15, 2.5], "texture": "#s"}, + "south": {"uv": [14, 2, 15, 2.5], "texture": "#s"}, + "west": {"uv": [1, 2, 2, 2.5], "texture": "#s"}, + "up": {"uv": [14, 1, 15, 2], "texture": "#s"}, + "down": {"uv": [14, 14, 15, 15], "texture": "#s"} + } + }, + { + "from": [1, 13.5, 1], + "to": [2, 14, 2], + "faces": { + "north": {"uv": [14, 2, 15, 2.5], "texture": "#s"}, + "east": {"uv": [14, 2, 15, 2.5], "texture": "#s"}, + "south": {"uv": [1, 2, 2, 2.5], "texture": "#s"}, + "west": {"uv": [1, 2, 2, 2.5], "texture": "#s"}, + "up": {"uv": [1, 1, 2, 2], "texture": "#s"}, + "down": {"uv": [1, 14, 2, 15], "texture": "#s"} + } + } + ], + "display": { + "ground": { + "translation": [0, 1.75, 0], + "scale": [0.2, 0.2, 0.2] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/engineersdecor/steel_catwalk_block.json b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/steel_catwalk_block.json new file mode 100644 index 0000000..a518442 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/engineersdecor/steel_catwalk_block.json @@ -0,0 +1,345 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "textures": { + "0": "ariasessentials:block/engineersdecor/material/steel_texture", + "1": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top", + "particle": "ariasessentials:block/engineersdecor/material/steel_texture" + }, + "elements": [ + { + "from": [1, 0.75, 1], + "to": [15, 0.75, 15], + "faces": { + "down": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [1, 0.25, 1], + "to": [15, 0.25, 15], + "faces": { + "down": {"uv": [1, 1, 15, 15], "texture": "#1"} + } + }, + { + "from": [0, 0, 1], + "to": [1, 1, 15], + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 14, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 14, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 14, 1], "rotation": 270, "texture": "#0"}, + "down": {"uv": [0, 0, 14, 1], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 1, 1], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#0"} + } + }, + { + "from": [0, 0, 15], + "to": [16, 1, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#0"} + } + }, + { + "from": [15, 0, 1], + "to": [16, 1, 15], + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 14, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 14, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 14, 1], "rotation": 270, "texture": "#0"}, + "down": {"uv": [0, 0, 14, 1], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [1, 15.25, 1], + "to": [15, 15.25, 15], + "faces": { + "up": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [1, 15.75, 1], + "to": [15, 15.75, 15], + "faces": { + "up": {"uv": [1, 1, 15, 15], "texture": "#1"} + } + }, + { + "from": [0, 15, 1], + "to": [1, 16, 15], + "faces": { + "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 0, 14, 2], "rotation": 180, "texture": "#0"}, + "south": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "west": {"uv": [0, 0, 14, 2], "rotation": 180, "texture": "#0"}, + "up": {"uv": [0, 0, 14, 1], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 14, 1], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [0, 15, 15], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "south": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#0"}, + "west": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#0"} + } + }, + { + "from": [0, 15, 0], + "to": [16, 16, 1], + "faces": { + "north": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "south": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#0"}, + "west": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#0"} + } + }, + { + "from": [15, 15, 1], + "to": [16, 16, 15], + "faces": { + "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 0, 14, 2], "rotation": 180, "texture": "#0"}, + "south": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "west": {"uv": [0, 0, 14, 2], "rotation": 180, "texture": "#0"}, + "up": {"uv": [0, 0, 14, 1], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 14, 1], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [1, 1, 15.25], + "to": [15, 15, 15.25], + "faces": { + "south": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [1, 1, 15.75], + "to": [15, 15, 15.75], + "faces": { + "south": {"uv": [1, 1, 15, 15], "texture": "#1"} + } + }, + { + "from": [0, 1, 15], + "to": [1, 15, 16], + "faces": { + "north": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 12, 2], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 0, 12, 2], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [15, 1, 15], + "to": [16, 15, 16], + "faces": { + "north": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 12, 2], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 0, 12, 2], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [1, 1, 0.75], + "to": [15, 15, 0.75], + "faces": { + "north": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [1, 1, 0.25], + "to": [15, 15, 0.25], + "faces": { + "north": {"uv": [1, 1, 15, 15], "texture": "#1"} + } + }, + { + "from": [15, 1, 0], + "to": [16, 15, 1], + "faces": { + "north": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 12, 2], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 0, 12, 2], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#0"} + } + }, + { + "from": [0, 1, 0], + "to": [1, 15, 1], + "faces": { + "north": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 12, 2], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 0, 12, 2], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#0"} + } + }, + { + "from": [15.25, 1, 1], + "to": [15.25, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]}, + "faces": { + "east": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [15.75, 1, 1], + "to": [15.75, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]}, + "faces": { + "east": {"uv": [1, 1, 15, 15], "texture": "#1"} + } + }, + { + "from": [0.75, 1, 1], + "to": [0.75, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]}, + "faces": { + "west": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [0.25, 1, 1], + "to": [0.25, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]}, + "faces": { + "west": {"uv": [1, 1, 15, 15], "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_lefthand": { + "scale": [0.5, 0.5, 0.5] + }, + "ground": { + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [50, 0, 46], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "Side", + "origin": [0, 0, 0], + "color": 0, + "children": [ + { + "name": "Grating", + "origin": [0, 0, 0], + "color": 0, + "children": [0, 1] + }, + 2, + 3, + 4, + 5 + ] + }, + { + "name": "Side", + "origin": [0, 0, 0], + "color": 0, + "children": [ + { + "name": "Grating", + "origin": [0, 0, 0], + "color": 0, + "children": [6, 7] + }, + 8, + 9, + 10, + 11 + ] + }, + { + "name": "Side", + "origin": [0, 0, 0], + "color": 0, + "children": [ + { + "name": "Grating", + "origin": [0, 0, 0], + "color": 0, + "children": [12, 13] + }, + 14, + 15 + ] + }, + { + "name": "Side", + "origin": [0, 0, 0], + "color": 0, + "children": [ + { + "name": "Grating", + "origin": [0, 0, 0], + "color": 0, + "children": [16, 17] + }, + 18, + 19 + ] + }, + { + "name": "Grating", + "origin": [0, 0, 0], + "color": 0, + "children": [20, 21] + }, + { + "name": "Grating", + "origin": [0, 0, 0], + "color": 0, + "children": [22, 23] + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/eternium_block.json b/src/old/resources/assets/ariasessentials/models/block/eternium_block.json new file mode 100644 index 0000000..ec2aeb6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/eternium_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/eternium_block" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/eternium_ore_block.json b/src/old/resources/assets/ariasessentials/models/block/eternium_ore_block.json new file mode 100644 index 0000000..4d4e3fe --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/eternium_ore_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/eternium_ore_block" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/fb/cube.json b/src/old/resources/assets/ariasessentials/models/block/fb/cube.json new file mode 100644 index 0000000..c3d3147 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/fb/cube.json @@ -0,0 +1,11 @@ +{ + "parent": "ariasessentials:block/fb/fullbright", + "textures": { + "north": "#all", + "south": "#all", + "west": "#all", + "east": "#all", + "up": "#all", + "down": "#all" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/fb/fullbright.json b/src/old/resources/assets/ariasessentials/models/block/fb/fullbright.json new file mode 100644 index 0000000..a86d0c7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/fb/fullbright.json @@ -0,0 +1,22 @@ +{ + "parent": "block/block", + "ambientocclusion" : false, + "textures": { + "particle": "#up" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "shade": false, + "faces": { + "down": { "texture": "#down", "cullface": "down" }, + "up": { "texture": "#up", "cullface": "up" }, + "north": { "texture": "#north", "cullface": "north" }, + "south": { "texture": "#south", "cullface": "south" }, + "west": { "texture": "#west", "cullface": "west" }, + "east": { "texture": "#east", "cullface": "east" } + } + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/fb/rotatable.json b/src/old/resources/assets/ariasessentials/models/block/fb/rotatable.json new file mode 100644 index 0000000..907f570 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/fb/rotatable.json @@ -0,0 +1,12 @@ +{ + "parent": "ariasessentials:block/fb/fullbright", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#side", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/fb/sided.json b/src/old/resources/assets/ariasessentials/models/block/fb/sided.json new file mode 100644 index 0000000..52fda95 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/fb/sided.json @@ -0,0 +1,12 @@ +{ + "parent": "ariasessentials:block/fb/cube", + "textures": { + "particle": "#side", + "down": "#top", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/fb/top.json b/src/old/resources/assets/ariasessentials/models/block/fb/top.json new file mode 100644 index 0000000..902d85d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/fb/top.json @@ -0,0 +1,11 @@ +{ + "parent": "ariasessentials:block/fb/fullbright", + "textures": { + "north": "#side", + "south": "#side", + "west": "#side", + "east": "#side", + "up": "#top", + "down": "#side" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/filthy_blue_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/filthy_blue_pool_tile_light.json new file mode 100644 index 0000000..e8a50f1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/filthy_blue_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/filthy_blue_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/filthy_cyan_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/filthy_cyan_pool_tile_light.json new file mode 100644 index 0000000..6912f5c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/filthy_cyan_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/filthy_cyan_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/filthy_green_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/filthy_green_pool_tile_light.json new file mode 100644 index 0000000..0ebbf0b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/filthy_green_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/filthy_green_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/filthy_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/filthy_pool_tile_light.json new file mode 100644 index 0000000..827d2a9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/filthy_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/filthy_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/filthy_red_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/filthy_red_pool_tile_light.json new file mode 100644 index 0000000..87b905c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/filthy_red_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/filthy_red_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/green_pool_tile.json b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile.json new file mode 100644 index 0000000..a3f17f1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_light.json new file mode 100644 index 0000000..7c7f2d3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/green_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_slab.json new file mode 100644 index 0000000..9451373 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/green_pool_tile", + "side": "ariasessentials:block/green_pool_tile", + "top": "ariasessentials:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_slab_top.json b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_slab_top.json new file mode 100644 index 0000000..f28596f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/green_pool_tile", + "side": "ariasessentials:block/green_pool_tile", + "top": "ariasessentials:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_stairs.json new file mode 100644 index 0000000..c9378c7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/green_pool_tile", + "side": "ariasessentials:block/green_pool_tile", + "top": "ariasessentials:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_stairs_inner.json b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_stairs_inner.json new file mode 100644 index 0000000..9d8df48 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/green_pool_tile", + "side": "ariasessentials:block/green_pool_tile", + "top": "ariasessentials:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_stairs_outer.json b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_stairs_outer.json new file mode 100644 index 0000000..2bd2431 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/green_pool_tile", + "side": "ariasessentials:block/green_pool_tile", + "top": "ariasessentials:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_inventory.json b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_inventory.json new file mode 100644 index 0000000..6b9ffba --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_post.json b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_post.json new file mode 100644 index 0000000..4fc4b1b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_side.json b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_side.json new file mode 100644 index 0000000..63b766d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_side_tall.json b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_side_tall.json new file mode 100644 index 0000000..90af621 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/green_pool_tile_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/item_scrubber.json b/src/old/resources/assets/ariasessentials/models/block/item_scrubber.json new file mode 100644 index 0000000..8907215 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/item_scrubber.json @@ -0,0 +1,274 @@ +{ + "credit": "Made with Blockbench", + "render_type": "minecraft:translucent", + "texture_size": [64, 64], + "textures": { + "0": "ariasessentials:block/scrubber/scrubber_top", + "1": "ariasessentials:block/scrubber/scrubber_old_internal_cube", + "particle": "ariasessentials:block/scrubber/scrubber_old_internal_cube" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [2, 2, 2], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#0"} + } + }, + { + "from": [0, 0, 14], + "to": [2, 2, 16], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#0"} + } + }, + { + "from": [0, 14, 0], + "to": [2, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#0"} + } + }, + { + "from": [0, 14, 14], + "to": [2, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#0"} + } + }, + { + "from": [0, 2, 0], + "to": [1, 14, 1], + "faces": { + "north": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [0, 2, 15], + "to": [1, 14, 16], + "faces": { + "north": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [0, 0, 2], + "to": [1, 1, 14], + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 12], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 12], "texture": "#0"} + } + }, + { + "from": [0, 15, 2], + "to": [1, 16, 14], + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 12], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 12], "texture": "#0"} + } + }, + { + "from": [14, 0, 14], + "to": [16, 2, 16], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [14, 0, 0], + "to": [16, 2, 2], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [14, 14, 14], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [14, 14, 0], + "to": [16, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [15, 2, 15], + "to": [16, 14, 16], + "faces": { + "north": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [2, 0, 15], + "to": [14, 1, 16], + "faces": { + "north": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [2, 15, 15], + "to": [14, 16, 16], + "faces": { + "north": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [2, 15, 0], + "to": [14, 16, 1], + "faces": { + "north": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [2, 0, 0], + "to": [14, 1, 1], + "faces": { + "north": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [15, 2, 0], + "to": [16, 14, 1], + "faces": { + "north": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [15, 0, 2], + "to": [16, 1, 14], + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 12], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 12], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [15, 15, 2], + "to": [16, 16, 14], + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 12], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 12], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "internal", + "from": [2, 2, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [0, 0, 3, 3], "texture": "#1"}, + "east": {"uv": [0, 3, 3, 6], "texture": "#1"}, + "south": {"uv": [3, 0, 6, 3], "texture": "#1"}, + "west": {"uv": [3, 3, 6, 6], "texture": "#1"}, + "up": {"uv": [3, 9, 0, 6], "texture": "#1"}, + "down": {"uv": [9, 0, 6, 3], "texture": "#1"} + } + } + ], + "groups": [ + { + "name": "scrubber", + "origin": [0, 0, 0], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] + }, + 20 + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/item_scrubber.json.old b/src/old/resources/assets/ariasessentials/models/block/item_scrubber.json.old new file mode 100644 index 0000000..39edd04 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/item_scrubber.json.old @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "down": "ariasessentials:block/scrubber/scrubber_bottom", + "up": "ariasessentials:block/scrubber/scrubber_top", + "south": "ariasessentials:block/scrubber/scrubber_front", + "west": "ariasessentials:block/scrubber/scrubber_left", + "north": "ariasessentials:block/scrubber/scrubber_back", + "east": "ariasessentials:block/scrubber/scrubber_right" + } + } + \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/layered_compressed_obsidian_block.json b/src/old/resources/assets/ariasessentials/models/block/layered_compressed_obsidian_block.json new file mode 100644 index 0000000..62e220a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/layered_compressed_obsidian_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/layered_compressed_obsidian_block" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/magical_scrubber.json b/src/old/resources/assets/ariasessentials/models/block/magical_scrubber.json new file mode 100644 index 0000000..8b0b0bb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/magical_scrubber.json @@ -0,0 +1,1489 @@ +{ + "credit": "Made with Blockbench", + "render_type": "minecraft:translucent", + "texture_size": [32, 32], + "textures": { + "0": "ariasessentials:block/scrubber/center_cube", + "1": "ariasessentials:block/scrubber/frame_bars", + "2": "ariasessentials:block/scrubber/inner_corner_cubes", + "3": "ariasessentials:block/scrubber/corner_cube", + "particle": "ariasessentials:block/scrubber/center_cube" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [1, 1, 3], + "faces": { + "north": {"uv": [1.5, 0.5, 2, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1.5, 0.5], "texture": "#3"}, + "south": {"uv": [2, 0.5, 2.5, 1], "texture": "#3"}, + "west": {"uv": [0, 0.5, 1.5, 1], "texture": "#3"}, + "up": {"uv": [0.5, 2.5, 0, 1], "texture": "#3"}, + "down": {"uv": [1, 1, 0.5, 2.5], "texture": "#3"} + } + }, + { + "from": [2, 0, 0], + "to": [3, 1, 3], + "faces": { + "north": {"uv": [3.5, 1, 4, 1.5], "texture": "#3"}, + "east": {"uv": [1, 1, 2.5, 1.5], "texture": "#3"}, + "south": {"uv": [3.5, 1.5, 4, 2], "texture": "#3"}, + "west": {"uv": [1.5, 0, 3, 0.5], "texture": "#3"}, + "up": {"uv": [1.5, 3, 1, 1.5], "texture": "#3"}, + "down": {"uv": [2, 1.5, 1.5, 3], "texture": "#3"} + } + }, + { + "from": [1, 0, 0], + "to": [2, 1, 1], + "faces": { + "north": {"uv": [2, 3.5, 2.5, 4], "texture": "#3"}, + "east": {"uv": [3.5, 2, 4, 2.5], "texture": "#3"}, + "south": {"uv": [2.5, 3.5, 3, 4], "texture": "#3"}, + "west": {"uv": [3.5, 2.5, 4, 3], "texture": "#3"}, + "up": {"uv": [4, 3.5, 3.5, 3], "texture": "#3"}, + "down": {"uv": [4, 3.5, 3.5, 4], "texture": "#3"} + } + }, + { + "from": [1, 0, 2], + "to": [2, 1, 3], + "faces": { + "north": {"uv": [4, 0, 4.5, 0.5], "texture": "#3"}, + "east": {"uv": [4, 0.5, 4.5, 1], "texture": "#3"}, + "south": {"uv": [1, 4, 1.5, 4.5], "texture": "#3"}, + "west": {"uv": [4, 1, 4.5, 1.5], "texture": "#3"}, + "up": {"uv": [2, 4.5, 1.5, 4], "texture": "#3"}, + "down": {"uv": [4.5, 1.5, 4, 2], "texture": "#3"} + } + }, + { + "from": [2, 1, 0], + "to": [3, 3, 1], + "faces": { + "north": {"uv": [2, 1.5, 2.5, 2.5], "texture": "#3"}, + "east": {"uv": [0, 2.5, 0.5, 3.5], "texture": "#3"}, + "south": {"uv": [0.5, 2.5, 1, 3.5], "texture": "#3"}, + "west": {"uv": [2.5, 0.5, 3, 1.5], "texture": "#3"}, + "up": {"uv": [2.5, 4.5, 2, 4], "texture": "#3"}, + "down": {"uv": [4.5, 2, 4, 2.5], "texture": "#3"} + } + }, + { + "from": [1, 2, 0], + "to": [2, 3, 1], + "faces": { + "north": {"uv": [2.5, 4, 3, 4.5], "texture": "#3"}, + "east": {"uv": [4, 2.5, 4.5, 3], "texture": "#3"}, + "south": {"uv": [3, 4, 3.5, 4.5], "texture": "#3"}, + "west": {"uv": [4, 3, 4.5, 3.5], "texture": "#3"}, + "up": {"uv": [4, 4.5, 3.5, 4], "texture": "#3"}, + "down": {"uv": [4.5, 3.5, 4, 4], "texture": "#3"} + } + }, + { + "from": [0, 1, 0], + "to": [1, 3, 1], + "faces": { + "north": {"uv": [2.5, 1.5, 3, 2.5], "texture": "#3"}, + "east": {"uv": [2, 2.5, 2.5, 3.5], "texture": "#3"}, + "south": {"uv": [2.5, 2.5, 3, 3.5], "texture": "#3"}, + "west": {"uv": [3, 0, 3.5, 1], "texture": "#3"}, + "up": {"uv": [4.5, 4.5, 4, 4], "texture": "#3"}, + "down": {"uv": [0.5, 4.5, 0, 5], "texture": "#3"} + } + }, + { + "from": [0, 1, 2], + "to": [1, 3, 3], + "faces": { + "north": {"uv": [1, 3, 1.5, 4], "texture": "#3"}, + "east": {"uv": [3, 1, 3.5, 2], "texture": "#3"}, + "south": {"uv": [1.5, 3, 2, 4], "texture": "#3"}, + "west": {"uv": [3, 2, 3.5, 3], "texture": "#3"}, + "up": {"uv": [5, 0.5, 4.5, 0], "texture": "#3"}, + "down": {"uv": [1, 4.5, 0.5, 5], "texture": "#3"} + } + }, + { + "from": [1, 2, 2], + "to": [2, 3, 3], + "faces": { + "north": {"uv": [4.5, 0.5, 5, 1], "texture": "#3"}, + "east": {"uv": [1, 4.5, 1.5, 5], "texture": "#3"}, + "south": {"uv": [4.5, 1, 5, 1.5], "texture": "#3"}, + "west": {"uv": [1.5, 4.5, 2, 5], "texture": "#3"}, + "up": {"uv": [5, 2, 4.5, 1.5], "texture": "#3"}, + "down": {"uv": [2.5, 4.5, 2, 5], "texture": "#3"} + } + }, + { + "from": [2, 2, 1], + "to": [3, 3, 2], + "faces": { + "north": {"uv": [4.5, 2, 5, 2.5], "texture": "#3"}, + "east": {"uv": [2.5, 4.5, 3, 5], "texture": "#3"}, + "south": {"uv": [4.5, 2.5, 5, 3], "texture": "#3"}, + "west": {"uv": [3, 4.5, 3.5, 5], "texture": "#3"}, + "up": {"uv": [5, 3.5, 4.5, 3], "texture": "#3"}, + "down": {"uv": [4, 4.5, 3.5, 5], "texture": "#3"} + } + }, + { + "from": [0, 2, 1], + "to": [1, 3, 2], + "faces": { + "north": {"uv": [4.5, 3.5, 5, 4], "texture": "#3"}, + "east": {"uv": [4, 4.5, 4.5, 5], "texture": "#3"}, + "south": {"uv": [4.5, 4, 5, 4.5], "texture": "#3"}, + "west": {"uv": [4.5, 4.5, 5, 5], "texture": "#3"}, + "up": {"uv": [0.5, 5.5, 0, 5], "texture": "#3"}, + "down": {"uv": [5.5, 0, 5, 0.5], "texture": "#3"} + } + }, + { + "from": [2, 1, 2], + "to": [3, 3, 3], + "faces": { + "north": {"uv": [3, 3, 3.5, 4], "texture": "#3"}, + "east": {"uv": [0, 3.5, 0.5, 4.5], "texture": "#3"}, + "south": {"uv": [3.5, 0, 4, 1], "texture": "#3"}, + "west": {"uv": [0.5, 3.5, 1, 4.5], "texture": "#3"}, + "up": {"uv": [1, 5.5, 0.5, 5], "texture": "#3"}, + "down": {"uv": [5.5, 0.5, 5, 1], "texture": "#3"} + } + }, + { + "from": [0, 0, 13], + "to": [1, 1, 16], + "faces": { + "north": {"uv": [5.5, 2.5, 6, 3], "texture": "#3"}, + "east": {"uv": [1, 5, 2.5, 5.5], "texture": "#3"}, + "south": {"uv": [6, 2.5, 6.5, 3], "texture": "#3"}, + "west": {"uv": [5, 1, 6.5, 1.5], "texture": "#3"}, + "up": {"uv": [5.5, 3, 5, 1.5], "texture": "#3"}, + "down": {"uv": [3, 5, 2.5, 6.5], "texture": "#3"} + } + }, + { + "from": [2, 0, 13], + "to": [3, 1, 16], + "faces": { + "north": {"uv": [6, 3.5, 6.5, 4], "texture": "#3"}, + "east": {"uv": [3, 5, 4.5, 5.5], "texture": "#3"}, + "south": {"uv": [6, 4, 6.5, 4.5], "texture": "#3"}, + "west": {"uv": [5, 3, 6.5, 3.5], "texture": "#3"}, + "up": {"uv": [5.5, 5, 5, 3.5], "texture": "#3"}, + "down": {"uv": [5, 5, 4.5, 6.5], "texture": "#3"} + } + }, + { + "from": [1, 0, 13], + "to": [2, 1, 14], + "faces": { + "north": {"uv": [6, 4.5, 6.5, 5], "texture": "#3"}, + "east": {"uv": [5, 6, 5.5, 6.5], "texture": "#3"}, + "south": {"uv": [6, 5, 6.5, 5.5], "texture": "#3"}, + "west": {"uv": [6, 5.5, 6.5, 6], "texture": "#3"}, + "up": {"uv": [6.5, 6.5, 6, 6], "texture": "#3"}, + "down": {"uv": [0.5, 6.5, 0, 7], "texture": "#3"} + } + }, + { + "from": [1, 0, 15], + "to": [2, 1, 16], + "faces": { + "north": {"uv": [6.5, 0, 7, 0.5], "texture": "#3"}, + "east": {"uv": [0.5, 6.5, 1, 7], "texture": "#3"}, + "south": {"uv": [6.5, 0.5, 7, 1], "texture": "#3"}, + "west": {"uv": [1, 6.5, 1.5, 7], "texture": "#3"}, + "up": {"uv": [7, 1.5, 6.5, 1], "texture": "#3"}, + "down": {"uv": [2, 6.5, 1.5, 7], "texture": "#3"} + } + }, + { + "from": [2, 1, 13], + "to": [3, 3, 14], + "faces": { + "north": {"uv": [5, 5, 5.5, 6], "texture": "#3"}, + "east": {"uv": [0, 5.5, 0.5, 6.5], "texture": "#3"}, + "south": {"uv": [5.5, 0, 6, 1], "texture": "#3"}, + "west": {"uv": [0.5, 5.5, 1, 6.5], "texture": "#3"}, + "up": {"uv": [7, 2, 6.5, 1.5], "texture": "#3"}, + "down": {"uv": [2.5, 6.5, 2, 7], "texture": "#3"} + } + }, + { + "from": [1, 2, 13], + "to": [2, 3, 14], + "faces": { + "north": {"uv": [6.5, 2, 7, 2.5], "texture": "#3"}, + "east": {"uv": [2.5, 6.5, 3, 7], "texture": "#3"}, + "south": {"uv": [6.5, 2.5, 7, 3], "texture": "#3"}, + "west": {"uv": [3, 6.5, 3.5, 7], "texture": "#3"}, + "up": {"uv": [7, 3.5, 6.5, 3], "texture": "#3"}, + "down": {"uv": [4, 6.5, 3.5, 7], "texture": "#3"} + } + }, + { + "from": [0, 1, 13], + "to": [1, 3, 14], + "faces": { + "north": {"uv": [1, 5.5, 1.5, 6.5], "texture": "#3"}, + "east": {"uv": [1.5, 5.5, 2, 6.5], "texture": "#3"}, + "south": {"uv": [5.5, 1.5, 6, 2.5], "texture": "#3"}, + "west": {"uv": [2, 5.5, 2.5, 6.5], "texture": "#3"}, + "up": {"uv": [7, 4, 6.5, 3.5], "texture": "#3"}, + "down": {"uv": [4.5, 6.5, 4, 7], "texture": "#3"} + } + }, + { + "from": [0, 1, 15], + "to": [1, 3, 16], + "faces": { + "north": {"uv": [3, 5.5, 3.5, 6.5], "texture": "#3"}, + "east": {"uv": [3.5, 5.5, 4, 6.5], "texture": "#3"}, + "south": {"uv": [5.5, 3.5, 6, 4.5], "texture": "#3"}, + "west": {"uv": [4, 5.5, 4.5, 6.5], "texture": "#3"}, + "up": {"uv": [7, 4.5, 6.5, 4], "texture": "#3"}, + "down": {"uv": [5, 6.5, 4.5, 7], "texture": "#3"} + } + }, + { + "from": [1, 2, 15], + "to": [2, 3, 16], + "faces": { + "north": {"uv": [6.5, 4.5, 7, 5], "texture": "#3"}, + "east": {"uv": [5, 6.5, 5.5, 7], "texture": "#3"}, + "south": {"uv": [6.5, 5, 7, 5.5], "texture": "#3"}, + "west": {"uv": [5.5, 6.5, 6, 7], "texture": "#3"}, + "up": {"uv": [7, 6, 6.5, 5.5], "texture": "#3"}, + "down": {"uv": [6.5, 6.5, 6, 7], "texture": "#3"} + } + }, + { + "from": [2, 2, 14], + "to": [3, 3, 15], + "faces": { + "north": {"uv": [6.5, 6, 7, 6.5], "texture": "#3"}, + "east": {"uv": [6.5, 6.5, 7, 7], "texture": "#3"}, + "south": {"uv": [0, 7, 0.5, 7.5], "texture": "#3"}, + "west": {"uv": [7, 0, 7.5, 0.5], "texture": "#3"}, + "up": {"uv": [1, 7.5, 0.5, 7], "texture": "#3"}, + "down": {"uv": [7.5, 0.5, 7, 1], "texture": "#3"} + } + }, + { + "from": [0, 2, 14], + "to": [1, 3, 15], + "faces": { + "north": {"uv": [1, 7, 1.5, 7.5], "texture": "#3"}, + "east": {"uv": [7, 1, 7.5, 1.5], "texture": "#3"}, + "south": {"uv": [1.5, 7, 2, 7.5], "texture": "#3"}, + "west": {"uv": [7, 1.5, 7.5, 2], "texture": "#3"}, + "up": {"uv": [2.5, 7.5, 2, 7], "texture": "#3"}, + "down": {"uv": [7.5, 2, 7, 2.5], "texture": "#3"} + } + }, + { + "from": [2, 1, 15], + "to": [3, 3, 16], + "faces": { + "north": {"uv": [5.5, 4.5, 6, 5.5], "texture": "#3"}, + "east": {"uv": [5.5, 5.5, 6, 6.5], "texture": "#3"}, + "south": {"uv": [6, 0, 6.5, 1], "texture": "#3"}, + "west": {"uv": [6, 1.5, 6.5, 2.5], "texture": "#3"}, + "up": {"uv": [3, 7.5, 2.5, 7], "texture": "#3"}, + "down": {"uv": [7.5, 2.5, 7, 3], "texture": "#3"} + } + }, + { + "from": [13, 0, 13], + "to": [14, 1, 16], + "faces": { + "north": {"uv": [7.5, 4.5, 8, 5], "texture": "#3"}, + "east": {"uv": [3, 7, 4.5, 7.5], "texture": "#3"}, + "south": {"uv": [7.5, 5.5, 8, 6], "texture": "#3"}, + "west": {"uv": [7, 3, 8.5, 3.5], "texture": "#3"}, + "up": {"uv": [7.5, 5, 7, 3.5], "texture": "#3"}, + "down": {"uv": [5, 7, 4.5, 8.5], "texture": "#3"} + } + }, + { + "from": [15, 0, 13], + "to": [16, 1, 16], + "faces": { + "north": {"uv": [6, 7.5, 6.5, 8], "texture": "#3"}, + "east": {"uv": [5, 7, 6.5, 7.5], "texture": "#3"}, + "south": {"uv": [7.5, 6, 8, 6.5], "texture": "#3"}, + "west": {"uv": [7, 5, 8.5, 5.5], "texture": "#3"}, + "up": {"uv": [7.5, 7, 7, 5.5], "texture": "#3"}, + "down": {"uv": [7, 7, 6.5, 8.5], "texture": "#3"} + } + }, + { + "from": [14, 0, 13], + "to": [15, 1, 14], + "faces": { + "north": {"uv": [7.5, 6.5, 8, 7], "texture": "#3"}, + "east": {"uv": [7.5, 7, 8, 7.5], "texture": "#3"}, + "south": {"uv": [7.5, 7.5, 8, 8], "texture": "#3"}, + "west": {"uv": [8, 0, 8.5, 0.5], "texture": "#3"}, + "up": {"uv": [8.5, 1, 8, 0.5], "texture": "#3"}, + "down": {"uv": [8.5, 1, 8, 1.5], "texture": "#3"} + } + }, + { + "from": [14, 0, 15], + "to": [15, 1, 16], + "faces": { + "north": {"uv": [8, 1.5, 8.5, 2], "texture": "#3"}, + "east": {"uv": [8, 2, 8.5, 2.5], "texture": "#3"}, + "south": {"uv": [8, 2.5, 8.5, 3], "texture": "#3"}, + "west": {"uv": [8, 3.5, 8.5, 4], "texture": "#3"}, + "up": {"uv": [8.5, 4.5, 8, 4], "texture": "#3"}, + "down": {"uv": [8.5, 4.5, 8, 5], "texture": "#3"} + } + }, + { + "from": [15, 1, 13], + "to": [16, 3, 14], + "faces": { + "north": {"uv": [7, 7, 7.5, 8], "texture": "#3"}, + "east": {"uv": [0, 7.5, 0.5, 8.5], "texture": "#3"}, + "south": {"uv": [7.5, 0, 8, 1], "texture": "#3"}, + "west": {"uv": [0.5, 7.5, 1, 8.5], "texture": "#3"}, + "up": {"uv": [8.5, 6, 8, 5.5], "texture": "#3"}, + "down": {"uv": [6.5, 8, 6, 8.5], "texture": "#3"} + } + }, + { + "from": [14, 2, 13], + "to": [15, 3, 14], + "faces": { + "north": {"uv": [8, 6, 8.5, 6.5], "texture": "#3"}, + "east": {"uv": [8, 6.5, 8.5, 7], "texture": "#3"}, + "south": {"uv": [7, 8, 7.5, 8.5], "texture": "#3"}, + "west": {"uv": [8, 7, 8.5, 7.5], "texture": "#3"}, + "up": {"uv": [8, 8.5, 7.5, 8], "texture": "#3"}, + "down": {"uv": [8.5, 7.5, 8, 8], "texture": "#3"} + } + }, + { + "from": [13, 1, 13], + "to": [14, 3, 14], + "faces": { + "north": {"uv": [1, 7.5, 1.5, 8.5], "texture": "#3"}, + "east": {"uv": [7.5, 1, 8, 2], "texture": "#3"}, + "south": {"uv": [1.5, 7.5, 2, 8.5], "texture": "#3"}, + "west": {"uv": [2, 7.5, 2.5, 8.5], "texture": "#3"}, + "up": {"uv": [8.5, 8.5, 8, 8], "texture": "#3"}, + "down": {"uv": [0.5, 8.5, 0, 9], "texture": "#3"} + } + }, + { + "from": [13, 1, 15], + "to": [14, 3, 16], + "faces": { + "north": {"uv": [7.5, 2, 8, 3], "texture": "#3"}, + "east": {"uv": [2.5, 7.5, 3, 8.5], "texture": "#3"}, + "south": {"uv": [3, 7.5, 3.5, 8.5], "texture": "#3"}, + "west": {"uv": [3.5, 7.5, 4, 8.5], "texture": "#3"}, + "up": {"uv": [9, 0.5, 8.5, 0], "texture": "#3"}, + "down": {"uv": [1, 8.5, 0.5, 9], "texture": "#3"} + } + }, + { + "from": [14, 2, 15], + "to": [15, 3, 16], + "faces": { + "north": {"uv": [8.5, 0.5, 9, 1], "texture": "#3"}, + "east": {"uv": [1, 8.5, 1.5, 9], "texture": "#3"}, + "south": {"uv": [8.5, 1, 9, 1.5], "texture": "#3"}, + "west": {"uv": [1.5, 8.5, 2, 9], "texture": "#3"}, + "up": {"uv": [9, 2, 8.5, 1.5], "texture": "#3"}, + "down": {"uv": [2.5, 8.5, 2, 9], "texture": "#3"} + } + }, + { + "from": [15, 2, 14], + "to": [16, 3, 15], + "faces": { + "north": {"uv": [8.5, 2, 9, 2.5], "texture": "#3"}, + "east": {"uv": [2.5, 8.5, 3, 9], "texture": "#3"}, + "south": {"uv": [8.5, 2.5, 9, 3], "texture": "#3"}, + "west": {"uv": [3, 8.5, 3.5, 9], "texture": "#3"}, + "up": {"uv": [9, 3.5, 8.5, 3], "texture": "#3"}, + "down": {"uv": [4, 8.5, 3.5, 9], "texture": "#3"} + } + }, + { + "from": [13, 2, 14], + "to": [14, 3, 15], + "faces": { + "north": {"uv": [8.5, 3.5, 9, 4], "texture": "#3"}, + "east": {"uv": [4, 8.5, 4.5, 9], "texture": "#3"}, + "south": {"uv": [8.5, 4, 9, 4.5], "texture": "#3"}, + "west": {"uv": [4.5, 8.5, 5, 9], "texture": "#3"}, + "up": {"uv": [9, 5, 8.5, 4.5], "texture": "#3"}, + "down": {"uv": [5.5, 8.5, 5, 9], "texture": "#3"} + } + }, + { + "from": [15, 1, 15], + "to": [16, 3, 16], + "faces": { + "north": {"uv": [7.5, 3.5, 8, 4.5], "texture": "#3"}, + "east": {"uv": [4, 7.5, 4.5, 8.5], "texture": "#3"}, + "south": {"uv": [5, 7.5, 5.5, 8.5], "texture": "#3"}, + "west": {"uv": [5.5, 7.5, 6, 8.5], "texture": "#3"}, + "up": {"uv": [9, 5.5, 8.5, 5], "texture": "#3"}, + "down": {"uv": [6, 8.5, 5.5, 9], "texture": "#3"} + } + }, + { + "from": [13, 0, 0], + "to": [14, 1, 3], + "faces": { + "north": {"uv": [8.5, 8, 9, 8.5], "texture": "#3"}, + "east": {"uv": [8.5, 5.5, 10, 6], "texture": "#3"}, + "south": {"uv": [9, 6, 9.5, 6.5], "texture": "#3"}, + "west": {"uv": [6, 8.5, 7.5, 9], "texture": "#3"}, + "up": {"uv": [9, 7.5, 8.5, 6], "texture": "#3"}, + "down": {"uv": [8, 8.5, 7.5, 10], "texture": "#3"} + } + }, + { + "from": [15, 0, 0], + "to": [16, 1, 3], + "faces": { + "north": {"uv": [6.5, 9, 7, 9.5], "texture": "#3"}, + "east": {"uv": [8.5, 7.5, 10, 8], "texture": "#3"}, + "south": {"uv": [9, 6.5, 9.5, 7], "texture": "#3"}, + "west": {"uv": [8, 8.5, 9.5, 9], "texture": "#3"}, + "up": {"uv": [0.5, 10.5, 0, 9], "texture": "#3"}, + "down": {"uv": [9.5, 0, 9, 1.5], "texture": "#3"} + } + }, + { + "from": [14, 0, 0], + "to": [15, 1, 1], + "faces": { + "north": {"uv": [7, 9, 7.5, 9.5], "texture": "#3"}, + "east": {"uv": [9, 7, 9.5, 7.5], "texture": "#3"}, + "south": {"uv": [8, 9, 8.5, 9.5], "texture": "#3"}, + "west": {"uv": [9, 8, 9.5, 8.5], "texture": "#3"}, + "up": {"uv": [9, 9.5, 8.5, 9], "texture": "#3"}, + "down": {"uv": [9.5, 9, 9, 9.5], "texture": "#3"} + } + }, + { + "from": [14, 0, 2], + "to": [15, 1, 3], + "faces": { + "north": {"uv": [9.5, 0, 10, 0.5], "texture": "#3"}, + "east": {"uv": [9.5, 0.5, 10, 1], "texture": "#3"}, + "south": {"uv": [9.5, 1, 10, 1.5], "texture": "#3"}, + "west": {"uv": [9.5, 1.5, 10, 2], "texture": "#3"}, + "up": {"uv": [10, 2.5, 9.5, 2], "texture": "#3"}, + "down": {"uv": [10, 2.5, 9.5, 3], "texture": "#3"} + } + }, + { + "from": [15, 1, 0], + "to": [16, 3, 1], + "faces": { + "north": {"uv": [0.5, 9, 1, 10], "texture": "#3"}, + "east": {"uv": [1, 9, 1.5, 10], "texture": "#3"}, + "south": {"uv": [1.5, 9, 2, 10], "texture": "#3"}, + "west": {"uv": [9, 1.5, 9.5, 2.5], "texture": "#3"}, + "up": {"uv": [10, 3.5, 9.5, 3], "texture": "#3"}, + "down": {"uv": [10, 3.5, 9.5, 4], "texture": "#3"} + } + }, + { + "from": [14, 2, 0], + "to": [15, 3, 1], + "faces": { + "north": {"uv": [9.5, 4, 10, 4.5], "texture": "#3"}, + "east": {"uv": [9.5, 4.5, 10, 5], "texture": "#3"}, + "south": {"uv": [9.5, 5, 10, 5.5], "texture": "#3"}, + "west": {"uv": [9.5, 6, 10, 6.5], "texture": "#3"}, + "up": {"uv": [7, 10, 6.5, 9.5], "texture": "#3"}, + "down": {"uv": [10, 6.5, 9.5, 7], "texture": "#3"} + } + }, + { + "from": [13, 1, 0], + "to": [14, 3, 1], + "faces": { + "north": {"uv": [2, 9, 2.5, 10], "texture": "#3"}, + "east": {"uv": [2.5, 9, 3, 10], "texture": "#3"}, + "south": {"uv": [9, 2.5, 9.5, 3.5], "texture": "#3"}, + "west": {"uv": [3, 9, 3.5, 10], "texture": "#3"}, + "up": {"uv": [7.5, 10, 7, 9.5], "texture": "#3"}, + "down": {"uv": [10, 7, 9.5, 7.5], "texture": "#3"} + } + }, + { + "from": [13, 1, 2], + "to": [14, 3, 3], + "faces": { + "north": {"uv": [3.5, 9, 4, 10], "texture": "#3"}, + "east": {"uv": [9, 3.5, 9.5, 4.5], "texture": "#3"}, + "south": {"uv": [4, 9, 4.5, 10], "texture": "#3"}, + "west": {"uv": [4.5, 9, 5, 10], "texture": "#3"}, + "up": {"uv": [8.5, 10, 8, 9.5], "texture": "#3"}, + "down": {"uv": [10, 8, 9.5, 8.5], "texture": "#3"} + } + }, + { + "from": [14, 2, 2], + "to": [15, 3, 3], + "faces": { + "north": {"uv": [8.5, 9.5, 9, 10], "texture": "#3"}, + "east": {"uv": [9.5, 8.5, 10, 9], "texture": "#3"}, + "south": {"uv": [9, 9.5, 9.5, 10], "texture": "#3"}, + "west": {"uv": [9.5, 9, 10, 9.5], "texture": "#3"}, + "up": {"uv": [10, 10, 9.5, 9.5], "texture": "#3"}, + "down": {"uv": [10.5, 0, 10, 0.5], "texture": "#3"} + } + }, + { + "from": [15, 2, 1], + "to": [16, 3, 2], + "faces": { + "north": {"uv": [0.5, 10, 1, 10.5], "texture": "#3"}, + "east": {"uv": [10, 0.5, 10.5, 1], "texture": "#3"}, + "south": {"uv": [1, 10, 1.5, 10.5], "texture": "#3"}, + "west": {"uv": [10, 1, 10.5, 1.5], "texture": "#3"}, + "up": {"uv": [2, 10.5, 1.5, 10], "texture": "#3"}, + "down": {"uv": [10.5, 1.5, 10, 2], "texture": "#3"} + } + }, + { + "from": [13, 2, 1], + "to": [14, 3, 2], + "faces": { + "north": {"uv": [2, 10, 2.5, 10.5], "texture": "#3"}, + "east": {"uv": [10, 2, 10.5, 2.5], "texture": "#3"}, + "south": {"uv": [2.5, 10, 3, 10.5], "texture": "#3"}, + "west": {"uv": [10, 2.5, 10.5, 3], "texture": "#3"}, + "up": {"uv": [3.5, 10.5, 3, 10], "texture": "#3"}, + "down": {"uv": [10.5, 3, 10, 3.5], "texture": "#3"} + } + }, + { + "from": [15, 1, 2], + "to": [16, 3, 3], + "faces": { + "north": {"uv": [9, 4.5, 9.5, 5.5], "texture": "#3"}, + "east": {"uv": [5, 9, 5.5, 10], "texture": "#3"}, + "south": {"uv": [5.5, 9, 6, 10], "texture": "#3"}, + "west": {"uv": [6, 9, 6.5, 10], "texture": "#3"}, + "up": {"uv": [4, 10.5, 3.5, 10], "texture": "#3"}, + "down": {"uv": [10.5, 3.5, 10, 4], "texture": "#3"} + } + }, + { + "from": [13, 13, 0], + "to": [14, 14, 3], + "faces": { + "north": {"uv": [3, 10.5, 3.5, 11], "texture": "#3"}, + "east": {"uv": [4, 10, 5.5, 10.5], "texture": "#3"}, + "south": {"uv": [10.5, 3, 11, 3.5], "texture": "#3"}, + "west": {"uv": [10, 4, 11.5, 4.5], "texture": "#3"}, + "up": {"uv": [10.5, 6, 10, 4.5], "texture": "#3"}, + "down": {"uv": [6, 10, 5.5, 11.5], "texture": "#3"} + } + }, + { + "from": [15, 13, 0], + "to": [16, 14, 3], + "faces": { + "north": {"uv": [3.5, 10.5, 4, 11], "texture": "#3"}, + "east": {"uv": [6, 10, 7.5, 10.5], "texture": "#3"}, + "south": {"uv": [10.5, 3.5, 11, 4], "texture": "#3"}, + "west": {"uv": [10, 6, 11.5, 6.5], "texture": "#3"}, + "up": {"uv": [10.5, 8, 10, 6.5], "texture": "#3"}, + "down": {"uv": [8, 10, 7.5, 11.5], "texture": "#3"} + } + }, + { + "from": [14, 13, 0], + "to": [15, 14, 1], + "faces": { + "north": {"uv": [4, 10.5, 4.5, 11], "texture": "#3"}, + "east": {"uv": [4.5, 10.5, 5, 11], "texture": "#3"}, + "south": {"uv": [10.5, 4.5, 11, 5], "texture": "#3"}, + "west": {"uv": [5, 10.5, 5.5, 11], "texture": "#3"}, + "up": {"uv": [11, 5.5, 10.5, 5], "texture": "#3"}, + "down": {"uv": [11, 5.5, 10.5, 6], "texture": "#3"} + } + }, + { + "from": [14, 13, 2], + "to": [15, 14, 3], + "faces": { + "north": {"uv": [6, 10.5, 6.5, 11], "texture": "#3"}, + "east": {"uv": [6.5, 10.5, 7, 11], "texture": "#3"}, + "south": {"uv": [10.5, 6.5, 11, 7], "texture": "#3"}, + "west": {"uv": [7, 10.5, 7.5, 11], "texture": "#3"}, + "up": {"uv": [11, 7.5, 10.5, 7], "texture": "#3"}, + "down": {"uv": [11, 7.5, 10.5, 8], "texture": "#3"} + } + }, + { + "from": [15, 14, 0], + "to": [16, 16, 1], + "faces": { + "north": {"uv": [8, 10, 8.5, 11], "texture": "#3"}, + "east": {"uv": [10, 8, 10.5, 9], "texture": "#3"}, + "south": {"uv": [8.5, 10, 9, 11], "texture": "#3"}, + "west": {"uv": [9, 10, 9.5, 11], "texture": "#3"}, + "up": {"uv": [11, 8.5, 10.5, 8], "texture": "#3"}, + "down": {"uv": [11, 8.5, 10.5, 9], "texture": "#3"} + } + }, + { + "from": [14, 15, 0], + "to": [15, 16, 1], + "faces": { + "north": {"uv": [10.5, 9, 11, 9.5], "texture": "#3"}, + "east": {"uv": [10.5, 9.5, 11, 10], "texture": "#3"}, + "south": {"uv": [10.5, 10, 11, 10.5], "texture": "#3"}, + "west": {"uv": [10.5, 10.5, 11, 11], "texture": "#3"}, + "up": {"uv": [11.5, 0.5, 11, 0], "texture": "#3"}, + "down": {"uv": [11.5, 0.5, 11, 1], "texture": "#3"} + } + }, + { + "from": [13, 14, 0], + "to": [14, 16, 1], + "faces": { + "north": {"uv": [10, 9, 10.5, 10], "texture": "#3"}, + "east": {"uv": [9.5, 10, 10, 11], "texture": "#3"}, + "south": {"uv": [10, 10, 10.5, 11], "texture": "#3"}, + "west": {"uv": [0, 10.5, 0.5, 11.5], "texture": "#3"}, + "up": {"uv": [11.5, 1.5, 11, 1], "texture": "#3"}, + "down": {"uv": [11.5, 1.5, 11, 2], "texture": "#3"} + } + }, + { + "from": [13, 14, 2], + "to": [14, 16, 3], + "faces": { + "north": {"uv": [10.5, 0, 11, 1], "texture": "#3"}, + "east": {"uv": [0.5, 10.5, 1, 11.5], "texture": "#3"}, + "south": {"uv": [1, 10.5, 1.5, 11.5], "texture": "#3"}, + "west": {"uv": [10.5, 1, 11, 2], "texture": "#3"}, + "up": {"uv": [11.5, 2.5, 11, 2], "texture": "#3"}, + "down": {"uv": [11.5, 2.5, 11, 3], "texture": "#3"} + } + }, + { + "from": [14, 15, 2], + "to": [15, 16, 3], + "faces": { + "north": {"uv": [3, 11, 3.5, 11.5], "texture": "#3"}, + "east": {"uv": [11, 3, 11.5, 3.5], "texture": "#3"}, + "south": {"uv": [3.5, 11, 4, 11.5], "texture": "#3"}, + "west": {"uv": [11, 3.5, 11.5, 4], "texture": "#3"}, + "up": {"uv": [4.5, 11.5, 4, 11], "texture": "#3"}, + "down": {"uv": [5, 11, 4.5, 11.5], "texture": "#3"} + } + }, + { + "from": [15, 15, 1], + "to": [16, 16, 2], + "faces": { + "north": {"uv": [11, 4.5, 11.5, 5], "texture": "#3"}, + "east": {"uv": [5, 11, 5.5, 11.5], "texture": "#3"}, + "south": {"uv": [11, 5, 11.5, 5.5], "texture": "#3"}, + "west": {"uv": [11, 5.5, 11.5, 6], "texture": "#3"}, + "up": {"uv": [6.5, 11.5, 6, 11], "texture": "#3"}, + "down": {"uv": [7, 11, 6.5, 11.5], "texture": "#3"} + } + }, + { + "from": [13, 15, 1], + "to": [14, 16, 2], + "faces": { + "north": {"uv": [11, 6.5, 11.5, 7], "texture": "#3"}, + "east": {"uv": [7, 11, 7.5, 11.5], "texture": "#3"}, + "south": {"uv": [11, 7, 11.5, 7.5], "texture": "#3"}, + "west": {"uv": [11, 7.5, 11.5, 8], "texture": "#3"}, + "up": {"uv": [8.5, 11.5, 8, 11], "texture": "#3"}, + "down": {"uv": [11.5, 8, 11, 8.5], "texture": "#3"} + } + }, + { + "from": [15, 14, 2], + "to": [16, 16, 3], + "faces": { + "north": {"uv": [1.5, 10.5, 2, 11.5], "texture": "#3"}, + "east": {"uv": [2, 10.5, 2.5, 11.5], "texture": "#3"}, + "south": {"uv": [10.5, 2, 11, 3], "texture": "#3"}, + "west": {"uv": [2.5, 10.5, 3, 11.5], "texture": "#3"}, + "up": {"uv": [9, 11.5, 8.5, 11], "texture": "#3"}, + "down": {"uv": [11.5, 8.5, 11, 9], "texture": "#3"} + } + }, + { + "from": [13, 13, 13], + "to": [14, 14, 16], + "faces": { + "north": {"uv": [7, 11.5, 7.5, 12], "texture": "#3"}, + "east": {"uv": [9, 11, 10.5, 11.5], "texture": "#3"}, + "south": {"uv": [7.5, 11.5, 8, 12], "texture": "#3"}, + "west": {"uv": [11, 9, 12.5, 9.5], "texture": "#3"}, + "up": {"uv": [11.5, 11, 11, 9.5], "texture": "#3"}, + "down": {"uv": [11, 11, 10.5, 12.5], "texture": "#3"} + } + }, + { + "from": [15, 13, 13], + "to": [16, 14, 16], + "faces": { + "north": {"uv": [11.5, 7.5, 12, 8], "texture": "#3"}, + "east": {"uv": [11, 11, 12.5, 11.5], "texture": "#3"}, + "south": {"uv": [8, 11.5, 8.5, 12], "texture": "#3"}, + "west": {"uv": [0, 11.5, 1.5, 12], "texture": "#3"}, + "up": {"uv": [12, 1.5, 11.5, 0], "texture": "#3"}, + "down": {"uv": [2, 11.5, 1.5, 13], "texture": "#3"} + } + }, + { + "from": [14, 13, 13], + "to": [15, 14, 14], + "faces": { + "north": {"uv": [11.5, 8, 12, 8.5], "texture": "#3"}, + "east": {"uv": [8.5, 11.5, 9, 12], "texture": "#3"}, + "south": {"uv": [11.5, 8.5, 12, 9], "texture": "#3"}, + "west": {"uv": [9, 11.5, 9.5, 12], "texture": "#3"}, + "up": {"uv": [10, 12, 9.5, 11.5], "texture": "#3"}, + "down": {"uv": [12, 9.5, 11.5, 10], "texture": "#3"} + } + }, + { + "from": [14, 13, 15], + "to": [15, 14, 16], + "faces": { + "north": {"uv": [10, 11.5, 10.5, 12], "texture": "#3"}, + "east": {"uv": [11.5, 10, 12, 10.5], "texture": "#3"}, + "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#3"}, + "west": {"uv": [11, 11.5, 11.5, 12], "texture": "#3"}, + "up": {"uv": [12, 12, 11.5, 11.5], "texture": "#3"}, + "down": {"uv": [0.5, 12, 0, 12.5], "texture": "#3"} + } + }, + { + "from": [15, 14, 13], + "to": [16, 16, 14], + "faces": { + "north": {"uv": [11.5, 1.5, 12, 2.5], "texture": "#3"}, + "east": {"uv": [2, 11.5, 2.5, 12.5], "texture": "#3"}, + "south": {"uv": [2.5, 11.5, 3, 12.5], "texture": "#3"}, + "west": {"uv": [11.5, 2.5, 12, 3.5], "texture": "#3"}, + "up": {"uv": [12.5, 0.5, 12, 0], "texture": "#3"}, + "down": {"uv": [1, 12, 0.5, 12.5], "texture": "#3"} + } + }, + { + "from": [14, 15, 13], + "to": [15, 16, 14], + "faces": { + "north": {"uv": [12, 0.5, 12.5, 1], "texture": "#3"}, + "east": {"uv": [1, 12, 1.5, 12.5], "texture": "#3"}, + "south": {"uv": [12, 1, 12.5, 1.5], "texture": "#3"}, + "west": {"uv": [12, 1.5, 12.5, 2], "texture": "#3"}, + "up": {"uv": [12.5, 2.5, 12, 2], "texture": "#3"}, + "down": {"uv": [12.5, 2.5, 12, 3], "texture": "#3"} + } + }, + { + "from": [13, 14, 13], + "to": [14, 16, 14], + "faces": { + "north": {"uv": [3, 11.5, 3.5, 12.5], "texture": "#3"}, + "east": {"uv": [3.5, 11.5, 4, 12.5], "texture": "#3"}, + "south": {"uv": [11.5, 3.5, 12, 4.5], "texture": "#3"}, + "west": {"uv": [4, 11.5, 4.5, 12.5], "texture": "#3"}, + "up": {"uv": [12.5, 3.5, 12, 3], "texture": "#3"}, + "down": {"uv": [12.5, 3.5, 12, 4], "texture": "#3"} + } + }, + { + "from": [13, 14, 15], + "to": [14, 16, 16], + "faces": { + "north": {"uv": [4.5, 11.5, 5, 12.5], "texture": "#3"}, + "east": {"uv": [11.5, 4.5, 12, 5.5], "texture": "#3"}, + "south": {"uv": [5, 11.5, 5.5, 12.5], "texture": "#3"}, + "west": {"uv": [5.5, 11.5, 6, 12.5], "texture": "#3"}, + "up": {"uv": [12.5, 4.5, 12, 4], "texture": "#3"}, + "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#3"} + } + }, + { + "from": [14, 15, 15], + "to": [15, 16, 16], + "faces": { + "north": {"uv": [12, 5, 12.5, 5.5], "texture": "#3"}, + "east": {"uv": [12, 5.5, 12.5, 6], "texture": "#3"}, + "south": {"uv": [12, 6, 12.5, 6.5], "texture": "#3"}, + "west": {"uv": [12, 6.5, 12.5, 7], "texture": "#3"}, + "up": {"uv": [7.5, 12.5, 7, 12], "texture": "#3"}, + "down": {"uv": [12.5, 7, 12, 7.5], "texture": "#3"} + } + }, + { + "from": [15, 15, 14], + "to": [16, 16, 15], + "faces": { + "north": {"uv": [7.5, 12, 8, 12.5], "texture": "#3"}, + "east": {"uv": [12, 7.5, 12.5, 8], "texture": "#3"}, + "south": {"uv": [8, 12, 8.5, 12.5], "texture": "#3"}, + "west": {"uv": [12, 8, 12.5, 8.5], "texture": "#3"}, + "up": {"uv": [9, 12.5, 8.5, 12], "texture": "#3"}, + "down": {"uv": [12.5, 8.5, 12, 9], "texture": "#3"} + } + }, + { + "from": [13, 15, 14], + "to": [14, 16, 15], + "faces": { + "north": {"uv": [9, 12, 9.5, 12.5], "texture": "#3"}, + "east": {"uv": [9.5, 12, 10, 12.5], "texture": "#3"}, + "south": {"uv": [12, 9.5, 12.5, 10], "texture": "#3"}, + "west": {"uv": [10, 12, 10.5, 12.5], "texture": "#3"}, + "up": {"uv": [12.5, 10.5, 12, 10], "texture": "#3"}, + "down": {"uv": [12.5, 10.5, 12, 11], "texture": "#3"} + } + }, + { + "from": [15, 14, 15], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [11.5, 5.5, 12, 6.5], "texture": "#3"}, + "east": {"uv": [6, 11.5, 6.5, 12.5], "texture": "#3"}, + "south": {"uv": [6.5, 11.5, 7, 12.5], "texture": "#3"}, + "west": {"uv": [11.5, 6.5, 12, 7.5], "texture": "#3"}, + "up": {"uv": [11.5, 12.5, 11, 12], "texture": "#3"}, + "down": {"uv": [12, 12, 11.5, 12.5], "texture": "#3"} + } + }, + { + "from": [0, 13, 13], + "to": [1, 14, 16], + "faces": { + "north": {"uv": [12.5, 8, 13, 8.5], "texture": "#3"}, + "east": {"uv": [12, 11.5, 13.5, 12], "texture": "#3"}, + "south": {"uv": [8.5, 12.5, 9, 13], "texture": "#3"}, + "west": {"uv": [12, 12, 13.5, 12.5], "texture": "#3"}, + "up": {"uv": [0.5, 14, 0, 12.5], "texture": "#3"}, + "down": {"uv": [13, 0, 12.5, 1.5], "texture": "#3"} + } + }, + { + "from": [2, 13, 13], + "to": [3, 14, 16], + "faces": { + "north": {"uv": [12.5, 8.5, 13, 9], "texture": "#3"}, + "east": {"uv": [12.5, 1.5, 14, 2], "texture": "#3"}, + "south": {"uv": [9, 12.5, 9.5, 13], "texture": "#3"}, + "west": {"uv": [2, 12.5, 3.5, 13], "texture": "#3"}, + "up": {"uv": [1, 14, 0.5, 12.5], "texture": "#3"}, + "down": {"uv": [1.5, 12.5, 1, 14], "texture": "#3"} + } + }, + { + "from": [1, 13, 13], + "to": [2, 14, 14], + "faces": { + "north": {"uv": [12.5, 9, 13, 9.5], "texture": "#3"}, + "east": {"uv": [9.5, 12.5, 10, 13], "texture": "#3"}, + "south": {"uv": [12.5, 9.5, 13, 10], "texture": "#3"}, + "west": {"uv": [10, 12.5, 10.5, 13], "texture": "#3"}, + "up": {"uv": [13, 10.5, 12.5, 10], "texture": "#3"}, + "down": {"uv": [11, 12.5, 10.5, 13], "texture": "#3"} + } + }, + { + "from": [1, 13, 15], + "to": [2, 14, 16], + "faces": { + "north": {"uv": [12.5, 10.5, 13, 11], "texture": "#3"}, + "east": {"uv": [11, 12.5, 11.5, 13], "texture": "#3"}, + "south": {"uv": [12.5, 11, 13, 11.5], "texture": "#3"}, + "west": {"uv": [11.5, 12.5, 12, 13], "texture": "#3"}, + "up": {"uv": [12.5, 13, 12, 12.5], "texture": "#3"}, + "down": {"uv": [13, 12.5, 12.5, 13], "texture": "#3"} + } + }, + { + "from": [2, 14, 13], + "to": [3, 16, 14], + "faces": { + "north": {"uv": [12.5, 2, 13, 3], "texture": "#3"}, + "east": {"uv": [12.5, 3, 13, 4], "texture": "#3"}, + "south": {"uv": [3.5, 12.5, 4, 13.5], "texture": "#3"}, + "west": {"uv": [4, 12.5, 4.5, 13.5], "texture": "#3"}, + "up": {"uv": [13.5, 0.5, 13, 0], "texture": "#3"}, + "down": {"uv": [13.5, 0.5, 13, 1], "texture": "#3"} + } + }, + { + "from": [1, 15, 13], + "to": [2, 16, 14], + "faces": { + "north": {"uv": [13, 1, 13.5, 1.5], "texture": "#3"}, + "east": {"uv": [1.5, 13, 2, 13.5], "texture": "#3"}, + "south": {"uv": [2, 13, 2.5, 13.5], "texture": "#3"}, + "west": {"uv": [13, 2, 13.5, 2.5], "texture": "#3"}, + "up": {"uv": [3, 13.5, 2.5, 13], "texture": "#3"}, + "down": {"uv": [13.5, 2.5, 13, 3], "texture": "#3"} + } + }, + { + "from": [0, 14, 13], + "to": [1, 16, 14], + "faces": { + "north": {"uv": [12.5, 4, 13, 5], "texture": "#3"}, + "east": {"uv": [4.5, 12.5, 5, 13.5], "texture": "#3"}, + "south": {"uv": [5, 12.5, 5.5, 13.5], "texture": "#3"}, + "west": {"uv": [12.5, 5, 13, 6], "texture": "#3"}, + "up": {"uv": [3.5, 13.5, 3, 13], "texture": "#3"}, + "down": {"uv": [13.5, 3, 13, 3.5], "texture": "#3"} + } + }, + { + "from": [0, 14, 15], + "to": [1, 16, 16], + "faces": { + "north": {"uv": [5.5, 12.5, 6, 13.5], "texture": "#3"}, + "east": {"uv": [6, 12.5, 6.5, 13.5], "texture": "#3"}, + "south": {"uv": [12.5, 6, 13, 7], "texture": "#3"}, + "west": {"uv": [6.5, 12.5, 7, 13.5], "texture": "#3"}, + "up": {"uv": [13.5, 4, 13, 3.5], "texture": "#3"}, + "down": {"uv": [13.5, 4, 13, 4.5], "texture": "#3"} + } + }, + { + "from": [1, 15, 15], + "to": [2, 16, 16], + "faces": { + "north": {"uv": [13, 4.5, 13.5, 5], "texture": "#3"}, + "east": {"uv": [13, 5, 13.5, 5.5], "texture": "#3"}, + "south": {"uv": [13, 5.5, 13.5, 6], "texture": "#3"}, + "west": {"uv": [13, 6, 13.5, 6.5], "texture": "#3"}, + "up": {"uv": [13.5, 7, 13, 6.5], "texture": "#3"}, + "down": {"uv": [13.5, 7, 13, 7.5], "texture": "#3"} + } + }, + { + "from": [2, 15, 14], + "to": [3, 16, 15], + "faces": { + "north": {"uv": [13, 7.5, 13.5, 8], "texture": "#3"}, + "east": {"uv": [13, 8, 13.5, 8.5], "texture": "#3"}, + "south": {"uv": [8.5, 13, 9, 13.5], "texture": "#3"}, + "west": {"uv": [13, 8.5, 13.5, 9], "texture": "#3"}, + "up": {"uv": [9.5, 13.5, 9, 13], "texture": "#3"}, + "down": {"uv": [13.5, 9, 13, 9.5], "texture": "#3"} + } + }, + { + "from": [0, 15, 14], + "to": [1, 16, 15], + "faces": { + "north": {"uv": [9.5, 13, 10, 13.5], "texture": "#3"}, + "east": {"uv": [13, 9.5, 13.5, 10], "texture": "#3"}, + "south": {"uv": [10, 13, 10.5, 13.5], "texture": "#3"}, + "west": {"uv": [13, 10, 13.5, 10.5], "texture": "#3"}, + "up": {"uv": [11, 13.5, 10.5, 13], "texture": "#3"}, + "down": {"uv": [13.5, 10.5, 13, 11], "texture": "#3"} + } + }, + { + "from": [2, 14, 15], + "to": [3, 16, 16], + "faces": { + "north": {"uv": [7, 12.5, 7.5, 13.5], "texture": "#3"}, + "east": {"uv": [12.5, 7, 13, 8], "texture": "#3"}, + "south": {"uv": [7.5, 12.5, 8, 13.5], "texture": "#3"}, + "west": {"uv": [8, 12.5, 8.5, 13.5], "texture": "#3"}, + "up": {"uv": [11.5, 13.5, 11, 13], "texture": "#3"}, + "down": {"uv": [13.5, 11, 13, 11.5], "texture": "#3"} + } + }, + { + "from": [0, 13, 0], + "to": [1, 14, 3], + "faces": { + "north": {"uv": [9, 13.5, 9.5, 14], "texture": "#3"}, + "east": {"uv": [11.5, 13, 13, 13.5], "texture": "#3"}, + "south": {"uv": [13.5, 9, 14, 9.5], "texture": "#3"}, + "west": {"uv": [13, 12.5, 14.5, 13], "texture": "#3"}, + "up": {"uv": [13.5, 14.5, 13, 13], "texture": "#3"}, + "down": {"uv": [14, 0, 13.5, 1.5], "texture": "#3"} + } + }, + { + "from": [2, 13, 0], + "to": [3, 14, 3], + "faces": { + "north": {"uv": [9.5, 13.5, 10, 14], "texture": "#3"}, + "east": {"uv": [1.5, 13.5, 3, 14], "texture": "#3"}, + "south": {"uv": [13.5, 9.5, 14, 10], "texture": "#3"}, + "west": {"uv": [13.5, 2, 15, 2.5], "texture": "#3"}, + "up": {"uv": [14, 4, 13.5, 2.5], "texture": "#3"}, + "down": {"uv": [3.5, 13.5, 3, 15], "texture": "#3"} + } + }, + { + "from": [1, 13, 0], + "to": [2, 14, 1], + "faces": { + "north": {"uv": [10, 13.5, 10.5, 14], "texture": "#3"}, + "east": {"uv": [13.5, 10, 14, 10.5], "texture": "#3"}, + "south": {"uv": [10.5, 13.5, 11, 14], "texture": "#3"}, + "west": {"uv": [13.5, 10.5, 14, 11], "texture": "#3"}, + "up": {"uv": [11.5, 14, 11, 13.5], "texture": "#3"}, + "down": {"uv": [14, 11, 13.5, 11.5], "texture": "#3"} + } + }, + { + "from": [1, 13, 2], + "to": [2, 14, 3], + "faces": { + "north": {"uv": [11.5, 13.5, 12, 14], "texture": "#3"}, + "east": {"uv": [13.5, 11.5, 14, 12], "texture": "#3"}, + "south": {"uv": [12, 13.5, 12.5, 14], "texture": "#3"}, + "west": {"uv": [13.5, 12, 14, 12.5], "texture": "#3"}, + "up": {"uv": [13, 14, 12.5, 13.5], "texture": "#3"}, + "down": {"uv": [14, 13, 13.5, 13.5], "texture": "#3"} + } + }, + { + "from": [2, 14, 0], + "to": [3, 16, 1], + "faces": { + "north": {"uv": [3.5, 13.5, 4, 14.5], "texture": "#3"}, + "east": {"uv": [4, 13.5, 4.5, 14.5], "texture": "#3"}, + "south": {"uv": [13.5, 4, 14, 5], "texture": "#3"}, + "west": {"uv": [4.5, 13.5, 5, 14.5], "texture": "#3"}, + "up": {"uv": [14, 14, 13.5, 13.5], "texture": "#3"}, + "down": {"uv": [0.5, 14, 0, 14.5], "texture": "#3"} + } + }, + { + "from": [1, 15, 0], + "to": [2, 16, 1], + "faces": { + "north": {"uv": [14, 0, 14.5, 0.5], "texture": "#3"}, + "east": {"uv": [0.5, 14, 1, 14.5], "texture": "#3"}, + "south": {"uv": [14, 0.5, 14.5, 1], "texture": "#3"}, + "west": {"uv": [1, 14, 1.5, 14.5], "texture": "#3"}, + "up": {"uv": [14.5, 1.5, 14, 1], "texture": "#3"}, + "down": {"uv": [2, 14, 1.5, 14.5], "texture": "#3"} + } + }, + { + "from": [0, 14, 0], + "to": [1, 16, 1], + "faces": { + "north": {"uv": [5, 13.5, 5.5, 14.5], "texture": "#3"}, + "east": {"uv": [13.5, 5, 14, 6], "texture": "#3"}, + "south": {"uv": [5.5, 13.5, 6, 14.5], "texture": "#3"}, + "west": {"uv": [6, 13.5, 6.5, 14.5], "texture": "#3"}, + "up": {"uv": [14.5, 2, 14, 1.5], "texture": "#3"}, + "down": {"uv": [2.5, 14, 2, 14.5], "texture": "#3"} + } + }, + { + "from": [0, 14, 2], + "to": [1, 16, 3], + "faces": { + "north": {"uv": [13.5, 6, 14, 7], "texture": "#3"}, + "east": {"uv": [6.5, 13.5, 7, 14.5], "texture": "#3"}, + "south": {"uv": [7, 13.5, 7.5, 14.5], "texture": "#3"}, + "west": {"uv": [13.5, 7, 14, 8], "texture": "#3"}, + "up": {"uv": [3, 14.5, 2.5, 14], "texture": "#3"}, + "down": {"uv": [14.5, 2.5, 14, 3], "texture": "#3"} + } + }, + { + "from": [1, 15, 2], + "to": [2, 16, 3], + "faces": { + "north": {"uv": [14, 3, 14.5, 3.5], "texture": "#3"}, + "east": {"uv": [14, 3.5, 14.5, 4], "texture": "#3"}, + "south": {"uv": [14, 4, 14.5, 4.5], "texture": "#3"}, + "west": {"uv": [14, 4.5, 14.5, 5], "texture": "#3"}, + "up": {"uv": [14.5, 5.5, 14, 5], "texture": "#3"}, + "down": {"uv": [14.5, 5.5, 14, 6], "texture": "#3"} + } + }, + { + "from": [2, 15, 1], + "to": [3, 16, 2], + "faces": { + "north": {"uv": [14, 6, 14.5, 6.5], "texture": "#3"}, + "east": {"uv": [14, 6.5, 14.5, 7], "texture": "#3"}, + "south": {"uv": [14, 7, 14.5, 7.5], "texture": "#3"}, + "west": {"uv": [14, 7.5, 14.5, 8], "texture": "#3"}, + "up": {"uv": [14.5, 8.5, 14, 8], "texture": "#3"}, + "down": {"uv": [14.5, 8.5, 14, 9], "texture": "#3"} + } + }, + { + "from": [0, 15, 1], + "to": [1, 16, 2], + "faces": { + "north": {"uv": [9, 14, 9.5, 14.5], "texture": "#3"}, + "east": {"uv": [14, 9, 14.5, 9.5], "texture": "#3"}, + "south": {"uv": [9.5, 14, 10, 14.5], "texture": "#3"}, + "west": {"uv": [14, 9.5, 14.5, 10], "texture": "#3"}, + "up": {"uv": [10.5, 14.5, 10, 14], "texture": "#3"}, + "down": {"uv": [14.5, 10, 14, 10.5], "texture": "#3"} + } + }, + { + "from": [2, 14, 2], + "to": [3, 16, 3], + "faces": { + "north": {"uv": [7.5, 13.5, 8, 14.5], "texture": "#3"}, + "east": {"uv": [8, 13.5, 8.5, 14.5], "texture": "#3"}, + "south": {"uv": [13.5, 8, 14, 9], "texture": "#3"}, + "west": {"uv": [8.5, 13.5, 9, 14.5], "texture": "#3"}, + "up": {"uv": [11, 14.5, 10.5, 14], "texture": "#3"}, + "down": {"uv": [14.5, 10.5, 14, 11], "texture": "#3"} + } + }, + { + "from": [1, 1, 2], + "to": [2, 2, 14], + "faces": { + "north": {"uv": [7, 1, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [0, 0, 6, 0.5], "texture": "#1"}, + "south": {"uv": [7, 1.5, 7.5, 2], "texture": "#1"}, + "west": {"uv": [0, 0.5, 6, 1], "texture": "#1"}, + "up": {"uv": [0.5, 7, 0, 1], "texture": "#1"}, + "down": {"uv": [1, 1, 0.5, 7], "texture": "#1"} + } + }, + { + "from": [14, 1, 2], + "to": [15, 2, 14], + "faces": { + "north": {"uv": [7.5, 1, 8, 1.5], "texture": "#1"}, + "east": {"uv": [1, 1, 7, 1.5], "texture": "#1"}, + "south": {"uv": [7.5, 1.5, 8, 2], "texture": "#1"}, + "west": {"uv": [1, 1.5, 7, 2], "texture": "#1"}, + "up": {"uv": [1.5, 8, 1, 2], "texture": "#1"}, + "down": {"uv": [2, 2, 1.5, 8], "texture": "#1"} + } + }, + { + "from": [2, 1, 1], + "to": [14, 2, 2], + "faces": { + "north": {"uv": [2, 2, 8, 2.5], "texture": "#1"}, + "east": {"uv": [9.5, 6, 10, 6.5], "texture": "#1"}, + "south": {"uv": [2, 2.5, 8, 3], "texture": "#1"}, + "west": {"uv": [9.5, 6.5, 10, 7], "texture": "#1"}, + "up": {"uv": [8, 3.5, 2, 3], "texture": "#1"}, + "down": {"uv": [8, 3.5, 2, 4], "texture": "#1"} + } + }, + { + "from": [2, 1, 14], + "to": [14, 2, 15], + "faces": { + "north": {"uv": [2, 4, 8, 4.5], "texture": "#1"}, + "east": {"uv": [9.5, 7, 10, 7.5], "texture": "#1"}, + "south": {"uv": [2, 4.5, 8, 5], "texture": "#1"}, + "west": {"uv": [9.5, 7.5, 10, 8], "texture": "#1"}, + "up": {"uv": [8, 5.5, 2, 5], "texture": "#1"}, + "down": {"uv": [8, 5.5, 2, 6], "texture": "#1"} + } + }, + { + "from": [1, 14, 2], + "to": [2, 15, 14], + "faces": { + "north": {"uv": [9.5, 8, 10, 8.5], "texture": "#1"}, + "east": {"uv": [6, 0, 12, 0.5], "texture": "#1"}, + "south": {"uv": [9.5, 8.5, 10, 9], "texture": "#1"}, + "west": {"uv": [6, 0.5, 12, 1], "texture": "#1"}, + "up": {"uv": [2.5, 12, 2, 6], "texture": "#1"}, + "down": {"uv": [3, 6, 2.5, 12], "texture": "#1"} + } + }, + { + "from": [1, 2, 1], + "to": [2, 14, 2], + "faces": { + "north": {"uv": [3, 6, 3.5, 12], "texture": "#1"}, + "east": {"uv": [3.5, 6, 4, 12], "texture": "#1"}, + "south": {"uv": [4, 6, 4.5, 12], "texture": "#1"}, + "west": {"uv": [4.5, 6, 5, 12], "texture": "#1"}, + "up": {"uv": [10, 9.5, 9.5, 9], "texture": "#1"}, + "down": {"uv": [10, 9.5, 9.5, 10], "texture": "#1"} + } + }, + { + "from": [1, 2, 14], + "to": [2, 14, 15], + "faces": { + "north": {"uv": [5, 6, 5.5, 12], "texture": "#1"}, + "east": {"uv": [5.5, 6, 6, 12], "texture": "#1"}, + "south": {"uv": [6, 6, 6.5, 12], "texture": "#1"}, + "west": {"uv": [6.5, 6, 7, 12], "texture": "#1"}, + "up": {"uv": [10.5, 6.5, 10, 6], "texture": "#1"}, + "down": {"uv": [10.5, 6.5, 10, 7], "texture": "#1"} + } + }, + { + "from": [14, 2, 14], + "to": [15, 14, 15], + "faces": { + "north": {"uv": [0, 7, 0.5, 13], "texture": "#1"}, + "east": {"uv": [0.5, 7, 1, 13], "texture": "#1"}, + "south": {"uv": [7, 6, 7.5, 12], "texture": "#1"}, + "west": {"uv": [7.5, 6, 8, 12], "texture": "#1"}, + "up": {"uv": [10.5, 7.5, 10, 7], "texture": "#1"}, + "down": {"uv": [10.5, 7.5, 10, 8], "texture": "#1"} + } + }, + { + "from": [14, 2, 1], + "to": [15, 14, 2], + "faces": { + "north": {"uv": [1, 8, 1.5, 14], "texture": "#1"}, + "east": {"uv": [8, 1, 8.5, 7], "texture": "#1"}, + "south": {"uv": [1.5, 8, 2, 14], "texture": "#1"}, + "west": {"uv": [8, 7, 8.5, 13], "texture": "#1"}, + "up": {"uv": [10.5, 8.5, 10, 8], "texture": "#1"}, + "down": {"uv": [9, 10, 8.5, 10.5], "texture": "#1"} + } + }, + { + "from": [2, 14, 14], + "to": [14, 15, 15], + "faces": { + "north": {"uv": [8.5, 1, 14.5, 1.5], "texture": "#1"}, + "east": {"uv": [10, 8.5, 10.5, 9], "texture": "#1"}, + "south": {"uv": [8.5, 1.5, 14.5, 2], "texture": "#1"}, + "west": {"uv": [9, 10, 9.5, 10.5], "texture": "#1"}, + "up": {"uv": [14.5, 2.5, 8.5, 2], "texture": "#1"}, + "down": {"uv": [14.5, 2.5, 8.5, 3], "texture": "#1"} + } + }, + { + "from": [14, 14, 2], + "to": [15, 15, 14], + "faces": { + "north": {"uv": [10, 9, 10.5, 9.5], "texture": "#1"}, + "east": {"uv": [8.5, 3, 14.5, 3.5], "texture": "#1"}, + "south": {"uv": [9.5, 10, 10, 10.5], "texture": "#1"}, + "west": {"uv": [8.5, 3.5, 14.5, 4], "texture": "#1"}, + "up": {"uv": [9, 10, 8.5, 4], "texture": "#1"}, + "down": {"uv": [9.5, 4, 9, 10], "texture": "#1"} + } + }, + { + "from": [2, 14, 1], + "to": [14, 15, 2], + "faces": { + "north": {"uv": [9.5, 4, 15.5, 4.5], "texture": "#1"}, + "east": {"uv": [10, 9.5, 10.5, 10], "texture": "#1"}, + "south": {"uv": [9.5, 4.5, 15.5, 5], "texture": "#1"}, + "west": {"uv": [10, 10, 10.5, 10.5], "texture": "#1"}, + "up": {"uv": [15.5, 5.5, 9.5, 5], "texture": "#1"}, + "down": {"uv": [15.5, 5.5, 9.5, 6], "texture": "#1"} + } + }, + { + "from": [6, 6, 6], + "to": [10, 10, 10], + "faces": { + "north": {"uv": [0, 0, 4, 4], "texture": "#0"}, + "east": {"uv": [0, 4, 4, 8], "texture": "#0"}, + "south": {"uv": [4, 0, 8, 4], "texture": "#0"}, + "west": {"uv": [4, 4, 8, 8], "texture": "#0"}, + "up": {"uv": [4, 12, 0, 8], "texture": "#0"}, + "down": {"uv": [12, 0, 8, 4], "texture": "#0"} + } + }, + { + "name": "internal", + "from": [1, 1, 14], + "to": [2, 2, 15], + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 2], "texture": "#2"}, + "south": {"uv": [1, 0, 2, 1], "texture": "#2"}, + "west": {"uv": [1, 1, 2, 2], "texture": "#2"}, + "up": {"uv": [1, 3, 0, 2], "texture": "#2"}, + "down": {"uv": [3, 0, 2, 1], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [14, 1, 1], + "to": [15, 2, 2], + "faces": { + "north": {"uv": [1, 2, 2, 3], "texture": "#2"}, + "east": {"uv": [2, 1, 3, 2], "texture": "#2"}, + "south": {"uv": [2, 2, 3, 3], "texture": "#2"}, + "west": {"uv": [0, 3, 1, 4], "texture": "#2"}, + "up": {"uv": [4, 1, 3, 0], "texture": "#2"}, + "down": {"uv": [2, 3, 1, 4], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [14, 14, 1], + "to": [15, 15, 2], + "faces": { + "north": {"uv": [3, 1, 4, 2], "texture": "#2"}, + "east": {"uv": [2, 3, 3, 4], "texture": "#2"}, + "south": {"uv": [3, 2, 4, 3], "texture": "#2"}, + "west": {"uv": [3, 3, 4, 4], "texture": "#2"}, + "up": {"uv": [1, 5, 0, 4], "texture": "#2"}, + "down": {"uv": [5, 0, 4, 1], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [1, 14, 14], + "to": [2, 15, 15], + "faces": { + "north": {"uv": [1, 4, 2, 5], "texture": "#2"}, + "east": {"uv": [4, 1, 5, 2], "texture": "#2"}, + "south": {"uv": [2, 4, 3, 5], "texture": "#2"}, + "west": {"uv": [4, 2, 5, 3], "texture": "#2"}, + "up": {"uv": [4, 5, 3, 4], "texture": "#2"}, + "down": {"uv": [5, 3, 4, 4], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [1, 14, 1], + "to": [2, 15, 2], + "faces": { + "north": {"uv": [4, 4, 5, 5], "texture": "#2"}, + "east": {"uv": [0, 5, 1, 6], "texture": "#2"}, + "south": {"uv": [5, 0, 6, 1], "texture": "#2"}, + "west": {"uv": [1, 5, 2, 6], "texture": "#2"}, + "up": {"uv": [6, 2, 5, 1], "texture": "#2"}, + "down": {"uv": [3, 5, 2, 6], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [14, 14, 14], + "to": [15, 15, 15], + "faces": { + "north": {"uv": [5, 2, 6, 3], "texture": "#2"}, + "east": {"uv": [3, 5, 4, 6], "texture": "#2"}, + "south": {"uv": [5, 3, 6, 4], "texture": "#2"}, + "west": {"uv": [4, 5, 5, 6], "texture": "#2"}, + "up": {"uv": [6, 5, 5, 4], "texture": "#2"}, + "down": {"uv": [6, 5, 5, 6], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [14, 1, 14], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [0, 6, 1, 7], "texture": "#2"}, + "east": {"uv": [6, 0, 7, 1], "texture": "#2"}, + "south": {"uv": [1, 6, 2, 7], "texture": "#2"}, + "west": {"uv": [6, 1, 7, 2], "texture": "#2"}, + "up": {"uv": [3, 7, 2, 6], "texture": "#2"}, + "down": {"uv": [7, 2, 6, 3], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [1, 1, 1], + "to": [2, 2, 2], + "faces": { + "north": {"uv": [3, 6, 4, 7], "texture": "#2"}, + "east": {"uv": [6, 3, 7, 4], "texture": "#2"}, + "south": {"uv": [4, 6, 5, 7], "texture": "#2"}, + "west": {"uv": [6, 4, 7, 5], "texture": "#2"}, + "up": {"uv": [6, 7, 5, 6], "texture": "#2"}, + "down": {"uv": [7, 5, 6, 6], "texture": "#2"} + } + } + ], + "groups": [ + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95] + }, + { + "name": "Frame Bars", + "origin": [0, 0, 0], + "color": 0, + "children": [96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107] + }, + 108, + { + "name": "Internals", + "origin": [0, 0, 0], + "color": 0, + "children": [109, 110, 111, 112, 113, 114, 115, 116] + } + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/mini_sun.json b/src/old/resources/assets/ariasessentials/models/block/mini_sun.json new file mode 100644 index 0000000..236bba5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/mini_sun.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/mini_sun" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/nether_vault_steel_ore_block.json b/src/old/resources/assets/ariasessentials/models/block/nether_vault_steel_ore_block.json new file mode 100644 index 0000000..68abdef --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/nether_vault_steel_ore_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/nether_vault_steel_ore_block" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door.json new file mode 100644 index 0000000..c378c1a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_left", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left.json new file mode 100644 index 0000000..296d607 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_bottom_left", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left_open.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left_open.json new file mode 100644 index 0000000..4bbea1b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left_open.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_bottom_left_open", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right.json new file mode 100644 index 0000000..7ef01a0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_bottom_right", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right_open.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right_open.json new file mode 100644 index 0000000..1ae0ac1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right_open.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_bottom_right_open", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left.json new file mode 100644 index 0000000..4ed06ec --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_top_left", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left_open.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left_open.json new file mode 100644 index 0000000..feccae3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left_open.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_top_left_open", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right.json new file mode 100644 index 0000000..9a92cda --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_top_right", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right_open.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right_open.json new file mode 100644 index 0000000..797b677 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right_open.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_top_right_open", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model0.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model0.json new file mode 100644 index 0000000..577aea8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model1.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model1.json new file mode 100644 index 0000000..f4bf971 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model2.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model2.json new file mode 100644 index 0000000..e23ae58 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model3.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model3.json new file mode 100644 index 0000000..ac02e82 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_bottom.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_bottom.json new file mode 100644 index 0000000..ecfe41e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_double.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_double.json new file mode 100644 index 0000000..577aea8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_top.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_top.json new file mode 100644 index 0000000..f3f46ec --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_bottom.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_bottom.json new file mode 100644 index 0000000..4fc9faa --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_double.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_double.json new file mode 100644 index 0000000..f4bf971 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_top.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_top.json new file mode 100644 index 0000000..577100d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_bottom.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_bottom.json new file mode 100644 index 0000000..7fd58ce --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_double.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_double.json new file mode 100644 index 0000000..e23ae58 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_top.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_top.json new file mode 100644 index 0000000..2de73a5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_bottom.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_bottom.json new file mode 100644 index 0000000..5381c9e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_double.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_double.json new file mode 100644 index 0000000..ac02e82 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_top.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_top.json new file mode 100644 index 0000000..7be7a7e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0.json new file mode 100644 index 0000000..acc63a0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_inner.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_inner.json new file mode 100644 index 0000000..86f282d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_outer.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_outer.json new file mode 100644 index 0000000..8a16412 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1.json new file mode 100644 index 0000000..52aa7b6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_inner.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_inner.json new file mode 100644 index 0000000..87a81ea --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_outer.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_outer.json new file mode 100644 index 0000000..c061a1c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2.json new file mode 100644 index 0000000..53b7cda --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_inner.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_inner.json new file mode 100644 index 0000000..99becb1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_outer.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_outer.json new file mode 100644 index 0000000..52f565e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3.json new file mode 100644 index 0000000..b1c4544 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_inner.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_inner.json new file mode 100644 index 0000000..ea26982 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_outer.json b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_outer.json new file mode 100644 index 0000000..35b599c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_inventory.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_inventory.json new file mode 100644 index 0000000..ab63fd6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_inventory.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture_inventory" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model0.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model0.json new file mode 100644 index 0000000..66e2dc5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model0.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model1.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model1.json new file mode 100644 index 0000000..6e5a55a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model1.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model2.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model2.json new file mode 100644 index 0000000..ef9a17e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model2.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model3.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model3.json new file mode 100644 index 0000000..fd55598 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_block_model3.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_bottom.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_bottom.json new file mode 100644 index 0000000..1be35ac --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_bottom.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_double.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_double.json new file mode 100644 index 0000000..66e2dc5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_top.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_top.json new file mode 100644 index 0000000..303d361 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_top.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab_top", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_bottom.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_bottom.json new file mode 100644 index 0000000..7fededd --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_bottom.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_double.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_double.json new file mode 100644 index 0000000..6e5a55a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_top.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_top.json new file mode 100644 index 0000000..b1c8fa0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_top.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab_top", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_bottom.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_bottom.json new file mode 100644 index 0000000..7b1a5b5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_bottom.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_double.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_double.json new file mode 100644 index 0000000..ef9a17e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_top.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_top.json new file mode 100644 index 0000000..fc0edab --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_top.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab_top", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_bottom.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_bottom.json new file mode 100644 index 0000000..8f74c99 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_bottom.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_double.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_double.json new file mode 100644 index 0000000..fd55598 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_top.json b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_top.json new file mode 100644 index 0000000..2738a5d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_top.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab_top", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/pool_tile.json b/src/old/resources/assets/ariasessentials/models/block/pool_tile.json new file mode 100644 index 0000000..f0956ce --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/pool_tile_light.json new file mode 100644 index 0000000..5ba9188 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/block/pool_tile_slab.json new file mode 100644 index 0000000..9d74d64 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/pool_tile", + "side": "ariasessentials:block/pool_tile", + "top": "ariasessentials:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/pool_tile_slab_top.json b/src/old/resources/assets/ariasessentials/models/block/pool_tile_slab_top.json new file mode 100644 index 0000000..790e885 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/pool_tile", + "side": "ariasessentials:block/pool_tile", + "top": "ariasessentials:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/block/pool_tile_stairs.json new file mode 100644 index 0000000..8d8798d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/pool_tile", + "side": "ariasessentials:block/pool_tile", + "top": "ariasessentials:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/pool_tile_stairs_inner.json b/src/old/resources/assets/ariasessentials/models/block/pool_tile_stairs_inner.json new file mode 100644 index 0000000..799ffeb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/pool_tile", + "side": "ariasessentials:block/pool_tile", + "top": "ariasessentials:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/pool_tile_stairs_outer.json b/src/old/resources/assets/ariasessentials/models/block/pool_tile_stairs_outer.json new file mode 100644 index 0000000..baf2a0e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/pool_tile", + "side": "ariasessentials:block/pool_tile", + "top": "ariasessentials:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_inventory.json b/src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_inventory.json new file mode 100644 index 0000000..765b068 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_post.json b/src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_post.json new file mode 100644 index 0000000..3291bfc --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_side.json b/src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_side.json new file mode 100644 index 0000000..beca28c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_side_tall.json b/src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_side_tall.json new file mode 100644 index 0000000..31be976 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/pool_tile_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/raw_cobalt_ore.json b/src/old/resources/assets/ariasessentials/models/block/raw_cobalt_ore.json new file mode 100644 index 0000000..7062a8b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/raw_cobalt_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "ariasessentials:block/raw_cobalt_ore" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model0.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model0.json new file mode 100644 index 0000000..a29c246 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model1.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model1.json new file mode 100644 index 0000000..558c94d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model2.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model2.json new file mode 100644 index 0000000..555c431 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model3.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model3.json new file mode 100644 index 0000000..7b5e259 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model4.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model4.json new file mode 100644 index 0000000..4918d1a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model5.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model5.json new file mode 100644 index 0000000..86abce9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model6.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model6.json new file mode 100644 index 0000000..10ad375 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model7.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model7.json new file mode 100644 index 0000000..0578281 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_model7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_bottom.json new file mode 100644 index 0000000..7a3ef60 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_double.json new file mode 100644 index 0000000..a29c246 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_top.json new file mode 100644 index 0000000..5635d39 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_bottom.json new file mode 100644 index 0000000..4fd4c75 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_double.json new file mode 100644 index 0000000..558c94d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_top.json new file mode 100644 index 0000000..10953ed --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_bottom.json new file mode 100644 index 0000000..0ecd22d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_double.json new file mode 100644 index 0000000..555c431 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_top.json new file mode 100644 index 0000000..da5db3c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_bottom.json new file mode 100644 index 0000000..3535310 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_double.json new file mode 100644 index 0000000..7b5e259 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_top.json new file mode 100644 index 0000000..161f0f5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_bottom.json new file mode 100644 index 0000000..ea746ce --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_double.json new file mode 100644 index 0000000..4918d1a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_top.json new file mode 100644 index 0000000..7a6cde7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_bottom.json new file mode 100644 index 0000000..7cff2be --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_double.json new file mode 100644 index 0000000..86abce9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_top.json new file mode 100644 index 0000000..e61786d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_bottom.json new file mode 100644 index 0000000..95fb75b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_double.json new file mode 100644 index 0000000..10ad375 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_top.json new file mode 100644 index 0000000..823845b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_bottom.json new file mode 100644 index 0000000..7679d43 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_double.json new file mode 100644 index 0000000..0578281 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_top.json new file mode 100644 index 0000000..f8ddac3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0.json new file mode 100644 index 0000000..1afb483 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_inner.json new file mode 100644 index 0000000..7ad09d2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_outer.json new file mode 100644 index 0000000..ff2b074 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1.json new file mode 100644 index 0000000..a7a0f5e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_inner.json new file mode 100644 index 0000000..3b06fc9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_outer.json new file mode 100644 index 0000000..f12430f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2.json new file mode 100644 index 0000000..85a0171 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_inner.json new file mode 100644 index 0000000..55c9872 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_outer.json new file mode 100644 index 0000000..290dd4f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3.json new file mode 100644 index 0000000..a51981e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_inner.json new file mode 100644 index 0000000..49a3dc8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_outer.json new file mode 100644 index 0000000..506a97d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4.json new file mode 100644 index 0000000..b3f9dd8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_inner.json new file mode 100644 index 0000000..56a59a5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_outer.json new file mode 100644 index 0000000..159fdc6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5.json new file mode 100644 index 0000000..a9c754b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_inner.json new file mode 100644 index 0000000..4c4a6bb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_outer.json new file mode 100644 index 0000000..8d2647b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6.json new file mode 100644 index 0000000..6b6b34d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_inner.json new file mode 100644 index 0000000..9d668bb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_outer.json new file mode 100644 index 0000000..7faebbb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7.json new file mode 100644 index 0000000..e5e918b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_inner.json new file mode 100644 index 0000000..d63291a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_outer.json new file mode 100644 index 0000000..a9a5643 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model0.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model0.json new file mode 100644 index 0000000..7a07c05 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model1.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model1.json new file mode 100644 index 0000000..fb767ca --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model2.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model2.json new file mode 100644 index 0000000..2501ee1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model3.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model3.json new file mode 100644 index 0000000..73e7f5b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model4.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model4.json new file mode 100644 index 0000000..6d26bc8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model5.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model5.json new file mode 100644 index 0000000..cd383ce --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model6.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model6.json new file mode 100644 index 0000000..5891bfb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model7.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model7.json new file mode 100644 index 0000000..527f936 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_bottom.json new file mode 100644 index 0000000..ea6caf5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_double.json new file mode 100644 index 0000000..7a07c05 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_top.json new file mode 100644 index 0000000..2b594fa --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_bottom.json new file mode 100644 index 0000000..97be829 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_double.json new file mode 100644 index 0000000..fb767ca --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_top.json new file mode 100644 index 0000000..d1b8845 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_bottom.json new file mode 100644 index 0000000..6a96223 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_double.json new file mode 100644 index 0000000..2501ee1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_top.json new file mode 100644 index 0000000..0ae7738 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_bottom.json new file mode 100644 index 0000000..889e65c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_double.json new file mode 100644 index 0000000..73e7f5b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_top.json new file mode 100644 index 0000000..4b1d969 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_bottom.json new file mode 100644 index 0000000..0ccc5e8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_double.json new file mode 100644 index 0000000..6d26bc8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_top.json new file mode 100644 index 0000000..a66e5d1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_bottom.json new file mode 100644 index 0000000..e8e6d3a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_double.json new file mode 100644 index 0000000..cd383ce --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_top.json new file mode 100644 index 0000000..8845bcb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_bottom.json new file mode 100644 index 0000000..786152f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_double.json new file mode 100644 index 0000000..5891bfb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_top.json new file mode 100644 index 0000000..e976563 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_bottom.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_bottom.json new file mode 100644 index 0000000..e310e2f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_double.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_double.json new file mode 100644 index 0000000..527f936 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_top.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_top.json new file mode 100644 index 0000000..f826628 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0.json new file mode 100644 index 0000000..8eecf4f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_inner.json new file mode 100644 index 0000000..83c748a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_outer.json new file mode 100644 index 0000000..23b6325 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1.json new file mode 100644 index 0000000..4f4af6d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_inner.json new file mode 100644 index 0000000..b15ba5e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_outer.json new file mode 100644 index 0000000..6bb9f3f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2.json new file mode 100644 index 0000000..df9c94c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_inner.json new file mode 100644 index 0000000..15c45b3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_outer.json new file mode 100644 index 0000000..be859ca --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3.json new file mode 100644 index 0000000..952d869 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_inner.json new file mode 100644 index 0000000..07e5c52 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_outer.json new file mode 100644 index 0000000..403ce30 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4.json new file mode 100644 index 0000000..55308ec --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_inner.json new file mode 100644 index 0000000..b5a55bc --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_outer.json new file mode 100644 index 0000000..bd09991 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5.json new file mode 100644 index 0000000..e912507 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_inner.json new file mode 100644 index 0000000..f444684 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_outer.json new file mode 100644 index 0000000..6764a88 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6.json new file mode 100644 index 0000000..86aaf62 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_inner.json new file mode 100644 index 0000000..57ede3a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_outer.json new file mode 100644 index 0000000..6faf0ff --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7.json new file mode 100644 index 0000000..30e8fa9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_inner.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_inner.json new file mode 100644 index 0000000..8d549c9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_outer.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_outer.json new file mode 100644 index 0000000..845480f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_inventory.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_inventory.json new file mode 100644 index 0000000..f224b55 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_post.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_post.json new file mode 100644 index 0000000..344e9ac --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side.json new file mode 100644 index 0000000..5a1152c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side_tall.json b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side_tall.json new file mode 100644 index 0000000..f405d86 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/red_pool_tile.json b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile.json new file mode 100644 index 0000000..9603739 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_light.json new file mode 100644 index 0000000..37d449c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/red_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_slab.json new file mode 100644 index 0000000..272b928 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/red_pool_tile", + "side": "ariasessentials:block/red_pool_tile", + "top": "ariasessentials:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_slab_top.json b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_slab_top.json new file mode 100644 index 0000000..8787d10 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/red_pool_tile", + "side": "ariasessentials:block/red_pool_tile", + "top": "ariasessentials:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_stairs.json new file mode 100644 index 0000000..821a24f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/red_pool_tile", + "side": "ariasessentials:block/red_pool_tile", + "top": "ariasessentials:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_stairs_inner.json b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_stairs_inner.json new file mode 100644 index 0000000..75a3fdb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/red_pool_tile", + "side": "ariasessentials:block/red_pool_tile", + "top": "ariasessentials:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_stairs_outer.json b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_stairs_outer.json new file mode 100644 index 0000000..1b639c9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/red_pool_tile", + "side": "ariasessentials:block/red_pool_tile", + "top": "ariasessentials:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_inventory.json b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_inventory.json new file mode 100644 index 0000000..9a668c0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_post.json b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_post.json new file mode 100644 index 0000000..3599ce8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_side.json b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_side.json new file mode 100644 index 0000000..ba32cae --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_side_tall.json b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_side_tall.json new file mode 100644 index 0000000..091d52c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_pool_tile_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/red_stairs.json b/src/old/resources/assets/ariasessentials/models/block/red_stairs.json new file mode 100644 index 0000000..c081a99 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/thresholds/blood_red", + "side": "ariasessentials:block/thresholds/blood_red", + "top": "ariasessentials:block/thresholds/blood_red" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/red_stairs_inner.json b/src/old/resources/assets/ariasessentials/models/block/red_stairs_inner.json new file mode 100644 index 0000000..c6bd2e3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/thresholds/blood_red", + "side": "ariasessentials:block/thresholds/blood_red", + "top": "ariasessentials:block/thresholds/blood_red" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/red_stairs_outer.json b/src/old/resources/assets/ariasessentials/models/block/red_stairs_outer.json new file mode 100644 index 0000000..a35fc7d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/thresholds/blood_red", + "side": "ariasessentials:block/thresholds/blood_red", + "top": "ariasessentials:block/thresholds/blood_red" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/red_tile.json b/src/old/resources/assets/ariasessentials/models/block/red_tile.json new file mode 100644 index 0000000..d5c2967 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_tile.json @@ -0,0 +1,7 @@ +{ + "parent": "ariasessentials:block/fb/top", + "textures": { + "top": "ariasessentials:block/thresholds/hallway/floor/tiles/red_tile_w_circle", + "side": "ariasessentials:block/thresholds/blood_red" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/red_tile_br.json b/src/old/resources/assets/ariasessentials/models/block/red_tile_br.json new file mode 100644 index 0000000..9715737 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_tile_br.json @@ -0,0 +1,7 @@ +{ + "parent": "ariasessentials:block/fb/sided", + "textures": { + "top": "ariasessentials:block/thresholds/hallway/floor/tiles/red_tile_transition_blood_red", + "side": "ariasessentials:block/thresholds/blood_red" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/red_tile_to_wall.json b/src/old/resources/assets/ariasessentials/models/block/red_tile_to_wall.json new file mode 100644 index 0000000..3dec861 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_tile_to_wall.json @@ -0,0 +1,7 @@ +{ + "parent": "ariasessentials:block/fb/sided", + "textures": { + "side": "ariasessentials:block/thresholds/hallway/wall/red_floor_to_wall", + "top": "ariasessentials:block/thresholds/blood_red" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/red_wall_variant_1.json b/src/old/resources/assets/ariasessentials/models/block/red_wall_variant_1.json new file mode 100644 index 0000000..f7dccbc --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_wall_variant_1.json @@ -0,0 +1,7 @@ +{ + "parent": "ariasessentials:block/fb/sided", + "textures": { + "side": "ariasessentials:block/thresholds/hallway/wall/red_wall", + "top": "ariasessentials:block/thresholds/blood_red" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/red_wall_variant_2.json b/src/old/resources/assets/ariasessentials/models/block/red_wall_variant_2.json new file mode 100644 index 0000000..1205523 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/red_wall_variant_2.json @@ -0,0 +1,7 @@ +{ + "parent": "ariasessentials:block/fb/sided", + "textures": { + "side": "ariasessentials:block/thresholds/hallway/wall/red_wall2", + "top": "ariasessentials:block/thresholds/blood_red" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/rotatable.json b/src/old/resources/assets/ariasessentials/models/block/rotatable.json new file mode 100644 index 0000000..1f9fbc3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/rotatable.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#side", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/sided.json b/src/old/resources/assets/ariasessentials/models/block/sided.json new file mode 100644 index 0000000..bf01ac5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/sided.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "particle": "#side", + "down": "#top", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model0.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model0.json new file mode 100644 index 0000000..a2c6e7c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model1.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model1.json new file mode 100644 index 0000000..6c2c7e1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model2.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model2.json new file mode 100644 index 0000000..abd8b1f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model3.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model3.json new file mode 100644 index 0000000..de3b4ba --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model4.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model4.json new file mode 100644 index 0000000..da7a784 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model5.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model5.json new file mode 100644 index 0000000..1123074 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model6.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model6.json new file mode 100644 index 0000000..9103309 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model7.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model7.json new file mode 100644 index 0000000..cd009f7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_block_model7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_bottom.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_bottom.json new file mode 100644 index 0000000..2dd3468 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_double.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_double.json new file mode 100644 index 0000000..a2c6e7c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_top.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_top.json new file mode 100644 index 0000000..e45c52a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_bottom.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_bottom.json new file mode 100644 index 0000000..5f117c1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_double.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_double.json new file mode 100644 index 0000000..6c2c7e1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_top.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_top.json new file mode 100644 index 0000000..d241a46 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_bottom.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_bottom.json new file mode 100644 index 0000000..a307c14 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_double.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_double.json new file mode 100644 index 0000000..abd8b1f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_top.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_top.json new file mode 100644 index 0000000..d3e7924 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_bottom.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_bottom.json new file mode 100644 index 0000000..e713321 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_double.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_double.json new file mode 100644 index 0000000..de3b4ba --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_top.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_top.json new file mode 100644 index 0000000..e4a83c7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_bottom.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_bottom.json new file mode 100644 index 0000000..4176d45 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_double.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_double.json new file mode 100644 index 0000000..da7a784 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_top.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_top.json new file mode 100644 index 0000000..0041d69 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_bottom.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_bottom.json new file mode 100644 index 0000000..e7f3413 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_double.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_double.json new file mode 100644 index 0000000..1123074 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_top.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_top.json new file mode 100644 index 0000000..9824fca --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_bottom.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_bottom.json new file mode 100644 index 0000000..a394f2a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_double.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_double.json new file mode 100644 index 0000000..9103309 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_top.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_top.json new file mode 100644 index 0000000..29d759e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_bottom.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_bottom.json new file mode 100644 index 0000000..aaa6416 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_double.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_double.json new file mode 100644 index 0000000..cd009f7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_top.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_top.json new file mode 100644 index 0000000..da5c0d3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0.json new file mode 100644 index 0000000..e73be34 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_inner.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_inner.json new file mode 100644 index 0000000..5ccfcb6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_outer.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_outer.json new file mode 100644 index 0000000..e9d33a2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1.json new file mode 100644 index 0000000..47b5dd7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_inner.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_inner.json new file mode 100644 index 0000000..ad3507c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_outer.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_outer.json new file mode 100644 index 0000000..1e13784 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2.json new file mode 100644 index 0000000..a10c7ec --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_inner.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_inner.json new file mode 100644 index 0000000..80348cd --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_outer.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_outer.json new file mode 100644 index 0000000..4210e44 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3.json new file mode 100644 index 0000000..f279aaa --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_inner.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_inner.json new file mode 100644 index 0000000..93b7943 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_outer.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_outer.json new file mode 100644 index 0000000..23308a1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4.json new file mode 100644 index 0000000..023819f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_inner.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_inner.json new file mode 100644 index 0000000..36a5b24 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_outer.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_outer.json new file mode 100644 index 0000000..5b0e232 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5.json new file mode 100644 index 0000000..c00f1f2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_inner.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_inner.json new file mode 100644 index 0000000..7f95f14 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_outer.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_outer.json new file mode 100644 index 0000000..5208530 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6.json new file mode 100644 index 0000000..e2cbc96 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_inner.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_inner.json new file mode 100644 index 0000000..cb6ddd8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_outer.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_outer.json new file mode 100644 index 0000000..4604c12 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7.json new file mode 100644 index 0000000..cb12521 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_inner.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_inner.json new file mode 100644 index 0000000..cb3c42b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_outer.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_outer.json new file mode 100644 index 0000000..3cd7743 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_inventory.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_inventory.json new file mode 100644 index 0000000..ee73ed8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_wall0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_post.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_post.json new file mode 100644 index 0000000..3a8e76a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_wall0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_side.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_side.json new file mode 100644 index 0000000..e08c599 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_wall0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_side_tall.json b/src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_side_tall.json new file mode 100644 index 0000000..4cc1107 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/slag_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_wall0" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/stable_singularity.json b/src/old/resources/assets/ariasessentials/models/block/stable_singularity.json new file mode 100644 index 0000000..ec540e6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/stable_singularity.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench", + "render_type": "minecraft:translucent", + "textures": { + "0": "ariasessentials:block/scrubber/stable_singularity_body", + "1": "ariasessentials:block/scrubber/stable_singularity_inner", + "particle": "ariasessentials:block/scrubber/stable_singularity_body" + }, + "elements": [ + { + "from": [10, 14, 2], + "to": [14, 15, 14], + "faces": { + "north": {"uv": [12.5, 6, 14.25, 6.25], "texture": "#0"}, + "east": {"uv": [11, 3, 15, 3.25], "texture": "#0"}, + "south": {"uv": [12.75, 12.25, 14.5, 12.5], "texture": "#0"}, + "west": {"uv": [11, 3.25, 15, 3.5], "texture": "#0"}, + "up": {"uv": [1.75, 4, 0, 0], "texture": "#0"}, + "down": {"uv": [3.5, 0, 1.75, 4], "texture": "#0"} + } + }, + { + "from": [1, 0, 1], + "to": [6, 1, 15], + "faces": { + "north": {"uv": [12.75, 12.5, 14.5, 12.75], "texture": "#0"}, + "east": {"uv": [11, 3.5, 15, 3.75], "texture": "#0"}, + "south": {"uv": [12.75, 12.75, 14.5, 13], "texture": "#0"}, + "west": {"uv": [11, 3.75, 15, 4], "texture": "#0"}, + "up": {"uv": [5.25, 4, 3.5, 0], "texture": "#0"}, + "down": {"uv": [1.75, 4, 0, 8], "texture": "#0"} + } + }, + { + "from": [6, 0, 1], + "to": [10, 1, 6], + "faces": { + "north": {"uv": [5.75, 8, 6.25, 8.25], "texture": "#0"}, + "east": {"uv": [0.5, 13, 2.25, 13.25], "texture": "#0"}, + "south": {"uv": [6.25, 8, 6.75, 8.25], "texture": "#0"}, + "west": {"uv": [6, 13, 7.75, 13.25], "texture": "#0"}, + "up": {"uv": [5, 13.75, 4.5, 12], "texture": "#0"}, + "down": {"uv": [12.5, 4.5, 12, 6.25], "texture": "#0"} + } + }, + { + "from": [6, 0, 10], + "to": [10, 1, 15], + "faces": { + "north": {"uv": [5.75, 8.25, 6.25, 8.5], "texture": "#0"}, + "east": {"uv": [7.75, 13, 9.5, 13.25], "texture": "#0"}, + "south": {"uv": [6.25, 8.25, 6.75, 8.5], "texture": "#0"}, + "west": {"uv": [9.5, 13, 11.25, 13.25], "texture": "#0"}, + "up": {"uv": [5.5, 13.75, 5, 12], "texture": "#0"}, + "down": {"uv": [6, 12, 5.5, 13.75], "texture": "#0"} + } + }, + { + "from": [10, 0, 1], + "to": [15, 1, 15], + "faces": { + "north": {"uv": [12.75, 13, 14.5, 13.25], "texture": "#0"}, + "east": {"uv": [11, 4, 15, 4.25], "texture": "#0"}, + "south": {"uv": [0.5, 13.25, 2.25, 13.5], "texture": "#0"}, + "west": {"uv": [11, 4.25, 15, 4.5], "texture": "#0"}, + "up": {"uv": [3.5, 8, 1.75, 4], "texture": "#0"}, + "down": {"uv": [5.25, 4, 3.5, 8], "texture": "#0"} + } + }, + { + "from": [1, 1, 2], + "to": [2, 6, 15], + "faces": { + "north": {"uv": [10.25, 13.25, 10.5, 14.75], "texture": "#0"}, + "east": {"uv": [7, 0, 11, 1.5], "texture": "#0"}, + "south": {"uv": [10.5, 13.25, 10.75, 14.75], "texture": "#0"}, + "west": {"uv": [7, 1.5, 11, 3], "texture": "#0"}, + "up": {"uv": [11.25, 8.5, 11, 4.5], "texture": "#0"}, + "down": {"uv": [11.5, 4.5, 11.25, 8.5], "texture": "#0"} + } + }, + { + "from": [1, 6, 11], + "to": [2, 10, 15], + "faces": { + "north": {"uv": [6.75, 8, 7, 8.5], "texture": "#0"}, + "east": {"uv": [4, 8, 5.75, 8.5], "texture": "#0"}, + "south": {"uv": [5.75, 8.5, 6, 9], "texture": "#0"}, + "west": {"uv": [4, 8.5, 5.75, 9], "texture": "#0"}, + "up": {"uv": [2.5, 14.75, 2.25, 13], "texture": "#0"}, + "down": {"uv": [2.75, 13, 2.5, 14.75], "texture": "#0"} + } + }, + { + "from": [1, 10, 2], + "to": [2, 15, 15], + "faces": { + "north": {"uv": [10.75, 13.25, 11, 14.75], "texture": "#0"}, + "east": {"uv": [7, 3, 11, 4.5], "texture": "#0"}, + "south": {"uv": [11, 13.25, 11.25, 14.75], "texture": "#0"}, + "west": {"uv": [7, 4.5, 11, 6], "texture": "#0"}, + "up": {"uv": [11.75, 8.5, 11.5, 4.5], "texture": "#0"}, + "down": {"uv": [12, 4.5, 11.75, 8.5], "texture": "#0"} + } + }, + { + "from": [1, 6, 2], + "to": [2, 10, 6], + "faces": { + "north": {"uv": [6, 8.5, 6.25, 9], "texture": "#0"}, + "east": {"uv": [11.5, 9, 13.25, 9.5], "texture": "#0"}, + "south": {"uv": [6.25, 8.5, 6.5, 9], "texture": "#0"}, + "west": {"uv": [11.5, 9.5, 13.25, 10], "texture": "#0"}, + "up": {"uv": [3, 14.75, 2.75, 13], "texture": "#0"}, + "down": {"uv": [3.25, 13, 3, 14.75], "texture": "#0"} + } + }, + { + "from": [14, 10, 1], + "to": [15, 15, 15], + "faces": { + "north": {"uv": [12.75, 13.25, 13, 14.75], "texture": "#0"}, + "east": {"uv": [7, 6, 11, 7.5], "texture": "#0"}, + "south": {"uv": [13, 13.25, 13.25, 14.75], "texture": "#0"}, + "west": {"uv": [7, 7.5, 11, 9], "texture": "#0"}, + "up": {"uv": [3.75, 16, 3.5, 12], "texture": "#0"}, + "down": {"uv": [4, 12, 3.75, 16], "texture": "#0"} + } + }, + { + "from": [14, 6, 10], + "to": [15, 10, 15], + "faces": { + "north": {"uv": [6.5, 8.5, 6.75, 9], "texture": "#0"}, + "east": {"uv": [11.5, 10, 13.25, 10.5], "texture": "#0"}, + "south": {"uv": [6.75, 8.5, 7, 9], "texture": "#0"}, + "west": {"uv": [6, 12, 7.75, 12.5], "texture": "#0"}, + "up": {"uv": [3.5, 14.75, 3.25, 13], "texture": "#0"}, + "down": {"uv": [6.25, 13.25, 6, 15], "texture": "#0"} + } + }, + { + "from": [14, 6, 1], + "to": [15, 10, 6], + "faces": { + "north": {"uv": [3.5, 9.5, 3.75, 10], "texture": "#0"}, + "east": {"uv": [12, 6.25, 13.75, 6.75], "texture": "#0"}, + "south": {"uv": [3.75, 9.5, 4, 10], "texture": "#0"}, + "west": {"uv": [12, 6.75, 13.75, 7.25], "texture": "#0"}, + "up": {"uv": [6.5, 15, 6.25, 13.25], "texture": "#0"}, + "down": {"uv": [6.75, 13.25, 6.5, 15], "texture": "#0"} + } + }, + { + "from": [14, 1, 1], + "to": [15, 6, 15], + "faces": { + "north": {"uv": [13.25, 13.25, 13.5, 14.75], "texture": "#0"}, + "east": {"uv": [0, 8, 4, 9.5], "texture": "#0"}, + "south": {"uv": [0.5, 13.5, 0.75, 15], "texture": "#0"}, + "west": {"uv": [4, 9, 8, 10.5], "texture": "#0"}, + "up": {"uv": [4.25, 16, 4, 12], "texture": "#0"}, + "down": {"uv": [4.5, 12, 4.25, 16], "texture": "#0"} + } + }, + { + "from": [1, 10, 1], + "to": [14, 15, 2], + "faces": { + "north": {"uv": [8, 9, 11.5, 10.5], "texture": "#0"}, + "east": {"uv": [0.75, 13.5, 1, 15], "texture": "#0"}, + "south": {"uv": [0, 9.5, 3.5, 11], "texture": "#0"}, + "west": {"uv": [1, 13.5, 1.25, 15], "texture": "#0"}, + "up": {"uv": [15.5, 7.5, 12, 7.25], "texture": "#0"}, + "down": {"uv": [15.5, 7.5, 12, 7.75], "texture": "#0"} + } + }, + { + "from": [9, 6, 1], + "to": [14, 10, 2], + "faces": { + "north": {"uv": [0.5, 12.5, 2, 13], "texture": "#0"}, + "east": {"uv": [3.5, 10, 3.75, 10.5], "texture": "#0"}, + "south": {"uv": [2, 12.5, 3.5, 13], "texture": "#0"}, + "west": {"uv": [3.75, 10, 4, 10.5], "texture": "#0"}, + "up": {"uv": [14.75, 10.25, 13.25, 10], "texture": "#0"}, + "down": {"uv": [14.75, 10.25, 13.25, 10.5], "texture": "#0"} + } + }, + { + "from": [1, 6, 1], + "to": [5, 10, 2], + "faces": { + "north": {"uv": [12.5, 4.5, 14, 5], "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 10.75, 13], "texture": "#0"}, + "south": {"uv": [12.5, 5, 14, 5.5], "texture": "#0"}, + "west": {"uv": [10.75, 12.5, 11, 13], "texture": "#0"}, + "up": {"uv": [8.25, 13.75, 6.75, 13.5], "texture": "#0"}, + "down": {"uv": [9.75, 13.5, 8.25, 13.75], "texture": "#0"} + } + }, + { + "from": [1, 1, 1], + "to": [14, 6, 2], + "faces": { + "north": {"uv": [3.5, 10.5, 7, 12], "texture": "#0"}, + "east": {"uv": [1.25, 13.5, 1.5, 15], "texture": "#0"}, + "south": {"uv": [7, 10.5, 10.5, 12], "texture": "#0"}, + "west": {"uv": [1.5, 13.5, 1.75, 15], "texture": "#0"}, + "up": {"uv": [11.25, 12.25, 7.75, 12], "texture": "#0"}, + "down": {"uv": [15.5, 7.75, 12, 8], "texture": "#0"} + } + }, + { + "from": [2, 1, 15], + "to": [14, 6, 15], + "faces": { + "north": {"uv": [10.5, 10.5, 14, 12], "texture": "#0"}, + "east": {"uv": [1.75, 13.5, 2, 15], "texture": "#0"}, + "south": {"uv": [0, 11, 3.5, 12.5], "texture": "#0"}, + "west": {"uv": [2, 13.5, 2.25, 15], "texture": "#0"}, + "up": {"uv": [15.5, 8.25, 12, 8], "texture": "#0"}, + "down": {"uv": [15.5, 8.25, 12, 8.5], "texture": "#0"} + } + }, + { + "from": [2, 6, 14], + "to": [6, 10, 15], + "faces": { + "north": {"uv": [12.5, 5.5, 14, 6], "texture": "#0"}, + "east": {"uv": [11, 12.5, 11.25, 13], "texture": "#0"}, + "south": {"uv": [6, 12.5, 7.5, 13], "texture": "#0"}, + "west": {"uv": [13.75, 6.5, 14, 7], "texture": "#0"}, + "up": {"uv": [15, 13.5, 13.5, 13.25], "texture": "#0"}, + "down": {"uv": [15, 13.5, 13.5, 13.75], "texture": "#0"} + } + }, + { + "from": [10, 6, 14], + "to": [14, 10, 15], + "faces": { + "north": {"uv": [7.5, 12.5, 9, 13], "texture": "#0"}, + "east": {"uv": [6.75, 13.75, 7, 14.25], "texture": "#0"}, + "south": {"uv": [9, 12.5, 10.5, 13], "texture": "#0"}, + "west": {"uv": [7, 13.75, 7.25, 14.25], "texture": "#0"}, + "up": {"uv": [6, 14, 4.5, 13.75], "texture": "#0"}, + "down": {"uv": [15.25, 6.25, 13.75, 6.5], "texture": "#0"} + } + }, + { + "from": [2, 10, 14], + "to": [14, 15, 15], + "faces": { + "north": {"uv": [11, 0, 14.5, 1.5], "texture": "#0"}, + "east": {"uv": [9.75, 13.5, 10, 15], "texture": "#0"}, + "south": {"uv": [11, 1.5, 14.5, 3], "texture": "#0"}, + "west": {"uv": [10, 13.5, 10.25, 15], "texture": "#0"}, + "up": {"uv": [14.75, 12.25, 11.25, 12], "texture": "#0"}, + "down": {"uv": [11.25, 12.25, 7.75, 12.5], "texture": "#0"} + } + }, + { + "from": [6, 14, 10], + "to": [10, 15, 14], + "faces": { + "north": {"uv": [13.75, 7, 14.25, 7.25], "texture": "#0"}, + "east": {"uv": [6.75, 13.25, 8.5, 13.5], "texture": "#0"}, + "south": {"uv": [7.25, 13.75, 7.75, 14], "texture": "#0"}, + "west": {"uv": [8.5, 13.25, 10.25, 13.5], "texture": "#0"}, + "up": {"uv": [11.75, 14, 11.25, 12.25], "texture": "#0"}, + "down": {"uv": [12.25, 12.25, 11.75, 14], "texture": "#0"} + } + }, + { + "from": [6, 14, 2], + "to": [10, 15, 6], + "faces": { + "north": {"uv": [7.75, 13.75, 8.25, 14], "texture": "#0"}, + "east": {"uv": [13.25, 9, 15, 9.25], "texture": "#0"}, + "south": {"uv": [8.25, 13.75, 8.75, 14], "texture": "#0"}, + "west": {"uv": [13.25, 9.25, 15, 9.5], "texture": "#0"}, + "up": {"uv": [12.75, 14, 12.25, 12.25], "texture": "#0"}, + "down": {"uv": [0.5, 12.5, 0, 14.25], "texture": "#0"} + } + }, + { + "from": [2, 14, 2], + "to": [6, 15, 14], + "faces": { + "north": {"uv": [13.25, 9.5, 15, 9.75], "texture": "#0"}, + "east": {"uv": [11, 8.5, 15, 8.75], "texture": "#0"}, + "south": {"uv": [13.25, 9.75, 15, 10], "texture": "#0"}, + "west": {"uv": [11, 8.75, 15, 9], "texture": "#0"}, + "up": {"uv": [7, 4, 5.25, 0], "texture": "#0"}, + "down": {"uv": [7, 4, 5.25, 8], "texture": "#0"} + } + }, + { + "name": "inner", + "from": [2, 1, 2], + "to": [14, 13, 14], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "north"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "up": {"uv": [16, 16, 0, 0], "texture": "#1"}, + "down": {"uv": [16, 0, 0, 16], "texture": "#1"} + } + } + ], + "groups": [ + { + "name": "Outer Panels", + "origin": [0, 0, 0], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] + }, + 24 + ] +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/steel_catwalk.json b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk.json new file mode 100644 index 0000000..5827c0b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_catwalk" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_block.bbmodel b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_block.bbmodel new file mode 100644 index 0000000..00c161d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_block.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"steel_catwalk_block","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":16,"height":16},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,0.75,1],"to":[15,0.75,15],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[1,1,15,15],"rotation":90,"texture":1}},"type":"cube","uuid":"d5b862cc-db66-5776-00c3-d7e250d77aa8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,0.25,1],"to":[15,0.25,15],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[1,1,15,15],"texture":1}},"type":"cube","uuid":"d8710ac7-8af2-e56a-7d00-144336126d39"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,1],"to":[1,1,15],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,1,2],"texture":0},"east":{"uv":[0,0,14,2],"texture":0},"south":{"uv":[0,0,1,2],"texture":0},"west":{"uv":[0,0,14,2],"texture":0},"up":{"uv":[0,0,14,1],"rotation":270,"texture":0},"down":{"uv":[0,0,14,1],"rotation":90,"texture":0}},"type":"cube","uuid":"41da8660-914b-a7f1-708a-cdb799d773a7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[16,1,1],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,2],"texture":0},"east":{"uv":[0,0,1,2],"texture":0},"south":{"uv":[0,0,16,2],"texture":0},"west":{"uv":[0,0,1,2],"texture":0},"up":{"uv":[0,0,16,1],"texture":0},"down":{"uv":[0,0,16,1],"texture":0}},"type":"cube","uuid":"675f7b18-5bbc-d79a-2461-d288b04f0801"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,15],"to":[16,1,16],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,2],"texture":0},"east":{"uv":[0,0,1,2],"texture":0},"south":{"uv":[0,0,16,2],"texture":0},"west":{"uv":[0,0,1,2],"texture":0},"up":{"uv":[0,0,16,1],"texture":0},"down":{"uv":[0,0,16,1],"texture":0}},"type":"cube","uuid":"02ab1391-435d-963d-dd3d-cd0691203aff"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,0,1],"to":[16,1,15],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,1,2],"texture":0},"east":{"uv":[0,0,14,2],"texture":0},"south":{"uv":[0,0,1,2],"texture":0},"west":{"uv":[0,0,14,2],"texture":0},"up":{"uv":[0,0,14,1],"rotation":270,"texture":0},"down":{"uv":[0,0,14,1],"rotation":90,"texture":0}},"type":"cube","uuid":"afc499d0-9445-eb0d-f827-41b2cbde0a7b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,15.25,1],"to":[15,15.25,15],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[1,1,15,15],"rotation":90,"texture":1},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"debdeb87-565d-5777-240a-a5ee8af00b43"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,15.75,1],"to":[15,15.75,15],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[1,1,15,15],"texture":1},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"404a427d-1d1d-6a56-b26f-992c0ba2bad7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,15,1],"to":[1,16,15],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,1,2],"rotation":180,"texture":0},"east":{"uv":[0,0,14,2],"rotation":180,"texture":0},"south":{"uv":[0,0,1,2],"rotation":180,"texture":0},"west":{"uv":[0,0,14,2],"rotation":180,"texture":0},"up":{"uv":[0,0,14,1],"rotation":90,"texture":0},"down":{"uv":[0,0,14,1],"rotation":270,"texture":0}},"type":"cube","uuid":"3ac103ed-a7a1-7ed1-1b10-22a14d8e21b7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,15,15],"to":[16,16,16],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,2],"rotation":180,"texture":0},"east":{"uv":[0,0,1,2],"rotation":180,"texture":0},"south":{"uv":[0,0,16,2],"rotation":180,"texture":0},"west":{"uv":[0,0,1,2],"rotation":180,"texture":0},"up":{"uv":[0,0,16,1],"texture":0},"down":{"uv":[0,0,16,1],"texture":0}},"type":"cube","uuid":"6f70a13c-78c9-bd0b-ac3c-dcb8eee75229"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,15,0],"to":[16,16,1],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,2],"rotation":180,"texture":0},"east":{"uv":[0,0,1,2],"rotation":180,"texture":0},"south":{"uv":[0,0,16,2],"rotation":180,"texture":0},"west":{"uv":[0,0,1,2],"rotation":180,"texture":0},"up":{"uv":[0,0,16,1],"texture":0},"down":{"uv":[0,0,16,1],"texture":0}},"type":"cube","uuid":"2470db12-23ff-34ef-2b1e-d4114eebaa6d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,15,1],"to":[16,16,15],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,1,2],"rotation":180,"texture":0},"east":{"uv":[0,0,14,2],"rotation":180,"texture":0},"south":{"uv":[0,0,1,2],"rotation":180,"texture":0},"west":{"uv":[0,0,14,2],"rotation":180,"texture":0},"up":{"uv":[0,0,14,1],"rotation":90,"texture":0},"down":{"uv":[0,0,14,1],"rotation":270,"texture":0}},"type":"cube","uuid":"353fedf9-110e-1232-8dad-a39081e58196"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,15.25],"to":[15,15,15.25],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[1,1,15,15],"rotation":90,"texture":1},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"2d33172f-d620-6827-f5bd-dab4e3106a38"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,15.75],"to":[15,15,15.75],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[1,1,15,15],"texture":1},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"710fbb39-ed40-b71b-c4bc-7ab4558b51b4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,15],"to":[1,15,16],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,12,1],"rotation":90,"texture":0},"east":{"uv":[0,0,12,2],"rotation":90,"texture":0},"south":{"uv":[0,0,12,1],"rotation":90,"texture":0},"west":{"uv":[0,0,12,2],"rotation":270,"texture":0},"up":{"uv":[0,0,1,2],"texture":0},"down":{"uv":[0,0,1,2],"rotation":180,"texture":0}},"type":"cube","uuid":"b071c0c9-d493-5a16-2f50-7b6d7407f1f3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,1,15],"to":[16,15,16],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,12,1],"rotation":90,"texture":0},"east":{"uv":[0,0,12,2],"rotation":90,"texture":0},"south":{"uv":[0,0,12,1],"rotation":90,"texture":0},"west":{"uv":[0,0,12,2],"rotation":270,"texture":0},"up":{"uv":[0,0,1,2],"texture":0},"down":{"uv":[0,0,1,2],"rotation":180,"texture":0}},"type":"cube","uuid":"23b77a40-2d6e-32f1-d2e2-6dfc2b5c130c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,0.75],"to":[15,15,0.75],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[1,1,15,15],"rotation":90,"texture":1},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"6c5484c4-99d5-931f-8967-0522c2ffb3be"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,0.25],"to":[15,15,0.25],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[1,1,15,15],"texture":1},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"0a2fc678-a7be-8c2e-12e9-90ef9308cc19"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,1,0],"to":[16,15,1],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,12,1],"rotation":90,"texture":0},"east":{"uv":[0,0,12,2],"rotation":270,"texture":0},"south":{"uv":[0,0,12,1],"rotation":90,"texture":0},"west":{"uv":[0,0,12,2],"rotation":90,"texture":0},"up":{"uv":[0,0,1,2],"rotation":180,"texture":0},"down":{"uv":[0,0,1,2],"texture":0}},"type":"cube","uuid":"db3ae7de-f432-a618-ba4c-0dd7eda5cc5a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,0],"to":[1,15,1],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,12,1],"rotation":90,"texture":0},"east":{"uv":[0,0,12,2],"rotation":270,"texture":0},"south":{"uv":[0,0,12,1],"rotation":90,"texture":0},"west":{"uv":[0,0,12,2],"rotation":90,"texture":0},"up":{"uv":[0,0,1,2],"rotation":180,"texture":0},"down":{"uv":[0,0,1,2],"texture":0}},"type":"cube","uuid":"2d56fc06-7b14-359a-c3a8-23a89b650c15"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15.25,1,1],"to":[15.25,15,15],"autouv":0,"color":1,"origin":[8,8,6.5],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[1,1,15,15],"rotation":90,"texture":1},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"56ec864a-65a0-2779-85db-e6a32826f56b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15.75,1,1],"to":[15.75,15,15],"autouv":0,"color":1,"origin":[8,8,6.5],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[1,1,15,15],"texture":1},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"1f6ee38b-61c4-cd9f-4fad-82a095578e5d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.75,1,1],"to":[0.75,15,15],"autouv":0,"color":7,"origin":[8,8,6.5],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[1,1,15,15],"rotation":90,"texture":1},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"ac577144-2dea-16db-5bc0-3b386c7ff910"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.25,1,1],"to":[0.25,15,15],"autouv":0,"color":5,"origin":[8,8,6.5],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[1,1,15,15],"texture":1},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"a500631c-3d00-7301-ed1e-6d3ad36abbaf"}],"outliner":[{"name":"Side","origin":[0,0,0],"color":0,"uuid":"81d1c412-7db3-f104-8e92-2c06fefe9cd5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Grating","origin":[0,0,0],"color":0,"uuid":"c2800c02-ee64-6468-a001-7d993df8045b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["d5b862cc-db66-5776-00c3-d7e250d77aa8","d8710ac7-8af2-e56a-7d00-144336126d39"]},"41da8660-914b-a7f1-708a-cdb799d773a7","675f7b18-5bbc-d79a-2461-d288b04f0801","02ab1391-435d-963d-dd3d-cd0691203aff","afc499d0-9445-eb0d-f827-41b2cbde0a7b"]},{"name":"Side","origin":[0,0,0],"color":0,"uuid":"4e7087e1-6680-0dac-a641-4e5a864c3424","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Grating","origin":[0,0,0],"color":0,"uuid":"8594076e-e01a-8501-fa0f-827ea535e838","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["debdeb87-565d-5777-240a-a5ee8af00b43","404a427d-1d1d-6a56-b26f-992c0ba2bad7"]},"3ac103ed-a7a1-7ed1-1b10-22a14d8e21b7","6f70a13c-78c9-bd0b-ac3c-dcb8eee75229","2470db12-23ff-34ef-2b1e-d4114eebaa6d","353fedf9-110e-1232-8dad-a39081e58196"]},{"name":"Side","origin":[0,0,0],"color":0,"uuid":"0770e265-6157-fabd-2834-d722f3cc430d","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Grating","origin":[0,0,0],"color":0,"uuid":"a206c57c-5cff-5320-1c7f-3b5ce0f0a659","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["2d33172f-d620-6827-f5bd-dab4e3106a38","710fbb39-ed40-b71b-c4bc-7ab4558b51b4"]},"b071c0c9-d493-5a16-2f50-7b6d7407f1f3","23b77a40-2d6e-32f1-d2e2-6dfc2b5c130c"]},{"name":"Side","origin":[0,0,0],"color":0,"uuid":"9a5756c4-05fc-8a09-c741-0e95dd2b4665","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Grating","origin":[0,0,0],"color":0,"uuid":"ab8d17d5-6f99-71c7-b14c-c544a5c04292","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["6c5484c4-99d5-931f-8967-0522c2ffb3be","0a2fc678-a7be-8c2e-12e9-90ef9308cc19"]},"db3ae7de-f432-a618-ba4c-0dd7eda5cc5a","2d56fc06-7b14-359a-c3a8-23a89b650c15"]},{"name":"Grating","origin":[0,0,0],"color":0,"uuid":"45e2def1-28c5-13cc-e236-a75cb6b5c7c2","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["56ec864a-65a0-2779-85db-e6a32826f56b","1f6ee38b-61c4-cd9f-4fad-82a095578e5d"]},{"name":"Grating","origin":[0,0,0],"color":0,"uuid":"c04aa1d1-f9f1-43f6-a965-4db32dad9705","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["ac577144-2dea-16db-5bc0-3b386c7ff910","a500631c-3d00-7301-ed1e-6d3ad36abbaf"]}],"textures":[{"path":"/run/media/Backups/repos/Arias-Essentials/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/steel_texture.png","name":"steel_texture.png","folder":"block/engineersdecor/material","namespace":"ariasessentials","id":"0","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":true,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"d884cd98-5c60-bc37-ab3b-d3595f18c2b3","relative_path":"../../../textures/block/engineersdecor/material/steel_texture.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGYSURBVDhPVdNXjioxEAVQN2HI8MGKkAgS7H8h5EwPp0bVes+S5VR1Q9muVqtV3el0Sl3Xxfh6vUq2nLfb7VJVVZw/n89i/fl8Yq/abre1hG632wC0Wq0AEqAJdq693+/Yv91uQVotFou61+uVn5+f0u/3y+l0itEaGyBJWjB+O4L7/f6nYrfb1TYEjcfjOEg79oGfz+dQl0mj0Sj2QsFms2kUAIEaB1+m4XBYLpdLkXA4HAIsrRkpDACSdYwSjBglWCtaFhLw9XoNogBYLpc16QAcKJYC2YuAb4Jk6lgAbK5G+/3+7xYwTafT8GV+PB6bIrIzGAwCDLg1AkDGALDgU6IRY6qhIJONLFFHRSj0kBSLhWyk5iMC6GoBzefzmKdNcf8VESILKVOyRIER/J0rHkLyGwuqzqdDzHldyW6fTYmPx6N5hfGQXGP+Bd7yGQucTCbN4wFqj3w2tKiBIpKGeTabNR8lr4wdiW5JAXVxHhayar1ehwLIqi8h0QX8+5mQuH+Azf9wCxLzPwDiTUACJCiw/PL5pH8BMh1qqITbY1AAAAAASUVORK5CYII="},{"path":"/run/media/Backups/repos/Arias-Essentials/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_top.png","name":"steel_catwalk_top.png","folder":"block/engineersdecor/furniture","namespace":"ariasessentials","id":"1","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"c2e409a6-7a27-518f-b69f-4da3fd52233c","relative_path":"../../../textures/block/engineersdecor/furniture/steel_catwalk_top.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGqSURBVDhPZVPXjsIwEPTSHvgrToReQv9GegkJhEN3nwUSZc9jMb4TZ8lyvNkyM7uWSqWi2WzWPB8Pk8vnze12M5lMxnCJiMGm7WH9cH8+n+6Uer2uh8NBut2ubrdbf7bbbY2iSKrVqqZpKmEY6mazEdoR55IAQaFQMPv9Xj5KJf36/v5N0mppZO3vwSyGJB5Bp9PR3W7nnVs2GEmHw6EuFgvp9Xq6Xq99cvg7OoCYsxrESSKDwUCXy6U0m02N41gajYYm1t60J/5XLdr0dPJFarWaSlAu6+f5LKHVYGM1INzRaKTz+dwHjcdjnc1mHhG08AiKxaIBvPaLc7/f19Vq5RFNJhOdTqdCO4sAodeAPwmX8GlvWMES262/mlyvV+P43u93g1axpXRiC6kNaTEphHZtPEGYlwbkStUZzDuTg8blcjECJTEHaCFhe6dXUt5ZmUXcHDCIlThp5Px+Mhn83CSCp1E16C85c6i8Fq/+vw8V6P+bRApFzoTNYFA+Ho9OfLuMBEGgefsKMXEMYp/fEdFOhG4OAANPFRuc8LSRGVPGb9y5YMM/bKwfBJ7gvYeNLuwAAAAASUVORK5CYII="}],"display":{"thirdperson_righthand":{"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"scale":[0.5,0.5,0.5]},"ground":{"scale":[0.25,0.25,0.25]},"gui":{"rotation":[50,0,46],"scale":[0.5,0.5,0.5]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_block.json b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_block.json new file mode 100644 index 0000000..aba08a5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/steel_catwalk_block" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs.json b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs.json new file mode 100644 index 0000000..7fa1ed7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_stairs" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_dr.json b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_dr.json new file mode 100644 index 0000000..34caa59 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_dr.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_stairs_dr" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_lr.json b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_lr.json new file mode 100644 index 0000000..d320c85 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_lr.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_stairs_lr" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_rr.json b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_rr.json new file mode 100644 index 0000000..1fde452 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_rr.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_stairs_rr" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_top.json b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_top.json new file mode 100644 index 0000000..cd9e0e1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/steel_catwalk_top.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/steel_floor_grating.json b/src/old/resources/assets/ariasessentials/models/block/steel_floor_grating.json new file mode 100644 index 0000000..1ac7a6c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/steel_floor_grating.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_floor_grating" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/steel_floor_grating_top.json b/src/old/resources/assets/ariasessentials/models/block/steel_floor_grating_top.json new file mode 100644 index 0000000..272d64d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/steel_floor_grating_top.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_floor_grating_top" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/steel_railing.json b/src/old/resources/assets/ariasessentials/models/block/steel_railing.json new file mode 100644 index 0000000..234af68 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/steel_railing.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_railing" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/steel_table.json b/src/old/resources/assets/ariasessentials/models/block/steel_table.json new file mode 100644 index 0000000..944528a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/steel_table.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_table" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/tflipflop.json b/src/old/resources/assets/ariasessentials/models/block/tflipflop.json new file mode 100644 index 0000000..ab49651 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/tflipflop.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/logicgates/tflipflop" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/uncrafter.json b/src/old/resources/assets/ariasessentials/models/block/uncrafter.json new file mode 100644 index 0000000..45b4424 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/uncrafter.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/custommodel/uncrafter" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/vault_steel_ore_block.json b/src/old/resources/assets/ariasessentials/models/block/vault_steel_ore_block.json new file mode 100644 index 0000000..e8b4d15 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/vault_steel_ore_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/vault_steel_ore_block" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/block/void.json b/src/old/resources/assets/ariasessentials/models/block/void.json new file mode 100644 index 0000000..56346db --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/void.json @@ -0,0 +1,6 @@ +{ + "parent": "ariasessentials:block/fb/cube", + "textures": { + "all": "ariasessentials:block/thresholds/void" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/block/whiteout.json b/src/old/resources/assets/ariasessentials/models/block/whiteout.json new file mode 100644 index 0000000..cb12f53 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/block/whiteout.json @@ -0,0 +1,6 @@ +{ + "parent": "ariasessentials:block/fb/cube", + "textures": { + "all": "ariasessentials:block/thresholds/white" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/item/aurora_compound.json b/src/old/resources/assets/ariasessentials/models/item/aurora_compound.json new file mode 100644 index 0000000..be0adc8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/aurora_compound.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/deprecated" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/black.json b/src/old/resources/assets/ariasessentials/models/item/black.json new file mode 100644 index 0000000..43fd342 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/black.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/deprecated" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/blood_red.json b/src/old/resources/assets/ariasessentials/models/item/blood_red.json new file mode 100644 index 0000000..23383f5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/blood_red.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/blood_red" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/blue_brick.json b/src/old/resources/assets/ariasessentials/models/item/blue_brick.json new file mode 100644 index 0000000..1713535 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/blue_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/blue_brick" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile.json b/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile.json new file mode 100644 index 0000000..bb397c5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/blue_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_light.json new file mode 100644 index 0000000..670e37d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/blue_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_slab.json new file mode 100644 index 0000000..6ce51fc --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/blue_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_stairs.json new file mode 100644 index 0000000..8067661 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/blue_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_wall.json new file mode 100644 index 0000000..6530648 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/blue_pool_tile_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/blue_pool_tile_wall_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/clear_glass_block.json b/src/old/resources/assets/ariasessentials/models/item/clear_glass_block.json new file mode 100644 index 0000000..43fd342 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/clear_glass_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/deprecated" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/clinker_brick_block.json b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_block.json new file mode 100644 index 0000000..fea28c4 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_block_model0" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/clinker_brick_recessed.json b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_recessed.json new file mode 100644 index 0000000..1941abb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_recessed.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/brick/clinker_brick_recessed_model" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/clinker_brick_sastor_corner_block.json b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_sastor_corner_block.json new file mode 100644 index 0000000..970dff1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_sastor_corner_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/brick/clinker_brick_sastor_corner_model" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/clinker_brick_slab.json b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_slab.json new file mode 100644 index 0000000..bddbf0d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/clinker_brick_stained_block.json b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_stained_block.json new file mode 100644 index 0000000..87317c7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_stained_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_stained_block_model0" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/clinker_brick_stained_slab.json b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_stained_slab.json new file mode 100644 index 0000000..7b02d8a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_stained_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_stained_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/clinker_brick_stained_stairs.json b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_stained_stairs.json new file mode 100644 index 0000000..f9729a1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_stained_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_stained_stairs_model0" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/clinker_brick_stairs.json b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_stairs.json new file mode 100644 index 0000000..f06c004 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_stairs_model0" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/clinker_brick_vertically_slit.json b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_vertically_slit.json new file mode 100644 index 0000000..a0efe2a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_vertically_slit.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/brick/clinker_brick_vertically_slit_model" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/clinker_brick_wall.json b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_wall.json new file mode 100644 index 0000000..ac48af8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/clinker_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_wall_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/cobalt_block.json b/src/old/resources/assets/ariasessentials/models/item/cobalt_block.json new file mode 100644 index 0000000..7b70ab8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cobalt_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cobalt_block" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/cobalt_ingot.json b/src/old/resources/assets/ariasessentials/models/item/cobalt_ingot.json new file mode 100644 index 0000000..cf8d92d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cobalt_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "ariasessentials:item/cobalt_ingot" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/cobalt_ore.json b/src/old/resources/assets/ariasessentials/models/item/cobalt_ore.json new file mode 100644 index 0000000..3f9db41 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cobalt_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cobalt_ore" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/cyan.json b/src/old/resources/assets/ariasessentials/models/item/cyan.json new file mode 100644 index 0000000..96ff0f6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cyan.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/cyan_brick.json b/src/old/resources/assets/ariasessentials/models/item/cyan_brick.json new file mode 100644 index 0000000..bb3cd03 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cyan_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/cyan_brick" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile.json b/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile.json new file mode 100644 index 0000000..e988224 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_light.json new file mode 100644 index 0000000..a8e5220 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_slab.json new file mode 100644 index 0000000..5c6d5c0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_stairs.json new file mode 100644 index 0000000..d67131c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_wall.json new file mode 100644 index 0000000..9bf022d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cyan_pool_tile_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_pool_tile_wall_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/cyan_stairs.json b/src/old/resources/assets/ariasessentials/models/item/cyan_stairs.json new file mode 100644 index 0000000..dd6bbdf --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cyan_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_stairs" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/cyan_tile.json b/src/old/resources/assets/ariasessentials/models/item/cyan_tile.json new file mode 100644 index 0000000..fcee8b6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cyan_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_tile" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/cyan_tile_br.json b/src/old/resources/assets/ariasessentials/models/item/cyan_tile_br.json new file mode 100644 index 0000000..f5bbd92 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cyan_tile_br.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_tile_br" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/cyan_tile_to_wall.json b/src/old/resources/assets/ariasessentials/models/item/cyan_tile_to_wall.json new file mode 100644 index 0000000..0a71f36 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cyan_tile_to_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_tile_to_wall" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/cyan_wall_variant_1.json b/src/old/resources/assets/ariasessentials/models/item/cyan_wall_variant_1.json new file mode 100644 index 0000000..8bb9041 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cyan_wall_variant_1.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_wall_variant_1" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/cyan_wall_variant_2.json b/src/old/resources/assets/ariasessentials/models/item/cyan_wall_variant_2.json new file mode 100644 index 0000000..671897e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/cyan_wall_variant_2.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_wall_variant_2" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/dark_pool_tile.json b/src/old/resources/assets/ariasessentials/models/item/dark_pool_tile.json new file mode 100644 index 0000000..8d78ba1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dark_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dark_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dark_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/dark_pool_tile_light.json new file mode 100644 index 0000000..d494908 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dark_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dark_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dark_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/item/dark_pool_tile_slab.json new file mode 100644 index 0000000..f554d73 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dark_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dark_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dark_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/item/dark_pool_tile_stairs.json new file mode 100644 index 0000000..9f46443 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dark_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dark_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dark_red_bed.json b/src/old/resources/assets/ariasessentials/models/item/dark_red_bed.json new file mode 100644 index 0000000..9ff068f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dark_red_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "ariasessentials:block/dark_red_wool" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dark_red_brick.json b/src/old/resources/assets/ariasessentials/models/item/dark_red_brick.json new file mode 100644 index 0000000..47dec36 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dark_red_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/dark_red_brick" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dark_red_carpet.json b/src/old/resources/assets/ariasessentials/models/item/dark_red_carpet.json new file mode 100644 index 0000000..11e525e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dark_red_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dark_red_carpet" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dark_red_dye.json b/src/old/resources/assets/ariasessentials/models/item/dark_red_dye.json new file mode 100644 index 0000000..af7f8ab --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dark_red_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/dark_red_dye" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dark_red_shulker_box.json b/src/old/resources/assets/ariasessentials/models/item/dark_red_shulker_box.json new file mode 100644 index 0000000..95f62dd --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dark_red_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "ariasessentials:block/dark_red_shulker_box" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dark_red_wool.json b/src/old/resources/assets/ariasessentials/models/item/dark_red_wool.json new file mode 100644 index 0000000..72d2daf --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dark_red_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dark_red_wool" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/deepslate_eternium_ore_block.json b/src/old/resources/assets/ariasessentials/models/item/deepslate_eternium_ore_block.json new file mode 100644 index 0000000..a71d6d6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/deepslate_eternium_ore_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/deepslate_eternium_ore_block" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/deepslate_ilusium_ore_block.json b/src/old/resources/assets/ariasessentials/models/item/deepslate_ilusium_ore_block.json new file mode 100644 index 0000000..81da39a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/deepslate_ilusium_ore_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/deprecated" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/deprecated.json b/src/old/resources/assets/ariasessentials/models/item/deprecated.json new file mode 100644 index 0000000..be0adc8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/deprecated.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/deprecated" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile.json b/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile.json new file mode 100644 index 0000000..8f8e70a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_blue_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_light.json new file mode 100644 index 0000000..eed1bae --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_blue_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_slab.json new file mode 100644 index 0000000..c875b79 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_blue_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_stairs.json new file mode 100644 index 0000000..3d5a816 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_blue_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_wall.json new file mode 100644 index 0000000..1b6223c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_blue_pool_tile_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_blue_pool_tile_wall_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile.json b/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile.json new file mode 100644 index 0000000..4673c5c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_cyan_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_light.json new file mode 100644 index 0000000..e608013 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_cyan_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_slab.json new file mode 100644 index 0000000..ffa9427 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_cyan_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_stairs.json new file mode 100644 index 0000000..02b0339 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_cyan_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_wall.json new file mode 100644 index 0000000..fdb4afd --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_cyan_pool_tile_wall_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile.json b/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile.json new file mode 100644 index 0000000..30c764c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_green_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_light.json new file mode 100644 index 0000000..e79fae2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_green_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_slab.json new file mode 100644 index 0000000..326aad1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_green_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_stairs.json new file mode 100644 index 0000000..34dc40a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_green_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_wall.json new file mode 100644 index 0000000..0ab3f79 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_green_pool_tile_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_green_pool_tile_wall_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile.json b/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile.json new file mode 100644 index 0000000..3860d03 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_light.json new file mode 100644 index 0000000..da3889c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_slab.json new file mode 100644 index 0000000..17fa1a5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_stairs.json new file mode 100644 index 0000000..a4f49d2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_wall.json new file mode 100644 index 0000000..9431e23 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_pool_tile_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_pool_tile_wall_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_light.json b/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_light.json new file mode 100644 index 0000000..4eb9364 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_red_pool_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile.json b/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile.json new file mode 100644 index 0000000..5ae2211 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_red_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile_slab.json new file mode 100644 index 0000000..b54f233 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_red_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile_stairs.json new file mode 100644 index 0000000..d4f4aad --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_red_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile_wall.json new file mode 100644 index 0000000..eaf7c2b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/dirty_red_pool_tile_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_red_pool_tile_wall_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/empty_spawn_egg.json b/src/old/resources/assets/ariasessentials/models/item/empty_spawn_egg.json new file mode 100644 index 0000000..e3ce192 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/empty_spawn_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/empty_spawn_egg" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/eternium_block.json b/src/old/resources/assets/ariasessentials/models/item/eternium_block.json new file mode 100644 index 0000000..8e9cbe8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/eternium_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/eternium_block" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/eternium_fragment.json b/src/old/resources/assets/ariasessentials/models/item/eternium_fragment.json new file mode 100644 index 0000000..95cb5d3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/eternium_fragment.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/eternium_fragment" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/eternium_ingot.json b/src/old/resources/assets/ariasessentials/models/item/eternium_ingot.json new file mode 100644 index 0000000..b96f26a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/eternium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/eternium_ingot" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/eternium_ore.json b/src/old/resources/assets/ariasessentials/models/item/eternium_ore.json new file mode 100644 index 0000000..b1064f7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/eternium_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/eternium_ore" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/eternium_ore_block.json b/src/old/resources/assets/ariasessentials/models/item/eternium_ore_block.json new file mode 100644 index 0000000..5f8ec24 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/eternium_ore_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/eternium_ore_block" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/eternium_rod.json b/src/old/resources/assets/ariasessentials/models/item/eternium_rod.json new file mode 100644 index 0000000..a6507a6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/eternium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/eternium_rod" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/filthy_blue_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/filthy_blue_pool_tile_light.json new file mode 100644 index 0000000..e74d5d3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/filthy_blue_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/filthy_blue_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/filthy_cyan_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/filthy_cyan_pool_tile_light.json new file mode 100644 index 0000000..36519f9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/filthy_cyan_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/filthy_cyan_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/filthy_green_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/filthy_green_pool_tile_light.json new file mode 100644 index 0000000..10ed33d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/filthy_green_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/filthy_green_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/filthy_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/filthy_pool_tile_light.json new file mode 100644 index 0000000..e10fba6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/filthy_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/filthy_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/filthy_red_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/filthy_red_pool_tile_light.json new file mode 100644 index 0000000..3a1a28a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/filthy_red_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/filthy_red_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/green_brick.json b/src/old/resources/assets/ariasessentials/models/item/green_brick.json new file mode 100644 index 0000000..f519f4d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/green_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/green_brick" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/green_pool_tile.json b/src/old/resources/assets/ariasessentials/models/item/green_pool_tile.json new file mode 100644 index 0000000..f873f69 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/green_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/green_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/green_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/green_pool_tile_light.json new file mode 100644 index 0000000..17f2698 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/green_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/green_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/green_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/item/green_pool_tile_slab.json new file mode 100644 index 0000000..70bf1ab --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/green_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/green_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/green_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/item/green_pool_tile_stairs.json new file mode 100644 index 0000000..ee60ef1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/green_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/green_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/green_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/models/item/green_pool_tile_wall.json new file mode 100644 index 0000000..2bffafb --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/green_pool_tile_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/green_pool_tile_wall_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/ihan_crystal.json b/src/old/resources/assets/ariasessentials/models/item/ihan_crystal.json new file mode 100644 index 0000000..1d9f5c1 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/ihan_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/ihan_crystal" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/light_blue_brick.json b/src/old/resources/assets/ariasessentials/models/item/light_blue_brick.json new file mode 100644 index 0000000..bf87794 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/light_blue_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/light_blue_brick" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/lime_brick.json b/src/old/resources/assets/ariasessentials/models/item/lime_brick.json new file mode 100644 index 0000000..c4a52c9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/lime_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/lime_brick" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/magma_powder.json b/src/old/resources/assets/ariasessentials/models/item/magma_powder.json new file mode 100644 index 0000000..03f798a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/magma_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "ariasessentials:item/magma_powder" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/melted_ender_pearl.json b/src/old/resources/assets/ariasessentials/models/item/melted_ender_pearl.json new file mode 100644 index 0000000..e15010f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/melted_ender_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/melted_ender_pearl" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/metal_bar.json b/src/old/resources/assets/ariasessentials/models/item/metal_bar.json new file mode 100644 index 0000000..96985c0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/metal_bar.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/metal_bar" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/mini_sun.json b/src/old/resources/assets/ariasessentials/models/item/mini_sun.json new file mode 100644 index 0000000..8ab0bb2 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/mini_sun.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/mini_sun" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/mob_capture_ball.json b/src/old/resources/assets/ariasessentials/models/item/mob_capture_ball.json new file mode 100644 index 0000000..d082c00 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/mob_capture_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/mob_capture_ball" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_door.json b/src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_door.json new file mode 100644 index 0000000..b3dcca4 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_door.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/old_industrial_wood_door" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_planks.json b/src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_planks.json new file mode 100644 index 0000000..3518b07 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/old_industrial_wood_planks_model0" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_slab.json b/src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_slab.json new file mode 100644 index 0000000..7c4605c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/old_industrial_wood_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_stairs.json b/src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_stairs.json new file mode 100644 index 0000000..656dc43 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/old_industrial_wood_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/old_industrial_wood_stairs_model0" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/panzerglass_block.json b/src/old/resources/assets/ariasessentials/models/item/panzerglass_block.json new file mode 100644 index 0000000..852f3e6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/panzerglass_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/panzerglass_block_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/panzerglass_slab.json b/src/old/resources/assets/ariasessentials/models/item/panzerglass_slab.json new file mode 100644 index 0000000..8312f20 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/panzerglass_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/panzerglass_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/partial_item.json b/src/old/resources/assets/ariasessentials/models/item/partial_item.json new file mode 100644 index 0000000..459376f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/partial_item.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/partial_item" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/pool_tile.json b/src/old/resources/assets/ariasessentials/models/item/pool_tile.json new file mode 100644 index 0000000..9db5306 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/pool_tile_light.json new file mode 100644 index 0000000..3bd9f3f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/item/pool_tile_slab.json new file mode 100644 index 0000000..886bf6b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/item/pool_tile_stairs.json new file mode 100644 index 0000000..74630dc --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/pool_tile_wall.json b/src/old/resources/assets/ariasessentials/models/item/pool_tile_wall.json new file mode 100644 index 0000000..8eaca96 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/pool_tile_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/pool_tile_wall_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/raw_cobalt.json b/src/old/resources/assets/ariasessentials/models/item/raw_cobalt.json new file mode 100644 index 0000000..c7ced34 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/raw_cobalt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "ariasessentials:item/raw_cobalt" + } +} diff --git a/src/old/resources/assets/ariasessentials/models/item/raw_cobalt_ore.json b/src/old/resources/assets/ariasessentials/models/item/raw_cobalt_ore.json new file mode 100644 index 0000000..a0633c4 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/raw_cobalt_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/raw_cobalt_ore" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/raw_vault_steel_ore.json b/src/old/resources/assets/ariasessentials/models/item/raw_vault_steel_ore.json new file mode 100644 index 0000000..b5abf35 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/raw_vault_steel_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/raw_vault_steel_ore" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/rebar_concrete.json b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete.json new file mode 100644 index 0000000..4c30753 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_model0" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_slab.json b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_slab.json new file mode 100644 index 0000000..46db292 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_stairs.json b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_stairs.json new file mode 100644 index 0000000..395b6d4 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_stairs_model0" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_tile.json b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_tile.json new file mode 100644 index 0000000..b518834 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_tile_model0" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_tile_slab.json b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_tile_slab.json new file mode 100644 index 0000000..45b67f8 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_tile_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_tile_stairs.json new file mode 100644 index 0000000..d4ab9ae --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_tile_stairs_model0" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_wall.json b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_wall.json new file mode 100644 index 0000000..318665f --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/rebar_concrete_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_wall_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/red_brick.json b/src/old/resources/assets/ariasessentials/models/item/red_brick.json new file mode 100644 index 0000000..1a1ce8c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/red_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/red_brick" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/red_pool_tile.json b/src/old/resources/assets/ariasessentials/models/item/red_pool_tile.json new file mode 100644 index 0000000..b3af3c3 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/red_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/red_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/red_pool_tile_light.json b/src/old/resources/assets/ariasessentials/models/item/red_pool_tile_light.json new file mode 100644 index 0000000..b334fe0 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/red_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/red_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/red_pool_tile_slab.json b/src/old/resources/assets/ariasessentials/models/item/red_pool_tile_slab.json new file mode 100644 index 0000000..e1c2dec --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/red_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/red_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/red_pool_tile_stairs.json b/src/old/resources/assets/ariasessentials/models/item/red_pool_tile_stairs.json new file mode 100644 index 0000000..fdc774d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/red_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/red_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/red_pool_tile_wall.json b/src/old/resources/assets/ariasessentials/models/item/red_pool_tile_wall.json new file mode 100644 index 0000000..6e6b81c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/red_pool_tile_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/red_pool_tile_wall_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/red_stairs.json b/src/old/resources/assets/ariasessentials/models/item/red_stairs.json new file mode 100644 index 0000000..42cfaf7 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/red_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/red_stairs" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/red_tile.json b/src/old/resources/assets/ariasessentials/models/item/red_tile.json new file mode 100644 index 0000000..4887ad4 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/red_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/red_tile" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/red_tile_br.json b/src/old/resources/assets/ariasessentials/models/item/red_tile_br.json new file mode 100644 index 0000000..4ac4d1d --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/red_tile_br.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/red_tile_br" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/red_tile_to_wall.json b/src/old/resources/assets/ariasessentials/models/item/red_tile_to_wall.json new file mode 100644 index 0000000..0c939a6 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/red_tile_to_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/red_tile_to_wall" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/red_wall_variant_1.json b/src/old/resources/assets/ariasessentials/models/item/red_wall_variant_1.json new file mode 100644 index 0000000..a4c9a70 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/red_wall_variant_1.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/red_wall_variant_1" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/red_wall_variant_2.json b/src/old/resources/assets/ariasessentials/models/item/red_wall_variant_2.json new file mode 100644 index 0000000..f4d727e --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/red_wall_variant_2.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/red_wall_variant_2" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/scrubber_frame.json b/src/old/resources/assets/ariasessentials/models/item/scrubber_frame.json new file mode 100644 index 0000000..1c95da5 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/scrubber_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/scrubber_frame" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/scrubber_frame_piece.json b/src/old/resources/assets/ariasessentials/models/item/scrubber_frame_piece.json new file mode 100644 index 0000000..32cd179 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/scrubber_frame_piece.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/scrubber_frame_piece" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/singularity.json b/src/old/resources/assets/ariasessentials/models/item/singularity.json new file mode 100644 index 0000000..c18ae5c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/singularity.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/singularity" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/slag_brick_block.json b/src/old/resources/assets/ariasessentials/models/item/slag_brick_block.json new file mode 100644 index 0000000..daaef79 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/slag_brick_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/slag_brick_block_model0" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/slag_brick_slab.json b/src/old/resources/assets/ariasessentials/models/item/slag_brick_slab.json new file mode 100644 index 0000000..79f29f9 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/slag_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/slag_brick_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/slag_brick_stairs.json b/src/old/resources/assets/ariasessentials/models/item/slag_brick_stairs.json new file mode 100644 index 0000000..37b186b --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/slag_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/slag_brick_stairs_model0" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/slag_brick_wall.json b/src/old/resources/assets/ariasessentials/models/item/slag_brick_wall.json new file mode 100644 index 0000000..6697705 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/slag_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/slag_brick_wall_inventory" +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/tiab.json b/src/old/resources/assets/ariasessentials/models/item/tiab.json new file mode 100644 index 0000000..4103a7a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/tiab.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "ariasessentials:item/tiab" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/void.json b/src/old/resources/assets/ariasessentials/models/item/void.json new file mode 100644 index 0000000..1e5c307 --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/void.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/void" +} diff --git a/src/old/resources/assets/ariasessentials/models/item/white_brick.json b/src/old/resources/assets/ariasessentials/models/item/white_brick.json new file mode 100644 index 0000000..8ce45df --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/white_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/white_brick" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/models/item/whiteout.json b/src/old/resources/assets/ariasessentials/models/item/whiteout.json new file mode 100644 index 0000000..16eb02c --- /dev/null +++ b/src/old/resources/assets/ariasessentials/models/item/whiteout.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/whiteout" +} diff --git a/src/old/resources/assets/ariasessentials/textures/block/black.png b/src/old/resources/assets/ariasessentials/textures/block/black.png new file mode 100644 index 0000000000000000000000000000000000000000..3c4fc4b53e57851ca966d3c4cc51c3c5c39991fd GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enP|(xGF~q_@S%P(Of`|hnGcyCT00ZNWoXM6z ONd`|>KbLh*2~7aD)fqtm literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/blue_pool_tile.png b/src/old/resources/assets/ariasessentials/textures/block/blue_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..2119b59ca53fcd17a9f356df8e21077fa4e4f279 GIT binary patch literal 1396 zcmV-)1&jKLP)Px)E=fc|R9JT2a?uYFenGr~*V0E5wE^ z|3Lqiid7etkWd$}sAxB>q6&mkkbqWzC`uHk)NxZc$=KKT`rf%`=A4(sI4)9jk0Y`i zJ#(I!Idh(mSBgLEsE!+?G-w?$t2rQORQ~ey4Zi)m{}A^*QaZG5v1fZ79+Y3bw85*t zc#md0!n%^s)|Bf{f&py;zkmIEJoRzKBL2_6bqZ`ACMYCP{dh4@UsJAY%s?J#uoUdCB<()`zI0KpOZle3jS*xHBua6;jNNGSo znFEkJ12Hl`*hWl_F*%5E{AUp(r1+PeMgBSQx+Ksuf{)4{?@hTf$T7h4t3Cc&%@|EQ z085$S&NQ&zv)r!(-@m-fziw6B+^N{wT;}X*9|g8=A21x`Jh!#RyOV~?PAH7vM7UPX z`06mHw8G_Kj(g>2?<~~u2XDO0cdza)^nu%#me}j}&@1P-ZD4y2Yq^E<>r@IZw-nxU z{V0$d@Da}EIg>k(os^QvOJv(5gEYqU*s;sbHyk<1b+Pjh{Qe}9ic z1S?Sa$YHBkfrBP+Ytr!NYEDp+cvNsH9Si0mABf}T#0R1(AoQIuutHRrw2Er?msLsP zM!=+WoMk5I1G82ErFX3NNvrs%#wo>rcXH(9oa(0lhwUX1sZv8wc ztEJ(nQKEJSY95r;!q6)0Od75%7X*#O&d>OK8rbYx4B%DiTR{eI-q1xl|Hlu{^R>4Z z_kr6#xya_9?kvpvN9hwTmG`T!TuAl-^W%%jynm!Vk;?nhJ?sPji`xgu_85J_q;xJq z(g%L|_q!)A0RLZ~a4DV7TTS|ah(T<4tUlpVI*+PJA27!|^f-OOrF1Uc#X@{3Gs(Pv zls+NXzL@IG`%|7?F4-J76y?VLoaNl{+*--iyHhSXL*Wcg;Dfy>&peS+I?LtdoZX;2 zPM?s}T=2<@oBZvInsF0P@_a3~AP^M3vr+QoZ?_lf{Q8eB@X}A;Uf4H2{Phno4|E(4 z8?Zt=YzVs(+K=uL+jwf8r}{!{0;#@{S;0N58IW5mq zI?sPx)1xZ9fR9J<*m(Po3#TCat=TzPMe)OB3jI`|-1~Y~@C`dpN6EClz8xJ$A~ zmPyt@$iLt+Sp`C}6bZx_@yCE5h`JDU62>7;kJ_evZBNgQGo-t9ZDr!(Uu z1&4FrtE%t!TXpKkDe1j+(QH2;eZ^)8J&^-~CF9)(HhJ{rf01?zr0=m=iMwM^)kotG zk8kqJpS?=h-^2Mnv7FK0xE&NMMBe<}llu*f_vEGll9=<+& z66u}Yva~bhH`zJXdOe0&#vsq>XBoM3cvYNpI8_ut1feR8x3)JU0Wl?FjFc%+#K}RRv&}Wk}zlB6t$me!*Zpr{_KWEMu5g--{U#sb-)N&?RpXH$IsW%_w7B3<4mf z#30YHSPjG*kS<-Ne>x+t1@ydMgrVuIs>|3PC7>osW|VF6T2MdB09f}9`S40%#{}Lx z_aUcFoM6=NGw6h%nSO1DpdE%5aYNLEp&f#02wa)X*xKFY^yzy!J<8FipZN=qJ@rSt zD!wLM_|CU$d8djKsjO4Cs&5y2dusGV&}JXI)@pBJ-jHY$hPJ65v=#M@xN9(-UMVtHHR<*K~|K38qeJ(L78^wnKX z>rQW7uivJ0@fH>;uaXI(QXL?NOjldjk%S$hRrQ!510_boTY@;Ak;tx5o6OMqTL2R| zG8|1>*5IT@P#d>yILZ~pApK*1k-;=RrF4xLYuk$1IgB)QuwzO9%s_pcM@ zTgwJbMw3!?bk_dB@p{Niw25Pzw1pXC*JL&~osy+QQI-qr5FMN%4KWL{%893s{0Xdz%)6wJ$Vkvcc(eT=s(EuV$Jyeyd(1!l&yD3|Yo zNeE0rsL1PB{jVM-lMqnXBa~_RF1R|Fb75!a|MoP)jL9@C-vuxDQ;<2tRnQiVkDk4U z3s)j%znYSJB^QwTR5F9-?;3IMD_az=T!P#qeLbLR>$eZ^=yQK%eC`cIb5!#>bXAxy zZeK>;zdW;kGMozIdE~z1J!a8(>5D5of7dz+B&$aEXOWM$C;aKc z9^W5jJh(CBzT0{XGRH>W@!AJpFqFvVi8a1==W#-eh`_u^eCJq?{{SQi%YlkEIZXfn N002ovPDHLkV1l+0mxBNR literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/cobalt_block.png b/src/old/resources/assets/ariasessentials/textures/block/cobalt_block.png new file mode 100644 index 0000000000000000000000000000000000000000..3598330e8c6a780a6f5348dfd7d60d76e529f42f GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|k)AG&Ar*|t9WmeJ`g(rHACx?m zTCTe39HU_M2R^pvO9g~l6fR|WHF7KxX?kF_P^u$@_i96$^(L7X7xx`^x=!cwV35tq da&C_q83L4|c9d)mS_-s;!PC{xWt~$(69BzsGj0F? literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/cobalt_ore.png b/src/old/resources/assets/ariasessentials/textures/block/cobalt_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..16e2ed9bfb87f6b4e68f6ecae1e5ba8192b86932 GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFv5AX?b4HOj(S5yp;mQK~sC^9l~ z6cdxK{-|QqXrT~dxcswN%nl`wU9C<|s|A&%fLdmIx;TbZFeWFY7!?`vnHi=C@M(vZ zC2i$M_;4cTRLa7HZLJTltnt07+V|!Z&pT_aGPRQF5=I3x*3H|doU_@Od9!<@>yK}f zlzIB@th_sO_muMn5;Nax%$7|^IJDqSRM@_$s~bBVk7(tlmu0vKG*5JM`PrBH)QRWJ z!)WV6X)`1YJeL2cD9QU;m=KU_xh6t3De26Dlt(E_tKKB>FwE!EWmPR-e*x%B22WQ% Jmvv4FO#t9KVT}L) literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/compressed_obsidian_block.png b/src/old/resources/assets/ariasessentials/textures/block/compressed_obsidian_block.png new file mode 100644 index 0000000000000000000000000000000000000000..e2a0430680a3b094bdfdded7e40b14d635aa78a8 GIT binary patch literal 443 zcmV;s0Yv_ZP)Px$bxA})R5*=YlfAYZK?s9C!T9E+NtHhD|A?^{lmfiICtK_vqd`a-{r>gGATpBb z;;I*RarK2H08$4@go3u|t=Z;;l9OK;1EO7ARfGZnDHfbaA_ZWK$vA{D?cT*g#Db@L zyXY?3h3#zwLfFmeZtN!+XE!nt3Ge~f*bNF6e_!WSPb6{G3u!0=L>%m%&ddf^zX%21 zP1?n=i)xb!q##4XKw>5{<-VEpoBlF9ASBq^&>SUbL13()7l6SU!6k9x8)X5xYD=+w z5~&HGX@qF^z26d^Sw?4LNS;#bDsr!)gN2E*3L^H8#AKHMvlWJUuUt2wXwOLW|GBJSi3Tv(nF zG3~k;bT_BF;F~R7g=wk_@CGXp{!gPlOuCOogZ0U%Jry^OnEL*Ir?qWP=3{2mJNt$E ly=a~h@o`CpO=#o~{sBG2DpC`yZh-&*002ovPDHLkV1k;>!5#nr literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/compression_chamber/bottom_plate.png b/src/old/resources/assets/ariasessentials/textures/block/compression_chamber/bottom_plate.png new file mode 100644 index 0000000000000000000000000000000000000000..265932b4753eb7498331731a3f16c249e20aa14e GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK^20q{977^n z-(EY&d%%E$<)CVj;+J^QxkqfD=vekYtfMk*`B~y@_l*1ubu<^VG0oO82jVWGY)b()tr7c8)yZCr>mdKI;Vst0GAXo Awg3PC literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/compression_chamber/compression_lid.png b/src/old/resources/assets/ariasessentials/textures/block/compression_chamber/compression_lid.png new file mode 100644 index 0000000000000000000000000000000000000000..2b16ff9eb635b03bca615620c478a35f216d351d GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@?$(*977^n z-%dLyctC-JrN8IDNz(tRO9Ztq@TpiS&A+Q}p!5BZO6k$0&5wll+)<56sQSyxIDM1h zG%(JOVlg~z;cypd4}+(x KpUXO@geCx+{WsnK literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/compression_chamber/compressor.png b/src/old/resources/assets/ariasessentials/textures/block/compression_chamber/compressor.png new file mode 100644 index 0000000000000000000000000000000000000000..e914b791c4b86d18da6d59b3066f91c897af06d2 GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@*_Q6977^n z-(K0sdq9E5x%#8wOl%Tz4PYC#0h4hBzGKbLh* G2~7a0`!?nP literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/compression_chamber/support0.png b/src/old/resources/assets/ariasessentials/textures/block/compression_chamber/support0.png new file mode 100644 index 0000000000000000000000000000000000000000..e0ebd8d1cf5b44bcf1012698d609dc6cbee50a8e GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#VfPx(`AI}UR9JMHI$==TzOtOiw0pf^m|Vs35*j(1nn-At<&A^c7cK-5gh0@h8{GxOH;5tem660ejFU{J=h2UQZ`E;8-3>yz5=<}q^gUHww|?LE z9eM7r(-vDrH4vl2l>rgK3_dvU3~yXGM`#@CA$CwK1Q5jx-ahaE@4SDS(ak=-s_Dif zdaL(>fOUZnUq8+({U4dv|FeU~@FGHJ1apddBeqItpc^{Asc#^vbOUg;;tC@)o^~j7 zSBBIp4t0*f)&}K5kD^{=u)e`)dz0O3msx!C1iAjQ3JRbuq8`kQ*a8L+dAwc*Y__-= zbd7=;;^0tKfiPPfU_98yVnjqJ3s0`UGTDGQ1Hd{VMn%%Lczj_GAgE9E&??ph)C(3S zeGH0vVYYY}k8nkanIS6V`k%Ua84nSWbS!3yq_*hfA(2#XM}oBhajB_RN-z-b0AaMf zN$6TMb;p$zZQGISFCuslLX&nRL=Zp>ONWDz7AIO-Tmcm@SX9N#81MA47*S1kLY;$X z#AxLD3*Z5|T?Y!{{NzVz@v)`dwrkr+<Ad)_X3dBhN(i+Z}IA4MaGI@Ub3g-3i zxdK^hc5M-*5=U#1p9XynmkS8OBlQx$jCR;*Iw1Yy8zHdQIr^dF*z!L9_-BKQ|7>vo zzGe0=rHgp+`X;@)B4(qr%Xp?WW%;0l3yS9Ik3Y3>bo8Y=ppyb0|Vf{`+?} zkMoc2e}dO8?jUKTl|m z^VwyYQ$Mx-cQT#3$P=14hjt{yaY%?wIB#v52X0*#Rg&K)%Z+hfp1Ae%!NBJ@k7ijN zn3(Qev)4JY4v0iALj zT16yr-0TR$>z){I@8`L^5QCA+8$N~7|8i`d%s7te8fX1HmlwdYbAv_8&joD^xApTJ z=Y_iL+%WFC{9NGF;Ur}JJUcg#pBuUm^K*euhnV&A9OqpO*|}lZwE4MU5W{W#JjZ#Z zE;~0|y}5<_Hrle%6cu4BbUaus(pcp5&JCVlJ}?WH^ZfjJX!&z6;>-Rzhl-j<7x(aB zRZ%&|KIi%R!d0pe*uT`{(8^xA7!aTdk>!Poe*v7*Zw2SO%`pG~002ovPDHLkV1ij+ BkURhY literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/cyan_pool_tile_light.png b/src/old/resources/assets/ariasessentials/textures/block/cyan_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c3120f14eff533558e6a582ed0f473f1cf9fabe7 GIT binary patch literal 1339 zcmV-B1;qM^P)Px(^+`lQR9J<*mrIBpMHGg=Q&s)AcVaXTLkz(OD2j?Gh`3TPK5(ZS7rOKT;=+w9 z!KH#LaUm{T=*pcSxKPA}5Z?>&g+bAT=x7utGnq-|KDr*qMR(uZbLURR#Arcr`rbbM z|EJDhU44$+_3L3x-e625C5z1?B7!Qsw(k}mKYoN*S&V}eAnQdCgDO0??+RXc^)REA zRa{XL#v>N?UkU;mBCkJsh=*6dWGno)FS{KlBE(8iYcNhp-ViGYL(AvoNyHe!0BmWn znG!399}403A?0q1v6jKwGI?)-tn4%RYnjpMQ>_2_8~rEl;cWP_ALP*DM;eB3_YbF7 zC<^*nMla7Pvy9wYoH1ByvBqEkL=fuHTJ2g@5)e}&#z;tsDn>@$Gps5G-m^X)^X|c2 zd~oA!H~_KALQ!zl-o5m*jKVo`=g6$Zwd4)4bOM+i3aBayBvoQcgc$KLQiZ@c1P0!7 zY-tHFytVQh4iX}UewJ-meVJu-01de{1`(OATxP;(h-rd|DUnnODdC$87-InFXBoyS zB7y@UR?y3H3g;-ZjDB-H$$&_mfi{3y@(yuplPXb_5aVPK04XJUd5&Tbs3i#NmNKi; zUN#c6GPDmHW2V|~7eGUlR0&=3CZICQfXIT)kfYVQ_Az|=-4PD%+Qp8tq&Fi$n|{-k zpesX%xFu?3=t?m3o-?Bniz_SKaNX5hmY29EUw)s_$|}!1bTh6YoY>~tHtFAT19mc^ zfN26~Go`9EW{eZ;WmPU0i)r6u+u7}{=GK_{x|N|jjoCQo+_w$JCQNJje!NZs90GZ7 zVd~h`yt8T}vf&IkTNb2|p?%)WVB2Ot8Ni{Cl|4-J;4EqTyCvUh19o;I+WNK_v$%~^ zUKJzG)~=n`Y{SC3b31aT2UR=g-A9BR;Z&$Fs>=Ax>L#MIop|RmX7SpofHM|DN~|s( z?S?on?DJsW9>*ZKHy%60&-dTNFbysY@jt*2;K7}HDMc_3|M5M~#^rxcbdKYJU%uhv z;VDe}z1MkOI``jm8*?xeSU*xx28#j3mgelF=M%^_IAY;IQD8tYuKtuxW^d;m+Db+`3 zV>cYHTV$e39J{0)%oroj-+DED>o8BB{F)cnej+pltIGd^45H1@?e zKE{VQ?F*`=di66kTwB?kcS)8KRR|MoA0t(aEPn9`?y39hn$Xz9$a|^~>gu&q!(E7? z)W^uU!EQN31Wh{a3x-w2ID|>*+(z$WykKSd$a}^iFsv$6m2n8uzF^=z1Mh3{Myvm- zF&TJ|%?mS}+qti)UIay1j*;EgVi3G0N)eW#=h$Gx2djT^AS=1He-T#}1%Adv+{vVE4s@6cM0`iJiTIzX586#xwV6m_`5q002ovPDHLkV1n9Td4&J~ literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/dark_pool_tile.png b/src/old/resources/assets/ariasessentials/textures/block/dark_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..1da9ed2179c9affd80c338e5f1aa27cae09563a7 GIT binary patch literal 1511 zcmVPx)p-DtRR9JkOLT!AaY?TArVAz;)soR+3B7>R(-kXX1pfTTzGG0MtZxdt840c-?!zZAHQkU zssI!t;#>w8-Yd6neVcdhd_uWAMbr^PB+2F=ka*#h?>^1@AALqyoMI*j;L|yxLY^sa zy!sr!diO4?;uKMj04|wrfI3F8c_vtzzPc;PC8EhlTnrxWpR$U1a&D* z_XVLXa8!h5m%3@F%H>*b`*T8Du+o~?-=J+fRu^=dj?fk)TGQ1x@BpF?M8N>-!6Krt zJ*>95CE`7%Zp?d%Fu%by&F> zv9F1t8x{;8!^dXb`0}DndgufHzW+HM5e&mZ2Nu_pf}pCy&R~ST!a_evg5ZYhrgU*c zGZ5LVt0TmSXS}&tT(4NhZ^M8{Xjho^7$BnShxg7+>KK@TnN8|~;Iq^bntt3e#VjBq zWJyAdMw$p}#c(cUcxo{r%RK5FS)xcRP>HB|5Wx)c+#>>MA~-97h^WKN5K+?1lcWj$ zweNom>#rdy#1J@NmZVvVs&cSD=ha(JQ!RJE3{|BM0d>Pf2m3qRzV#Hv*^E3($+Hv# zs=C2>$KGPjD=$8YJim`~iWwBE6X2?@@zPmW{BTHwIoX& zKl;HDzHXXFIES9l7I>*?t7|k(`v~W>OF~;vYfazWq-i>urn%rFJr+9pCeT)=G)>E@ zyfA+|&aX9na}CcF#~P6FTugCnaX7e}d<3&mpO~Kj7>coxQ+r6`X3ousBRQLV1Rm;B z^LK5Bw~>jja;mrym1!TaXlq>m-$!(C!3m!r3d^FzPjbq@uzd~ZUDvN~{#755@z>;d zhQ;|jQ&v_GLXTIEpeQoY#JIv=Z67M;@vf$@_cQ*F&c+g z7Hn-F61qbG`aZC|JtKt3>Df7lhkN|wwFA25I-&1bE=v}RInF5|My?#};@|q+UoYf& zjZY2H<(TLD-1+$4WS;-@^+VqI;4c*Cr>HujMUr&r3*N!*!7=au=@Y6|iHHo|?~7rF z636$R-x_@2ar3;dZ&25da^AEG*KGu*5k&NlO`T@iogBRkmp&RjCn3p zRfE5n=Pw-KoPa@5KFsqcuI_X72&_B4&?i=;X@WZC;9$YaFQ!z*d_$>y3FI+A}WGCqi>`XvI@`9b-U{$-E!_&r9?Pi|E(o zwOJfb_GXT|uH!O&BE*QF literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/dark_pool_tile_light.png b/src/old/resources/assets/ariasessentials/textures/block/dark_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..b132aae797970061e4db22e5cf0b83b46268a08f GIT binary patch literal 1387 zcmV-x1(f=UP)Px)B}qg<#WcCLHZW#!@2KE3Fh4g**}1Os(tx&D(!a81)PpD!>XU@S00Q^1YAbVY*iHl@2RZic@eC&SP=xkELRF(fENHQzZF2045XY%De?Go znKmUBAuw-SW+5nVbjLbsdz0rsi6aT$+8;3C{%Fz20s~>p36i~>m2*#Mz$}wv)3Nb}Q z%9*T6%$ZOuAR+(^y~l_p<%|PGQ(&vAsGVcrJ;U<7vVbv53v>e3$$P|In^j4w#FSQx z0LVGBRaKy1Fu1z1q$VzXUIf(6t=!N}7LjA$pCzCWWmRIIya*b2&!Ber%Hw|g{ja0( zJ}PVRy}H^1A}jMt-vxa)^oTnm6(Qxk65F}MTT5jvPdxqu?)}mwfkmQ$NOl8pe|;qN=2Jb_daE z5$|rwI^MA`gE4{(YC&|;m$*sxIhaq!*%~;UbGU0)zscTcXY*>$L;NW)3~>F)N4fmP zi^v~deVaeM{=sJ_y36wF8@IXnQHylD8sbAU*R1E-RnN5~mC z#=v0U5ip3Yjw2Z5PVZf>pQWthbrrP41XIF78MG0g2XrRk9YlBbFD+qE3=T4>osl=F z&8kTGHk9~&hKMdL>u_=>sEn71uWjH}eSQ}0sx z+|u$z2sAM=Z(As1oGEc&76P*nmgL1(|F4J1ECh_PXjYu+G7e0ehWAFJJDz6ljHg*g zylU5;W-)JmnxPP5#8u8^qH8#mdz^%e$2#I0Oc*N&zQn4kXgC5`PN28by!9Bz?P z=HTFnuYL6aCUZk<#-tQE8c(@+VF$6xO!xAo9S+8@H~N6l$9vS?vvXmG?d>7nId*q1 t^6#4ya(h5MsMs0|=t6(a%I@V0{14r4j^N>vkJbPH002ovPDHLkV1lfapDO?W literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/dark_red_wool.png b/src/old/resources/assets/ariasessentials/textures/block/dark_red_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..b1125d3e4f511eb2eca13b3d70634bc16455cd11 GIT binary patch literal 423 zcmV;Y0a*TtP)Px$VM#jg>yPSW zpwxx*?9_~vl-km9C3sVz_0qV5oEX)Da8MIVI(DjKAsy|4*>~z%W^!Us8|E^A4aKLL zq`fn+mX7_oRIX*K7Ha)SZPPs}A%uc~t}V((|N7+Fng8WW`n;S$sdg#hR*I3MTFamg>MS#7 z|K0o`ZNd5ZlUmD3&QrbN#9pD7CVMr|o>a%3e8{t!vyo!Y$V%pHRdFjb{sT=iuLH!p Ra~J>s002ovPDHLkV1iw$#eo0- literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/deepslate_eternium_ore_block.png b/src/old/resources/assets/ariasessentials/textures/block/deepslate_eternium_ore_block.png new file mode 100644 index 0000000000000000000000000000000000000000..8cba5b75444374f241db9095add108b3304e046e GIT binary patch literal 650 zcmV;50(Jd~P)Px%L`g(JR5*=gl0isRQ51$hZDJZ`e3AD(rr8vNG=h*JD2W;cGnwKd+8CuV!n{=r zC1^1liFVQ=U5^Vva2WWafnB0>m+ z5LlLl>$-G>I<4R6M!s2MXJ;P(!$<(Iog3%4y@T%OlSCY6SC13!vX{wlnzK0qvXwHH zWdX2w!Qi;PgQl%bOw%BuMh}m*`f7&eRH`oSx-OPwaWF8<nR}R~foU2H#-oG}%yD+Lpp*ep1~rKJe7+h66uvSgE@gm|6eN550qERV zrLC3`;$?wePRLZX$$W zFdo(ZH>XnEoV3YS$^e{;$1lD3RE6rxX%gjc{Oq}fbLTGCJ}-0qVw0Y1|I0@L`zco+ zKjiT6m>~F#?;rg?B-eFW$WPFmO3^wxqIWlp1buzobwJg@J$t)YW1!y9^i++zV9Hq)$07*qoM6N<$f+epccmMzZ literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/deprecated.png b/src/old/resources/assets/ariasessentials/textures/block/deprecated.png new file mode 100644 index 0000000000000000000000000000000000000000..e05d9ac46eae18fdf4eaf383002aa24d83d63c8c GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|x;$MRLo9l) zPBP?cHsEocui2iEl(;J45lhTIVPRn*>*E>r+#alRG(=w=m~L~VXkL9%G;bBd@e_0A zi2t0O{Y!qq^s?vYbYu-YwxsRezE4GbQaux&&4%gLmNQi5Wq)71Cr#Z!bjO@G2QGh~ z|A$9Hbymk}750s@q#3-7H)%ISF5+2Z=wenFEI5D{x^ZHV(@hJb6Mw< G&;$Skwn=gT literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/dirty_blue_pool_light.png b/src/old/resources/assets/ariasessentials/textures/block/dirty_blue_pool_light.png new file mode 100644 index 0000000000000000000000000000000000000000..876eeba3116b0e00ec18e90a174988820f921f98 GIT binary patch literal 1350 zcmV-M1-bf(P)Px)07*naR9J<*m(7bDMHt3^_0c^ayD_dzqQ+I!gE#R%h!DxqQ42V&2;B_7Fd+P%&T7&@j5b)lUhd|~%1LsJxjJ|X9 z(v)M@X4(J!5iEde8Kz8w$2uL_QAER9Vrz+v!B*rYv8o9eF9L`N0t69!2;|=5yeG?Z z(mbc{99I_>z{BjWU07v6P_(0H)$E&5R0t@^jn*ioMl)AqGD>1f5k3Th2zdy&(gRv+ z0NPQ6Y8p^r2_VZEt$Sh`*3yh3+Hvtb^ng-@2Py&M$>b)XgZvoal zAywZBV;r~ik~J2stSP$IezR2*tJ`MejKWmeq;`~|p&@6JLb7ZBM`1E4>Opm4k4@&BXyhLo%Kk=7`6|gR2#5|&Y!@x zGQ59t)S=2~s`I?8S8cEBc%n}1>!dYI?>&bHCt1in_S60EAJ$m z^qr&cirpcUvHGtrCVl77rh(RKbT8<&Qm!s6{BKt?L@>sT?ghu}EJOxn3TW}d!HaM6 z{0C>aa3dkMnplA0yj!N2kLdf6mir-Gg^M6pERdd+FX>L`1OGkfs^!=^2`l zu(Q)4Ne8T~^jPWj@!pd;$3qW4PO{P^%QE`?WVnuu(PYl?4`MsAR{wc>nE(I)07*qo IM6N<$g2d~N0{{R3 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/dirty_blue_pool_tile.png b/src/old/resources/assets/ariasessentials/textures/block/dirty_blue_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..4b7ef9a064ba7775e530c4414cd59b236a96e29f GIT binary patch literal 1190 zcmV;X1X=ruP)Px(U`a$lR9Jn%1f9d3CDlRh@J0 zm4)wqQytex*PunftR#S-K{<2v0-v9Fhp<&4U56G8_Mu*jd*%H1AMy1Mo7CeG)^+hs zL3eE(3~23n>gY8tpL(BJ{4ad^CJqt8s6r}>^c-QkM#mN5cFtl~K@9$0iCGGmr4C_G z;qMlNUvnnmPmHyc`2g2h#3g;o!GJ0sQjc$v_U{nmFY^%wKzc0*ie@zg1qpv-y!XWTLH9NQpjm?!0Xhae42L5KAbkfw7}roV z$bv;{+M(c*-tOX|DKIucRoNM{_>XUF;KYI==(s{_Ma*lLnDe3i{NKAeevbLku|rsL|+DCz@6HpB`H zszBcfi&hxco~>I2qV6c|+jXvys!jD`@!z4y47jx~g+5A=II0`SYEA#sL8cJ97CWyiTFu0fGk z&OE2xj`HBz8hKferW4XhhWDPTt~vI|W8~?8s;bDcynUR2wT7y$SzUdYve+hsK$3Jw z(+SoZ*4Ng!^~Y@%ddv8Fvg!-Svr65#(P|O@)Q)9pJ^A1L!tH1FrBCtOVD-utKzv`^`udEZ3qiNDX!wsOqAc^|=#Z*1&t0RCS+ z;i5V>Ch7w~Jnz}Ro-i?;i^P3k=MUYN_wK*d6E2?j8ubC+_-NkGQ%}h2=TGZF@_cc5 zm4nn166*_I`s^*9x%5di&#!D=oT>BYuV3KCt&=nRh9_3Pi1!8aPx(X-PyuR9J=T!A;MrV@AOh_gV;sdhxBgBtj7K$MFBAOQjbf*Xr z0&$@P#B4;}xDfmnE?p@Ik%XW`jd9GRd-`#2-+QZ$i`&y0$gMO^L$CgQPu;Gn-~WG( zoVxR!#ZplX#OQGCfQVoQC$D_L&zH^;3Ws`#6|{N*L@|Tsu7AZ32Tzed7~nfys%g&h zp$!nQDscS9x7>X1O`7T-fB#dwh!6_FoTA={r4kCLGRJb)5LK!PxUS+_MkqXGCRBf9 zjE8@rhaHohZQ8wMTHPfkTifKrKI418v&I&w`qONH2T&JL4`zl{0tOHnj>drDx(?Se z%pjBs77+)NNe04vae(P$h{aehTm@3~!B7Bk27pyUjEX3L((exdL4B=*`Ql-k<63RZjNMOD{iBbQ0Xohr%t0v?1=)Ndq25I}5qb1>?~iB>PJfY#esRRJ?&IvQXxqUumre~E^O z@VNROpc*?+5a(w!CNX+U&RYkkqp{z<;zQy17?{i>%6R!o6EN40` z5P{{TCCaK|G#YVe^8~~G7BNQ5jMbGDCfS4#jV#OXzdU>TA&$5H!|{=yzTw8DbB#W5 z?8A?E>FOs;V!#6xum8=vC1KEq}osPCA}iyM%cVF*$ql+^31nBcf(x!DI)9GKCWU8>BC z(jqOXVRN%T(WHCl@hOg_lB5r)3QiOuFpPmPgAJfv-}j`xy80wO$+1e(2b^;lFpf2t zir@gnFu-C=>LCPtiesBS*yICCy&e(cZZ*ZL(%LZ5CUpVTcH^2X~gTDN5!Twf=f z=8Q&TM&k(~1d6ic$g!u%M%xrc!DN!n+zp&lin3&F?J(1PhZrO6c8k$yjC0Dy`Z{<2 zyho?ELMX>`kJ*0E$IS5F)xPok&F`&=^JlJJwvs+D z%?8Q5U!S^r`W{e;$>LzxS48fwJmoGU54zS6Vq zr=VW^k^RJ@pBEK;igS^)5A5#HUit~2;(RyHoAlkDZ!i6XTsZft?Iq8bSJv1|KOw2P z;HeL;^V+q~l6ijX-HVN!pSbcdcTS#eoEr}P_;q?NSR~I=oEQ0kRKKw=_S190B6*(l z3A5zfAhSE!$nhe1p5olhl5>NKLsK08o98f$fx_ZE&vx@X$+Uo z!6JE{^bwWh+~Ax`&jpL*d5Uw3>A7L4*F(;}^@{B!&zGLq&tCe8e*h}-t$+fkM+X1^ N002ovPDHLkV1lmNSp)z8 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/dirty_cyan_pool_tile_light.png b/src/old/resources/assets/ariasessentials/textures/block/dirty_cyan_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..3672654b79f008d142b38b7a22069911a039ecb3 GIT binary patch literal 1343 zcmV-F1;F}=P)Px(`AI}UR9J<*m(7n9MHt3^^;UJy%&rJ43qii3fbrvqo;{%dfYE~|4;l>N1Th+7 zGyyg0L1Tt4)#incT7o3~1rmdFC_Dy|kZ|@OQp^9A}KdX9l%`I3?tQ&!9*wlWoO_Q1rmI z1sf?obL5Gk_#>ga_&0K=rFV6XxHC!Ao}hPmj{f32-Ali72bZ}Xewr*`9=Z6n7709h zcAm*ri-{Y3^*|O3_5X4%Q@On#6)#Hh=4I=1Zn}JNM03i^wqds|l!xf+|Imyb{!oBEaJdkK6O=2c*5L#D|X&Sv%;1Js>g& zzcf?OOhbdXCQ=c62m`ToIwEU{t>uAt-r!P_AiwT;f|(tU<3w;3;b0uOwvEw>V2vsJ z$h~pTj$%La-bYNXo5qPP-(%a@?RCy;k~;j$-heTiu#SQPY7B%hh{Q5XYxz0tl62>A z7>GNQL-J+M%pM|-4*cO zBZR=h#q&*x<7BUad378Oire<%r|jOS<5#;D;(vi*fG-X`OPXf5nIq5PGs|N)Pjy4> z!qKDbJ#iAL&wCv=OUM3uV{HtE0^MJ-(ocY5+j4!&>)Lyg~QneK97K`=pvQ7N7yND&YvxxcjIgEy0MvDMH>igy>qeK^3X44b}I36%n;9 zt8qdtsEJ!mEDB$`g8cmAz`@jG2;mwr+U#SZvl3|-!S*3kY6I^6w~yl_!|!^2IH7hl z^?6>6%Ra9wM50OTo1_g)?>!HG{w}kH$NhBVX+kbMJYO2fqB4?2!vpGC3`uQD>)yl; zfphmf$(H1kVO@|_?lm9ra5d1HEm;U;MKQq6y(jaYi{GARLzpi;q1Zq_&&i6SbgvB? zbt_D1?mcORU2~KN6vMh8$uiQS7+B|8z4QK-+46p#lNJR@mZ7SMvBSEcm*@2Iyd1SQvDOajf>YZ!VywXss_NHs-&?P-|NW2oAz8$U z5K)sWis73V4{_#&7g+kPhiN$^mSw7TpFGCphYs-D=`XP^#=029U`$mZbvl@X2cFWj zf0YmdaU8L<)Wuq1)ATfd{&k5~=XQMF#bB74+Q8hEc~lkWENPlCaoZH_NZC9+O_KIm zTI#aY?cu#A%X7Bv*hR85N0w#uddXlPSu13D&OaDxoN^h&uX6wZ002ovPDHLkV1i+w Bjp+aY literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/dirty_green_pool_tile.png b/src/old/resources/assets/ariasessentials/textures/block/dirty_green_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..c41257fb557f8fc226c6bc92aa57d7959fdd2c13 GIT binary patch literal 1114 zcmV-g1f~0lP)Px(6iGxuR9Jr>gof-N}qInFO6^&>*M_1#uyQCHfiWhUkAOiTpM6u1S)FyZ7#AI=+GT9#v&)bCWbn zX}pqU8FJ?BuC{UfeDg9tJ@`$O<6l1digXN}9#jP!JH;aY*e9>>^9P@|#vlLmHC&A2 za(5EtI8Vn|3&~CB521S;(ouNd{}Ue0C-L}fgoC3TH^ps^QT;E+*=>$x{^K8Z?i(nk z;pjy|gIHYA07V|a=k0BnxINrK@1yaiX>c)))%z&NgN+UFaQ!NDd-K~< z7Mn!JxoBLyB5%EUQTrX`)b1`>k&`4dl37aAG?Z1v>HE%-B_qnRBuz6!!fse=D65K{ zoqH(q1HAWiyB(5bhP8&1ySrSw{ujNCO`2-9xMN29V^kIAY`8Zb`M9rboIm^fg{6A_ z>-q0k$4|Hz=SjYTp0DXAT#WPo)${DAp8wlV6v+}lksb9DW|`hE)AM!xgo|>%f}XGI zCrpgV%jcHr`IWPmTRDIF>Un;U z%dK_8bLC6%y5OM|^gPCSSxt~(yWhyS#^D}l<9HQ4kKPmWKe5ek%!RL=<5l!L#<|WX z(B?Oc*mzyAik?R~FPGH~60ZwZ(evm%VkBBOSZm{T!76$l1Px(_=5>XTc1s{TndC>(CBPwX3ppPOx z3H~WQ=^vmHZ%ITnArKWs@Imkb5g!bBkX&}1Om=5_rY}{;hwh%~>CEn$japEgo~f$u z`|6y!oKlBAUyx*7V?)SOXx;8mfOqiFsiU0R|2}!FF&117cF~~$=ir%@*Z83S4tb)` zrWg}0NHN~SlN{rl1IITU|M2-|vD(0>rwKbkupp#;!}ywJ{gUQzOHdld>xv)((-QJ^ zL$aG))H9d+o-j>MNOFLvK!A&Te(0qroP z6$FIFV70~=gV7odpcIOtR95O%1P?gxan6x@PwE`wEMt_W#978LNqGC?mw00I2v(!8 zZDApbIMD6V2?8Q(39ThC23wJr#HuEsSp*Of1n?p_@5!AbbB;96N%EXH%eb(*3c$WS zd$3{(H+Oe@ZP;i-`0I~>-uWQvIexCxL?;pP!B_mxFQm* zao$hFR^bSYAvA`k-7;6MuAsm0A96;W!D@{y2`9GkZEDtNjZvzojkbAXo7g|S`3Va< zyVz8d0#LfTWc!bs{OeE72jPg#eU9Y!Nns`;MiWVcqswg|n z1*idSNw@(~y&Vxu07|RkI!=cQKS!+>L6_f(@_gSyM3t6RIKC28$1OYNxhoQq!6h@v zU@Gg&i$uz!)k|ZmZgv?pNPPp_d0&q4*yW2aW0z8#bJGr0MpNDArJXrmH}FKA*wsmE zn9ey~2#&Ct|AqeHspFh`^b~oSK+f34x2sv_eL+xxHu`LcQ`(d6Bcjf(>AN5;v)8PV z!&M39wo@|iN%MSyojFJ99BUUXQx z3r1;5lIN4uxl(VP``6O)ah8$fIioZM0jAPUq zPPnkT`oBHR0E{uycfq@VzJdu0&lWiyJpS8ZetGL8zn+FL0vi>qx@Xu4N)kTmUhv*)<;CJ){rDAogGWG0%3Qz%P1K$7z`NB6`NYj)! h9!=JfF`6{X_#3rZoS8bWTFL+b002ovPDHLkV1l5Wa6SM4 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/dirty_pool_tile.png b/src/old/resources/assets/ariasessentials/textures/block/dirty_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..33dbfd88fd50a5e03e6c72cb151c5dcf79bfe02c GIT binary patch literal 756 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL`2bFs<`+aSVxQ zT{_LXU)Wv5&A&9>{+QY0GYJ7nOiq6^7cEfel}KIWsPmBhldw{%bc8~qq1>Mr(|50a zon|=sP0d}euiw5*^;)&-ez``ucWhnF`uo%CUw(RAeRWyjRkzt`%dcM-&-z%Ne}BfG zSFe_y)YqH0x`QWD*Uot6Itl-I8{+<)%=&1q)b}x9W5vGTS)X!toBZ5&M}c8-=KPOO zIOY8J{bbQl(%h|c{E=(mtUbBWlba_o@Te6td^)RM^GuSD^*!_JuWa4_fB%jD_qnF8 zgGaFC>?7u>`GPVGhd**KbniYg)5cS1@?!^^d1qfS%efv=oaCTY@t$$Rj_+$v&Mj7B z7x+*iFW@=hAcG(y%X@7V-;EYheFdhKucPl=y~=%8JlZLv(Bj;=x&>>r0&e7Nzf=E# zLp)D@_V;;p^$w4vt1dmhopto@O&QOuu1!h%*B9~~TP)c7Jtgv3|L5gzu6a9gtkAlA zIk;=n0$#7kX$fy%K7HD~xH{+D{$E$mb>6SvT)beN*)zHDqqm+Me|GxMv2%^Lt!>WS zecNnjQ~&+2;=1ES4)6I2I@I+{E33*IoMVDE79ZG|T%Gs1K*fF8&NdEDbCDk35kQDgXIOT=v_P_RW${_bHt&+O%guZuF~V4=+AWpK_D8 zG&Wd7_1(L;%O(r+q|TkMPm0gwRJ`#1`-x3+OnfU0W`F#7y6NCa&D_cVryH8zzrNz0 z-J!qxwiPe%o`3vT%S`6Ezih6lud#i5>ABeZN5W}*B`=G+%Rh1&vs-Px(@kvBMR9J<*m&=PBRTRd5b?a7jO?R8ggwe&A2#Lgv`Y*U}efdpIy7p?=wjhF-ylgT_Y)7|yBFBkRfPEXG;j$XLjZcf$t z&OPVUcfU)#x#X5^U2|(ozq_Sd*PK(zIj5Xbn{HuY-c7Qf`S9I|_7f+LO|;L?zviTr z5i5)L=uWTD=|08!;&oOQ|3XTSPUM(m?{7YsXzy(-O|+-+Lp&94y2abS@ZFyQomPu> z5HJ;nL_t94`$!@1eIH*41c2w^k&kk9&DA+9V64R$gSM8;7!sw3vy6dK^wX62!x?8j z{RRop>dw(=ZE$#YmUa-(l9EtL0^diL;03VP2w-$Lz&VEltaBJ^(Z-;RA=8>vYX(Yj zb9ou96AsSJA*GCvNZLU#wEHLs@&F2OUkE(Ut9R~=gi!!f1YxYjI)}CvRb)U20YEzl zh&pZXKx#A(S8g&D&e4*RC{?BA_S;05IAhPn|kRI@sWq_s9#ZeJ0b2eq!MAF_W+q(uZ0TdvFQBzW`Vvv{0FBRVXk*Q}9XNHF$~n%C z=Mi<^mBUy zyaOK|@bPEglBQYB1J?($%XTP=7ao*?@ou4L3b0#Hh!cO3a@mJ2W@oOF^9vbVQ;b>dH5ukB)oFnSA@q}0NfE^R9Eq@m;4cWJvIZE~4j=l$2 zavspy)Ox@OTgfQv9JV+}TtThYxnW|ObQq0*mfFBHR(!x&3Yy4vO7%naRv2b!92SAwJzr43COD@89!xU;s# z%g-O>`0+PuJ&=hbs6sq6HC*Xv*OJUyGOa7$$`~?ZxO?L&$zZ+K1Iel)(>hnL4H>l; zqEs0}TKFz8WLw~Q)OsMkACqcbN#`je!mIBE{WRj{^78+7HPhPS`+m&>uOCW~EsK;2$k00Blg}@6@zVF)zWy^( z3S=upN(o4`PB{PN4}9^}r7i7e&tK&7m7j8ZM<5TB_7JTT+EY__3n!1cG}*vfOBe?9 zdVPFf@c8U3_wFy!n%aj^eLOs7X7;nXwvKZSDSgs3qure$3LH<&&Jw2yy;vci8GjJ^wS#kgX002ovPDHLkV1grQea8R* literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/dirty_purple_pool_tile.png b/src/old/resources/assets/ariasessentials/textures/block/dirty_purple_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..4d451a56e8851aa04e0afd0009a0a2d877e3fc1c GIT binary patch literal 1250 zcmV<81ReW{P)Px(oJmAMR9J3vng*NK(o4qq?iB>ONdlRnNrCtr?tJ75s0Xdv5jlKd#)` z`Y24iCsB&hd&Wki0q5cSwhE2?>hG6UQ! zpaviV!Oa~$3)nnod1;AZCtAPArzn7-Qfw)~0sG$L01)QcqJC>Ow;`~oY7`|bmwEl# zY!2X;p}`f-)oWw*A+!zDKc0C{=>tjq5t&S;0Q4KYu%18wCE%NlczE+*0Rwoy#$)yO zc6U)IK?7+6(kwltPps&3c~&LJ9SeKum&Ciq85{_e$D!+blL5 zI-zI%+1t(9$65#e;IoUV8>rWLMC$cj^$i}T*0$$5=nycvo@j5Y^{LyY>aSS;CDnY6 zD1(@$gQCR)UG<%H$jzH?gpUPJBOpo;b zea??}F{)&luPBNV5!f6KsjMZ-G9KT3lKJEw-g`m_jLx2AnJ;lZkmorj`Nd%J?KO}6 zNYkfB@PRW|2khNGL+XY{>cIS(<3s&2h2MvbJ`4(mdR$LoV);0H$xZtb#c&^_520YF z#;|E1SUxddV=zQ{T<#Sl>_l~7wVc3~rgSM8@qF>19>N%p z3GHwl=s;l)21*1ptc!!i`8i-4Do7_DS{;b-I5Z8!bU=y50a|KiJ3q&T0xf+2v`8mz zw81>Y<92gu9*eAM9q@;AKpp6SQi7J6Or=jDSZIe_G#)zf(P*otVU)*8I(0xdG%bBf z%d+|e^$A16{}}F^!*ubuEfCXz;l>68m{s@ai-72+wHW|CV>&^ELkq|wYq7oD65K{ol6v}8Qy!6q(_!5&{}a}Jm&9z z?$F;ji>nrEjd`#?A%uW2nxZH%&wMo|bsjHJhCWw&!!^%;eRazCmLYXxE*_x+KVG}b z3!m*U@!OF+p&!W;&-Hd5$`hu`@3YxG5=K$H$fp=Coi0z*!*{gbw|*YOp&s7T!uAMNLNbH01i5z7;HX8G;pLLP)Px(*-1n}R9J5*-*%{lfIm~!>vfU&!EtV|L?%2=s_!Xn^&Q{v4fO?${;#0>jr=* zk^1Gxo7YaVAN~*T{EfB1$O{7vYg)18g^>t5-m}_|{!jJ(Tuz>aRKoTw>w7L zK4B-K`=I)Yup5wZ#Fr(-GX<8D`{GySeJsF0Yy3BFQTKWbvW)Y2PCv`Yjlo{gylM
6m3H?1 zENcX`9p?1V$p9&vSa#($6vm?ei=G zN;MHk0v5?T#Hp1S2{GbBm`wseL|DmlkfyIi;J)`w&RYRJYiDUlgSFQ4+#e>OC6XBN zUGi2?Kg$3JK45>mbcd?gAvcDsQ)g>H>sk19HwE1^bchpC)S4hN6PwbJ8AEOiyO(cK z-YL=fFP7Dt$FW*tTf$kp@N7D*(Hf&vQy1PX8@q`8>9O}%T^nMt5OyM_v)WV66G;mH zo-bg@B1}<;KvW7uW|7!~X$-fgKT}TbHH%R9nUi;O-Yz@^P52M^1iOM%8}c+>FJPPY zYlvwdP<@4N2QHGP--&#`1=x*5Onno^B5vE&8jDt1&1SF+Ty^VVazDJ13#L&qZ2)3dHwqHoPF*kY&!4bvR*MhdKBV=$Pw6>6pfz%P*xu}VCjEH zAl~zzRuo0q2bQmp= z$^v$fRzei)Z|{z=x+a7$?~oi#I?vm7&-S`cB)Y_*OWMHGW1}92DRm)Gwb+RRtx?Gp5457JYbx(&);X!SAv`u)K6Q@Dd&;^7 z5wtS%dqLqGg>wygo2&opVp2GVvN>8$=l23rRcwq#doCw=a>b8wH4|xa-np7hstOQ{ zG4p$Yy7)a?C`b-TBKI$C^4a?P{8iqd*SeUd7$9&>{mF~po@QfGG=g;JOabn`y~+CK zDazlsQQD%cWp2n|u(E>s=))_qn(iPXvso{`+Zr!H0@&v(6P$*8EIL^JT zZDNdAYpAN4!Lbwcv&iY;kg}RG9#0rg3PK3f&hhNI7bwT~sOy@dC}-=)7)|XQ{{ks+ VgE4CKP&xnr002ovPDHLkV1k_bb!Y$p literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/dirty_red_pool_tile.png b/src/old/resources/assets/ariasessentials/textures/block/dirty_red_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..3e74f1ed373f45c968ff2f410042f864da84bb69 GIT binary patch literal 1072 zcmV-01kd}4P)Px&>PbXFR9JJMOh}Xn1X9E$hzOp8H4+PW z01z=jQ3M-a1St|?gJdAic&^hhprw*Q=}uIm2I{~!6~a!)6TAq`L% z*eg6Jc!388H+bdl_hioC0+a@}OAi6Of#X}BaPsXpEUaMbnx0os2m;)^$(4I|8|#02 z^8jZR2C1Q2Dm||Z6U#|zIBFSsZN&hSL}+p@#LMJEy zQzsNgs>Oiea0CdgTFZYYp#E3e;;R2jKWE3C!H4lKYEU|45V7Wo?3O*qQFtxl6b{EqoV-@2C2n{N?)A>Ks8$LOOM>X z{hlteF(G&aVQ1%g^7$MTM&mJi7cV2B`q;{{Bu!f^%O#0RIDY(?z5YJV6lD3F#iBq2 zdfhI|vSd1)^1}YBOoopLA)u;kZ*7s~89pd^o+BS`r`p7^zkZ$9@864Z{KbPG7$(s2 zu&{8cWTk)g*1O!f|6Qa0_0{)rF^(_IM^TRF*$}I6oIp?DLV$sV<2L-+f?__3>iKMd zgQq!Om{X2X)TRLC}RY~mc-8q<^Hls9{XY3(&U89sI?M3h zQ!JNUe)%=>>42gr$g&)f>Nc!36w4*MyDzesj|m}=rU}#O3~LP+`+bi7`kPi~3%{JL zdd%Qth^pe8t@_57{kAr7{`)&O&h_(azy8c7dBVjwFV^t${~=E_`}I10zG_Tcad57m zU-{{UP)Px(&`Cr=R9J<*m&J~>;A}nZ<02x4h+9@@63F^-}%jN zW`3hC9UjQK(lGVGlho$Uc=JIpRn@vSENQ^;+TOK z5C{r5eVSuGp51o*)rFH-Be0xk`h_s?!m2Z@B$}HY&7do2VBIM?9=btTw}y4ASazEJ z`W-YdGKwTX5`?in-5&%aI9l{y}Ezoyv z%j~<(l>#EU(Hf=HWag?RBN7uu_z(yp6d{mD4`{7{lFLa6WCggNXnILP$6C71(U0G? z2b3y3Pzh+0H;5}6MDQXM-q(`=2qDl*l3J_{!1aOUMdwJOfR45GGE{@L)|0j0O+X|H zA{0&XD5&ck0KV|ppBLUC9j$TP7+j;)F`#wre%)Mx<}x&hDh|tZnPtG_27Yqf}X2ZPUiKvCmxiiNXGPY_*R~BigGquShEQ zZ`lD;g0S*}0HPFxP=-ug2>ZwuuuG zq!i$!Jn`yTHb|@A75R1n*z|-{eJhMMZuF8h7Oep#@DuDOC6tJ9_ro?Ho_rSb6js(H__ul1sC(~!U7vcxNP{5zB zERe3OqMtp#$dii~AD!qS%L~6==E%|K${<{Ksy@ZG6q)+(!<8u*0$kmnFf8*4q2qTU z-HVV1z!{CkXi#*5OinQ3o!+=!AEmVMs#+CohyfToO$BHG?Mk=}QL`NpoPg4*ypD%f z5vHgOBIx+7i0At*BC52k!U>h2CT{Fk6uwMIZgx$b!BjTHi$vnl8l<&Vce;#Pq@jiF zLx^Jn_Qt6XIH)tc_md7)MpNDA(QY|jxA8=i*f&WVnBIGOZ!a*scMtv6;#p2yyg(5X z$St<@?HksIP!d$2tv=i0M4Ntdj!yr;Q_A$cm!I&b=q|p1=E+ z+0iN%gnl7x<~dnWl-X+|jd~nOY3@B~#I87045Rv8u##n@MNy~Dm3r&_V@u07^PIFO z7-ty*Xk{kvf>E9`%JY&uuGN3_Fd5}JRzPbtc^3@Rl{3^X)e&^aghY4kS zv-EpC)MuZ5BPx(VM#r>eSVXV&Z{o81^UQPjuq2?XzQB?y8F%oIMa?9^(6tNGHwAsFPo1u+|HqL(e>|tH zcuX(^6Ufye0*Z3|+f6R*O_;VF1810bf#Z3G7(r2P-`-{OmA@EID)P0Arfzw5=NJOC zKJfbw>wJ8%pfCR?UuHNFXvAZU;xM%0Y1A|6I@Z@VFc!u|$0%4vnWgZa@vP-;)iIm? z%a%19?9Ujk4_F)J+~1!u9ar4DGbKCNL1fsQe_oY10ILRvL4(psKmh|xix~tMWpQy; zW!8Fvf<-9H3dkNU4p2^OLQq5m?>(vfpmDT80O%wTOne!D@pu9ThAvK@wVrvW#=2<~vlayYn6~6j$W5%Cc|2P*;Dd7Kw})i8#pMkRoUFwpsY%KP^zlJz3^(uc+x(B;|9Ud`oOQ> zpJH$C;D0>8f(Pb&e(g9nZoW$hRoqNEjNKsaQ{cl7zT&g1=X>KHUAl#{2^_E0r!h9~ z<$<~cFoaMbGC*WN@C6|hgz%82o+RVdY(MfqAC6H?@_VH(gk;1etTm zxCTYuKL5I|Wy-1TZK`=qQOqc2CEk0Qw&l$8FH;r!G)+TUR`GHI)*70&Wozp>=Jf#~ z1oAwiC}vn|*xBCZ@4Npn7;fO(*&~kGe>g@}an45G_~qww+Nbw7zgXwW<)YUQe16Sw z^>W**_eb#)E~WRyL5Z=$-uS!{L`Ez5375jT_ddx3ED*hlpD>5&eIkB#cQ+QWf}e1Q z;XD~? z6ANqJ=Ql)1_XS7M^AygPy+NPfFk;hv!BO;FLfwyZN%swA$pd{jep1gP@jk8RNggqh z>>I4L>Av77dY;0$hIHRB8V-^7-g#43(eu$WCs@T#{0H@U*lxfJ!k*` literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/dirty_yellow_pool_tile_light.png b/src/old/resources/assets/ariasessentials/textures/block/dirty_yellow_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..03dedf0815edc84fb9d16ec49e942ea89da1ab58 GIT binary patch literal 1331 zcmV-31Px(?MXyIR9J<*m&=PCMHt0@_3HZ=lS$%4A&H_cT=*xr)P->+WaG|_ASwunq5(C! z5X41DB$|+|xN)Q6!mYRp2qFa3l_UfcjmbEf$$j*6*W+{1-S_s~+{u_Rv7o5Fx2w)M z^?g;xVoJmq2`N#=$h!CBWy#okMn%E1 z2TpV1ql5)8NwLuB@aWPKedp*{OJ*(37;Hmc6RVbh*&=|5AV3l!rbLJlA0uT56d^G7 zo{P)NB;dfleON@Hw4(3ahS_(Ws|3{KMr)K()0wLo88tDrh?o*dgpd-xj)2x0pqivn zpunP_lt?ej=vYhFIr{bUBmzoR5oiR=lDCMPHi-~L2r*730gzInmt~}Sj0It(^i|Gl z0Uc{6X=ny(t*5!)N*$9Mj@kRP$7+qO2`BB$vuU+PYm8D=oq0EJ>@4=j zpS;7ujwP(A_pxcM_9o{INfZ7JJ7CTtY@#55CeRo^3h7Q4SNfnDS12R z^}0fD{Cy; z8eNHRZLW|tXc1w!wtfrI?M}QqDYJM}VM2@%9g}e7!i~1X zd9t^`yfuy_!T$D*W50WR{%p5H{4X#R@W$cKDT)$%^k~Vz2X5Rt^q!Vu?`NDn`v_Va zSS`Zj6x&c_?!R|d=3of$*bUQ+}z%eMs;~b5Kp4HP6jQX42`n>*^ zGK<&LSfgu|>iu7LnhVeZ+LCaFXx@87$aLjHEDF}vJ;~jwHi@9?XGML!Zy}SsJ$1GH^RmJ($M6Ko$VuAk0b!i?{)ZMkUHy{8PJa<45LbvI0@kCCFr zZaAtB6w`Y_UX~OgOssRG-o|*>Z27wP6d{n8B_e`WW_m9ed(YVWioDL%y}Fo;y~lMd zx;Y0*iHwSZi_6RZ+to}&Fvd*p15Z}Z>Xhb*=X?C{{RLcRu$ieMSY?@huZMc|46a_w0Y@ pG4kOGWmz&F=aY40jHdLSe*lrvpg}D`Q>Fj_002ovPDHLkV1lxzlqLWG literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_pole_side.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_pole_side.png new file mode 100644 index 0000000000000000000000000000000000000000..52ffba40a79ba485a1f2dcb5a31e276c1d8b73da GIT binary patch literal 568 zcmV-80>}M{P)w~QLNf;bYnfSQZ&{ROGR!R0Nw{8Kr2b26paHVCC+=S^Jpaj(DUc7060E6Bpy#` z?(g`1^ONB@K03r2L-ugKm+SH6HvsZQL=OBaD(2aUWmy3*)|z~w0VqRYRn^SWHusO8 zpf7IMoJ=yXu5Z1%%UM-*|9mh?=;#XI%Cz~jlSgQP(m2vcalJ13pXx#3&3!?l6%RH= ztE#594jo147w_Kpo6ZKCfu0HQ*Y4?nna;m_W&$kBidj0sHx0L!l8AtaqW--pD-M)I z2!TP6FElxzJ6NT0EU74rBa2!WIxfqy;(A?Bj1mNpMhdKLZ=u^=TSu~y=y$aR*TJl< ztB-?8|dwIUMd3W#sJkjRjEBRv7x&ZhPm=G`P)}7&4VmsdAz?H@4&Jn8C@7 zW5T~(pQB&*JNMZ7`1W-U5JWNZtk1!4fJ2T3RyvJ><}7;7S{GY>ZKw0dPMFIcYVw3&!DsL>FSu^GS5Z<9tEKD@@ZkG5RTx=!_`M zn8pbJ*6q!84shIQQ}=w9^BI30pD539r;Scin$KSRqYH0106>i-YR&rGbqw?5?h9%p z07xqO>SYgMnAX<>c$g`saY7gPHJNefGDyyZ-a^EOoL_U1aTGFN%a%(kdgvumiiqUkz_^!_Jm zV71DK!WnMMC)1k0^a>+ZTynEy00000NkvXX Hu0mjf2*m}A literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_side_texture.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_side_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..6bf1e53a88e2dd8e019c77046beacea22e3c1b43 GIT binary patch literal 635 zcmV->0)+jEP)1V8{fit)~&&&E?q>j2oz+LYFDemP|`YXLASN=ob4_5mR! zN=k%~07xm(w;wzL;MV3k0FMt}^XvR~{c^iH6H*X-z`A*LS%H-3tk(r#(l<=1EN-L; zgS?=#f57ng6O+DXQVksB1>4UKQCgF(w9zNSFAL>>qG>{E=Z#UP*_tkB~~@y+=w(AYiTi*8_l``E20;)VU1uf~^oh z2$a^CD5lJ(i#0B}OY68(?R`{G^NxxVfO|lcqd~OrFHCP?b?B6-Sq)i6qqQ!-h-tJO%HUMVT{Jk=V)Vy;smKQe*iz0 V4{rj6&SC%n002ovPDHLkV1n*n6rlhB literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_up_texture.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_up_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..74a9b832251716e54fd555fe27de4819c47ab9e5 GIT binary patch literal 621 zcmV-z0+RiSP)=zZrc>s2^9DKvb zI%uUh-%vCSp$U9=^^#ahf{@%fctik<(TL-t!vJt?dy6E?nT$uAo&RAzqpu&))8Pf^ZXTy1SIs5PDayV!4#CJ7^B*lM>JPb_X?iQ)+7Eb{cC z;QD48W*7iJM08++;5Ku`b#?B8Yl?hO}Rfg&K3 zS~#&wxkXU+BqjXY1At%kgqDh@&&<3GYE8eW=q%^XO?~u>3IO9gH-Mow3^iQYNMW|m z^CZh>d%8do$47@@m3fu-e?5`*^b=)oW7>t49;lr?vhE2&Dasyed$K@So&D^Xz6h=i`c0#%uE=%h&f{m3g%X^9Axe{>a$M*u_BBiqg#D*F0${ zuWD5KqO?ZbynE~RF$0w+z+PYcpo@yWe&Mh&=lNKmaR{v|W>eD*f@q?MnmGXY6>o|R zK;_FUPMC&k26a8lb~z}SPq%!Fgh#w}Pm24_RB?TE>6*+<-v8x9nY$lElXj7X#+>!p zkYGGQXiYR>Z%$NwboIq4cVj%-(5Ypl>52Gw^TFkLj+7E11kO1;&%;`alo9~v96|_$ z5LjC@D{EC4F3F6=ScC8Tkmn#J%JWd#C(mXBI;R=ZYrOF$m$&;kw31|^D6(ujgOF%&yDkL{4jKC672$7I&#a{2u&dd(Q+RJ8H zal1Qb=4!rkk9hy~O^CF{TZ_^?yt7CZu`gQ`=r{%;>N7$BsNPh4KuC!X9;CoKj}QW1 zdZdgf%M$NBaj%Cp1^@vFA&|xt6vhw&1n()GLrO^*N}?zNQC(C@;jKkVNfar{5b$M* z`tki607v5yaWbUX-0|!7H_bX4k8sv<@bK|Jx=LnK0MfZ81r}M(qd}iVmNPj!XLZnpGPR1aF^2ID+RYs9-(FGCkIPh`tBax&|gj7Q9- z1%pOL+MX!mJY7SK^PD8ZIs;vLoD92j&}MGuV6OrE0VE1B1a^-(MgRZ+07*qoM6N<$ Ef{J4G@&Et; literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..79086c706dceaf92c5e2c4e576ceabfc7d1060e9 GIT binary patch literal 515 zcmV+e0{s1nP)i`uRf{QmqTGm(Lt zanFUj@5d6YNoIl>;l}-SbA5auHLg?9+z1cmJu$!z0!g?TwH5&Lo`gF!Ctx_?L?&iN zRblSrNUHupeH(=D%I>Vw*i}uhg(TFCov!M}%r+GXwU}Qw2DlprWCp2j1gyERXNc{% zJ7%_jcL3H}Afe5MwF<|KI0Mp|>@(r+X01hpo(MliCs>fW#= z%nV7dnW}12-9a<1u`jES54I8R`+k$nj5i)l`$hZ zFjp1Kx%Z)J^UDN@`_I>ZrotV%u?W%*$48b2eqI-X4f#m>z^#L literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture0.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture0.png new file mode 100644 index 0000000000000000000000000000000000000000..913f102db4c457dfd6ec9802c92d9dd401ffbb98 GIT binary patch literal 785 zcmV+s1Md8ZP)Rar@ zu^nfSA{Gc(j97pW5+i}cl1E^JSg}K_MqosID!kYpve4(B~} zvqq&U!=nm-*=#~o1u{PUg~7gM)peYF_=w40m-zWVc;|6x!rE8{Sw`j^Cm(#o;Lj&` z1nycMMqcR-sU$%g1n{r6R4S$Gdx$-iO3~i2Yz^ZyWv(ryO4)gTFt}|s!dh(T8Jd=j z>DU+;6*)v`%mK8%?@`r&wdsJIcu%5u{N)$1iXBOka5OzfD#@~56Jw-vj{F|m@nl4K zJOZP6xu|j8p`=6>SI;;tOAx^A4UINT%YwyT6W@H7;`t>qQ`jp=WlEzB2R+!{o zkdm0^02m)Aha<#K-+deFX7hS20OzwQNl_8ILx(RH&8wXA^9iaN&;$PgaR6??Zxz$e P00000NkvXXu0mjfGsj!k literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture1.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture1.png new file mode 100644 index 0000000000000000000000000000000000000000..946aace845b649ca4fc84dfe2c94332b234195d4 GIT binary patch literal 771 zcmV+e1N{7nP)lA(+=%!CT)Ohlh!9*%5DW$pg9b*8W|G$KuBxt& z_w%~wOyhyOxm>vCoO`bN^5Q-5B5b;z?2We={q_?Df(ObV92W!X-cTFI?eq6(F7KhT zj2k4IzNa<@=OeckGp_2EYa7`HL4c|^2p}S)Ny4w2n%3Gw>8E9b4S@*U86VR+PwPA{ zWjO$ibGR4)5WvOAs_wYysLwzCNB~}aWr^ekZddbcwMM<5nCX<|;*7TI7@kaVP0f0} zMF2$5JiHIU;~ydbE>VoL4C6e@^9z3e_8ZDHVR3SV1=gKmIvh~<7XR8E^k0o(oG5x@ z_ogHXW!PatV1aPmcI0V7IdJm`QtG~0!nKd>qwQt$H49L3);(jI3PU9sR3Q~1{Cyeukj!2 zILb7Y7y4btah~B~ptGLWfvc)zG8$lF4}gBwbO7wE=ay1by=Bw(3^UCn&!~Ds8Y3|V z^6@dI>*%6K4~GEz94zLiw0#eGfomJK+X{f;U~teppP!PCk8!)2^}2i!E71PYk39M1 zFh@X`6a{~lHQAf*kUV-wAB8Jmgs^iCuTuJ|;_e3@qMud`Cq+(YJSgxYbk?JkVm6!d z^JR%nQ}CWD?zbY5)&~U8J_K6l@v={%_mMhAj1Od^F>Pni3KFI8QAiX7Ac`=aOi^Ed z@u^%t|M!sn8!Q)R*hGWbyZ!(FSjK0)3@5Cp-A22lx`3<9A;=-6#nRae!$b^p$H z&T&vlaL@NQSbKfyyHD;XNr}sC!O?r~_Wg<3qVYXm=c&yhbLQav|ZZg&8*B24=|oVAp1y@P$U z+%oCq*t$hx0${Um5h4kAyxcIz99AhBFDM|OSnn(DozAe<7?jc|tytGJ#Dr3cS_1iS zL?BUlPi_sPevVU$ZQIgHz_|?d;G3_~#fz6H4oN9-x|mTl9fP9@zAACfa=YFkL9oWY z;bI3vZ1wBUjC^F%Hk^F$5f?vv&kFD{p|z$Bf!r9p_q_Y*XI%XBBgPoo+%X^ZvA1X`5Atfp=+*OL&3q?#gqp?a6 zVnT?72zD@}3xQl~GUsR|9z3{nHfP^7koBpy8F3#j ziGT73+h;i_xGrnT&NJ!vsJw@_@1dVP!7Ib+)xk!DJL4ff2JW7JjDE2xxhhI7Hzg7R zBWu_WWTP=%SpaZ-vwrg*v)M6jIKnx{e=N&~6t-It2mk;8 M07*qoM6N<$f@CsXf&c&j literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture3.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture3.png new file mode 100644 index 0000000000000000000000000000000000000000..2009db0c75b2b01b01c8559fa915ab6645dfc772 GIT binary patch literal 790 zcmV+x1L^#UP)!1FijqJuCUr^Ybk(`+bI$(v zc2IGk-*mx(#ro7Y@4pi(FKn9z|I({WFa97SB7jOWBt(o>tg4#l-#w!J@q2=?02r;X zi?Tv1Mb!$2lQE|!6?<9AC^dAoBQqL+Adz00a{R2|VA#iMg;5H-E*m=W_z15b&N=a( zPJ|Hq09?i}}qeU?Ry zyz(0Mm+K9~#A0+!L;+c20?KPXSWH=h&Md*#j6wh+3 zF>E#kqkf;n8mzI*W>f57h^>Bj!W39mHP1ahqWSeFTvS*hh0$!9j%hE0w&mdQ5z8mv z5t4+Z(cI~0*xWT3t#Ce|fHp#mfEC=&_daH>ds>?iwb~ksxv5_A*@Oxp6H81N)v*P1f@`4e)dUx@r5~+b0ottUAZOCH~dTI1uw$> z{)A*O#8)L{QSBsB3Tw`e$czG#K_CDDW}IB6aGu?8ZNgLbEC0ZDJn0tKA<#MwUem}kz_Dp zRaUqz;s3-CNCso>GUqPKLiE;0Ou-j U&W)>>O#lD@07*qoM6N<$f+HkjGXMYp literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture4.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture4.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a9510344e86fd3bd789afaa8f8f20d3b101ede GIT binary patch literal 802 zcmV+-1Ks?IP); z6Ilv~86_ZONI8>ICIc=;s@5Zfz*~p-`isvqz`gMZUG@ld#p~-80w_BMfP;exwy|{g z#`t>6YPBH)S}JsU{)}PQU{5swYu7R|9V+KI`1n&^AOA{yQhN~~2!=L`{?!Y&+H+%wk?CBN2ouJS-un~GEqu)&NDCu?;USF`h?$}KIQ$x z3C*d-D1qL!9-9(ABm{6_J;RQs@eu?lA+Ry9YFh3CE@n<{wgAjWef0URCgx1-1Mg_X z>J7kwF?5vVvTg_|6H@|H(!_{wEW?h$`iS`9t1t6>Hl?x_(;q@>SzImwXxjFU{B%0T z^oRIr%lTqS*(q+B_`m+-`c;Qa=5$+=q(G$1<+ft}@QB{Y3xZVGGl>OOwxw?jZSYKw zK182wDn{MFrg4N6i5W9Egaa*vbej)Bp%{;mvd@GN!>_X~w~A#&5)RuxK;d_+sh zvTk^HZ^W{;)Lz|%l@Mqth$%6i&Ja(&`zBvpE=lqKrzs_w&!(8c9=n^{{TEl)h&TT1 gaG#<-pePFd1;mJlj4uQR;s5{u07*qoM6N<$g2(`K82|tP literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture5.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture5.png new file mode 100644 index 0000000000000000000000000000000000000000..00aa4e48c8bcfdea799857faf8a05eaf6f9b0dc2 GIT binary patch literal 796 zcmV+%1LOROP)fVAlOW z+4lGlnH}u${G?{Kv%|GqgS80Ihe+=N3OHF++?b3oi9#ubxompsen6p!X-;W9jjOpS z1prt5fQ=Cl-qRW{!r+DF&~Hl~fAvUW6z20OlI9F`$=Py^0`e@yXw9vo>y%Z+W&c3(aNAUVqcxU3qEi!rb3mcs|1QT_T0&FKq7gmWM0y<78e|a~HEH zTi%(BX}W|ba*bsPiRg-DWbd+O5WYY~qi5Qcio_zO>oG(`l)-qU!NMttK$7n-3F32R{LtuHa zq8}W2mIA`@ts~61z;sW4Vi(2hre%8n0ndN@fl?b9Ysqv%qBY~x@TRQ!;ERXI$#0+% z%F_i!sxj-%q7=xM6sUw%*P$XL3cL$%G3R;4-@PL@2}2CDF2S5NEdZ?x>?_4p+mWUk zK|mBf1`-4SGb$(t%Q&Vq1om=+di>=hdH41ay|qZ1lu)+Rm|-{VZeC5A1#PDdw#1 z*wG2gs-+$r0C}SDL6{#-`R7l|#K-Lshru$Dm0vsYo47=up#Wj*NsLyhl}vctfVoH7y>ea zk_kQpR!xsok_vDkplx8&Yak*%|M2|?P#%;FBrx=JZI6#!3I*W&9^_i@EBgqY^JJ3(Z9NyR zW11-r^DzS0^qSs!(lkSS_1VYq?0kg}0p~o{ITnjK##+)zK`tUnN;aD<)_cZThIO7v zF(EHY)af^0;{#-wq`Z4V_~{42ql7XMIGL~=ELA=xXiahVgy#G2nB*hQTFr7cMYYB; z%`nHBaDndf>Vrc-ea{I?bU>Fy3>~cBs~Sc6G<#Je3fvb`4j+^Yij4 zmmmb`q`-v8rq#F@5lMph^n>@}a(Re#9w$?5*RZ>(`TxzU1JX%B96HXh%iP-;! R4T%5%002ovPDHLkV1nUzY2*L^ literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture7.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture7.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ba339fcd7f717a9ac210d3d53c90e4d114012c GIT binary patch literal 793 zcmV+!1LpjRP)hM(`}oSd8_ zPA198s0Bf!ZrVj%NJRuUqTnsK@(RS2dJ8UGcs+s$LO~I+2s2%jsRgHPW|B-M$@zZH z_v51D=yL%t?*s2EzWw;U>|$bREXD1+jGi2$a-xlyUe)7Y*4FXnhab^C_z6*He9V+e zpwD(KN&qP{9*=mq-Z8CuXeDTkBLhl+=_1a19$jvk4*KMrDWpU%_m+?%LI`fp=7^kG z8B0_531l|T;bS7^%*5<*8Y zIKb^UoS(1A06C-0pTDzno^@F;?3G-!hFRU`VsE(n$*1gp`I+`F4FWu{GLB(ca%n8# zjknQfJHsozg4N!z*tTdXI5m!xGS)jDZ?+7}65~6z#vuhLr4UMT@75emPHb(50CLWR z1OkYF?DcUWvTLtM8K%SjbxVtj5rjf~_th8q+4FM>t>{7|rNq3M5MqR~qDP`COI|FN z{GajRh@u{$&2JAl$bwzxnZ5fyPk;P@MqfCL;ib54w9QdM+06XNv_=FNndGHnE%I<7W5l#(~TF(zisgmN$>Tf=g> z!TOiMdVlhe_GwM21*wZHtYg}**m{qA>kfm{W6+v#Ch2nK%6TUJ9%gTt-~Rx;YAs3# zoDTp<32oQWg~Y99!s)T6(h)7i^)Cb~<9N0;G=R3g<19o5R!iY X#b$-B3yY4L00000NkvXXu0mjfG%swn literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture0.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture0.png new file mode 100644 index 0000000000000000000000000000000000000000..e8cb115cc0c6fc8fe3e278d38583a28facb3efde GIT binary patch literal 641 zcmV-{0)G98P)O^j6{VLMM#7KiH-&d1@RQA@&vRfFF?<;q`?iMK(d4)8V0o6n+Penb@$%2yyFe} z0EDNSaK_@M+a!n+x=)|+`9qH{pE8t?e3uGu!$TU&G&3|GJi<8{PS{>wg_#V1vvJ5M zN$CPXYEZ^PX;G?R;{QTOL6%z{Z{NWIh>gY73V#yKi=??_#cN^X3=2ph5TZaTNt#;< zz|k7<_VufBQB%zWm@@%bc4ozE;e_wsVaFlU%y9q3OQyYJh6917L})!{VrERHy<-f5 z@YEp$oFGm>E3&v6%a1t2)v9`C#wCao{7FQ2F`wtv6#PjHku89 z`Mhf;)w=Q5p+|=YrOG18qTohnn?|#7P4EAF;+T_#sWB)5Z7kr?1_V5OMgw}+o zEcJ=AIJ!FOztQcq8T2#U1&>^1;-tA{S&=li?0PLOE{7;7tDmP7vZ4QBveXAxHDC2X bodfs-i5Ewl9;YuR00000NkvXXu0mjfZ|)Uv literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture1.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture1.png new file mode 100644 index 0000000000000000000000000000000000000000..1c83661200a9567022add0bbe16b00065cf49b04 GIT binary patch literal 652 zcmV;70(1R|P)O8g@0^Y11!C%=O!N`)NVXb;v7;031iqk26Z8SptsolE8H-qy(Vr zyZn$DgR)}f${e1Nl1w=`KvGFOM_?>yYYD;#Wemy~jCGjnwE-BE6_wI>zK?kO>ZQFb zGcf7|xU`objPSC}_e>14Ek1Ziy0OmbuE574e4l<%B5?oWKqAP#dSv4q0Q@ZK5d)`5 zNy~GnwW6O_+ywT{3TCy2T~i7s-o77SZhlz70MWv!-%w~fErhTG8Q2k m4`Z9imvS(kd7OiD4d6Gzl}`bP;JHHp0000 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture2.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture2.png new file mode 100644 index 0000000000000000000000000000000000000000..5748e5f684f79b8d796dd74891b6bc6eedcd8f96 GIT binary patch literal 666 zcmV;L0%iS)P)sY5CtyW<0d_tEOfbSg5n=(gKr7LKimFm5gtSfK*goI+ z7@R^074LGxPp5mI-#y~dts4$t_b6fM+I8gTPy857@TEr~BvDNP;IPEq9+R~f2;T=F zwE{IvGY&OaW9hV8ynb_lFKb8yP%w(Hima-dzXKX}1W%2t66`ZGXVY>9kvzqM*67@=vb9 z?F~{VNp?IEV3=ksH|h-2jJVt5VC^Nzj^fKO0brsFmYX%2zM#B#1+_jHvC^zV`sc-; z(-GPlVqkM{L>Txp9ESr0CH-;E>iKi1KnkRQhA-)lr)cYtQemt|5JosxGR|{qN^-Vd z1K=>r$&E$%KH~9%`|dPm;CCm$sl5bYgi7AN;>?Ua?)KPx`h@QYB#u&eq{h%ticzMy zdFM7Co;^oNkHq)sghAy2Kw8+@dIiooDq655g>}75gUN6pK zamx9R&dm3pf5e-Y&pg0olA<2$&>Zxs<1v6!5sSJ^QhLu{Fgf^uP^vtamq`jhqAk5{ zhp%78wCgn*Dg=|3jfu7Z9FE3pt*`wZa6X=qnYs8VZjl+w#bib|o;O{kS*dRWnXx3= za+PKPi2c1?53t$o5XCL>$qm0QhAh`+w}a7|wT-*~=rSJk0hk^urUmPrM!jSn9eiYZ zECI+Wy1V}n`F(gpGm3zex(o{5DOYJm4>%g#(5}~Rz38;iced^!qfpRP0Sy&$^m{@e z1OVPUq9spiGAsuze342a-oAe2S1|*nC%{TyqPT^ee*VOIWzVC5K;aQemCU-(f4+Z5 zO-W7;LpB=fb`Ai}k{s(7_vEC;F`Q|%)%1YGIh?g%E#o|&=YV3r+XWv$yIy0aE!U|= z29TP$C%HAOsjx&5`+K{-%3S6BUrwYx{Km--$xIu@nMON{3PNNU(0%fhc+f{E#q^k! zIgw}A8M#Xd1UTn0-l2uZY0u+she1E5QABz9W1Wv@^Z@BRWY%D;10W0n3>N1+QQRss oP_4{ZqPVp>2UX^34i*}~AKxcG^cm?SF#rGn07*qoM6N<$f`BRq-v9sr literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture4.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture4.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca5fc867a2315e177a6acbce0b2316bdcb41a6e GIT binary patch literal 624 zcmV-$0+0QPP)m#($ID*(U8a zwi-+-a6L=M0z`L&?_yh{tOQBFKh=&%*L27K(Bu#d*J3G5G z9(EJjHTWIp8~*eEee;Rej~_aKL7X7(ZE=3EPk)lokRDD5Vw2O59>!W8J$*v7_Z}f7 zGx>u!0U$Ox-FAyFu}0JcsdH$P0}!Pd);RzUe~nqI2dFe>CGhb3lPNkYE^dZRvfKio zP4PlafOU@Yn8a8v$Z%LjNsf5+{Fwvjv|9vWlQbIh^Xxa5)oHiLjA42G#y`HVJ|ECt z4p2RbDzmuWs56KYx;wiJ_dcL{ez8@>x3}-(|IwQBxY&0k@K|q1PREK-qUi!B!!c|1 zr7Ihqn!?}OxQU-+j!q~^GE0A==}$CX4FrxLY@)NAvuMha@688|5{=Gsd?^ucUcPXP zn1OjFz`|UDu!*nsKe1Y}b$51&_TDo*7DyaI$~m(s{f}?o@t}PT)$>u+9svA^QyS7M zo+-a~5GV8}Q@Vi8EhobWfQ{99(E|XT<=iRxMhRDVXMPYiG1fAQ4J(09Y|0)~nXA12 z>xpl^9-?}60KP?N4U)`J6L1zy*$kWW4pcSEWML1g%+(&uJb=GX3rz{0_ z02X!%r$I_XM-#~%4T7462S}ACphbBBdL9Dt0HMH5pg^(&DNNx8vk5}Bvwz<4%~m1B(U4UzaWS~i2>@3!pTqs;W`XNROd}0|?X*xP;U#jMg;oJ@}_DoY4?~a4ZSetoIxB zf_XOhNH`V%s8TXD+tWLWGx}*x$P6%l99+mQ`+J4VFbiR%lAe z&)bOSuU--iF3?znV?mgEuzk-7F!5tdnzCmLg3tgOcVjZF^#0000>twy2+s-b9 z?F}&zrx|I^%&+O~0IL z(mHybHpgF5YQiJ*YJdh{xfvj>1K>1CSzB7T6}U*p=zP-Lj9Td2VVnazLQkNb<1$q= z1K0p`?vU0oR1VuN1Q;q)9kQ+gy;p7(z_@$Kn1vO$B( zscL2ni(yD+46EDEiTWq>uQlhh3$>EBhmCn}MdC->%Ho_Rh8vmU@7w`4sk T3EWy900000NkvXXu0mjfKLHS* literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture7.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture7.png new file mode 100644 index 0000000000000000000000000000000000000000..d348facd1ab6f8b8e423f2d0f8fba969d2086d61 GIT binary patch literal 619 zcmV-x0+juUP)6~Tl&#%Zkh)a;5KMf6t`%RPd%s21wH?aRKN2bn0|;fQNQo*ZjpLl1JD)q? zm^7f?c+aal{hsG}owqNZ7XXn;k=q>_=co7-7{E%G*@;w2dvBld@kbmft9uct6ab}j z+N~zvzQ(Ni9(7p*lU9RD=K!1yVzyS6Zy)Hz6Ebrn?gk;5$+;d+XazSz!!)b(r$AL3?7>U}_zPiOI>6wrIjaBw002ovPDHLk FV1f<)5I+C_ literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_top.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_top.png new file mode 100644 index 0000000000000000000000000000000000000000..90c8a86a38d9dab239c89fc8dd72235fc42eca02 GIT binary patch literal 570 zcmV-A0>%A_P)(zq; zrvlvKvbhq-a5kW(Y=$8NMA%_>aC(r10ZHr$=Wdqaxz_&&4G7VDIH%bYc7n?y8AdP@ z%Hs1_ygR(EO$#!^4xszV?;j5)kO?b5Pf!9DC9@OGZj5*?BNtaUyN6}-x*8H>v3{(D zEZ*0~C8nVqK2{-gADUsw)Dl+@Y4IpC9sKI%nn8jI9A&N!^iUSRJ|0+R+4S7DBe-_c zf_2R>42np?Xl{FDx(AhRF>qL{IskALJggh|LWA5{dAxhve$cZv*-7={k` za}~cF2T4kK>?t`3g{(=gLCVm93BFb&(cho9HR z-k$HFX+Jh!c27o=y*~1XZkZ-8|10#G`l&b%Y;{X5v07*qo IM6N<$f@Uf8%m4rY literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall0.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall0.png new file mode 100644 index 0000000000000000000000000000000000000000..3495d10fe28b6456b28771a6bf1aed0321405f9e GIT binary patch literal 625 zcmV-%0*?KOP)vpf7c1xc^6uVJoNb)M z)6LHA%)akD;_cCaZ>WGk2o{kU3qVylDkRo>cA6o%v219?YN#*(?<$h2e&js}0g(zY zUZRB{5)$Jq&O4Hs1L`_}auqZJNl1N=%qp~m%y={&>nohK$RHq8|EIfZ{)6qqX8=6x z?h>}z%%)eIkN++&UX4d|cD4w@knW?$x9X}jH~}CXYEmH13p!DgI4|fuf5GT;pR*)G z%Yg4epS^o`Fj+xnESrZ%sME`Y{ml)qZrSzERm!9&=>e(pNH1{KVTI(^@C+#>mG?Z^ zzl#FMjU&pkI;JQiJ5ycJ?>)=q(emts5mds8%<1HPddwIM7mz- z!k0KN7$q6K)w->@QKKZoV7u7>U{aLVJgM`>Qi}NS=CwERn95aj z?mu92d+V0oRn50JFsEPXM9n(;cFFG*4)oJQT7wgW)}%w$a-vpOw}?0|$c>}d-DPkx zBU)kPrYEYjj&)5+>o{n&8ILcJa}K0d1X1IfCu=#lsre=ciyFW`9V7i}yc z7ETIRNEASUqEv_`O`e2`CqQ(F$KY9@APp6gn-r#S6+$FrN4D2{nafgac5#*!e>eI@ zzvg^%#QWDTOJ9~KA=p_*Jwu}@Y=KmoP?ks`&{8(}&N_xhqg`+i1WuOt(lgKs02dqx zNm5v(5Cj5J2qGy^QWB}^jxJmvQi{R_BB@BM2OxwJ1861bDMjHyNr?{u=L1?*uhEC6 zuK+ljjEUkA#dgiFo8Rou(PWIXmf^$0e{vnqX8-@EssD_i9!$B)qfsr3wu;(D`dF6GV> z#Upa(x!LaMY1J&c&2n<*(Z(P?eRx-PF#}B}KxZ#eJVGbmzH)HKHa$CMd-0joTwo{> z#x%@!FSiJig(d;?GR>$l0Dh(g15>$B_p(egt~WcT`?;&6(=~VQJWucVZZq!j?srn1 z|CTB~zI{`+ncKYo^F-Ur?<9+UzPi*%x49I zJxAJ|=-hd_mgLU!A|5pkbmdVz>h_?`-1eZ(0R8|d{3tJ*M!<*w0000gj9hvf=FxxW059^mNs61l~)k##LMs^#7b;zY(zvzlOhtfF^5Ij-R$h_&itp( zVh@@%__gnMdR|`ja`&!y5jw+?TT4{{oDV1k-aAklr6AD}BkKXECo!{%U2t@U7At|w zlvJXKfe8SJ0ODw-5r%-5KoG$=!HeKTh<$)KiZCvaMj9UiA}}zXL;;b)6hf<}Nh1w_ z4?^K5N8;t3`z!00000NkvXXu0mjfP)RI-Pq2? z3c-p^kqQY4B7~p-A(}K4&>)@w2`Zid(IFm#w?MQsgaQOY2qZvAQ7S@itR2UDoy$*Q zV-#aC-RO+|Ip3Kx>hXn(VN4TQqF6QT%+I2N_0Zyif< zz_9YP7lP@TU{HES*5f?HK}Z~gRL)aaPbdl#?O+(~2~?v8>;@%lqdq*a-s8cM>WfElO6J z4bq~-pS^(ID=H!pjYA*nk z))R~1JO~gcZM+x2ksG0xGyoWs6_s`9C_+7Z@<`?}GZ|2ih5&POiIX-ud-IB=3ESGn zO-7q9>3>&52r7z5i;~(YvbyHtt=o(?Ut&;X+nNl}X)$Im%(w$PMNKmb$G7%#T5(8W zJi}@n^0z@wH(3B{$FK17I0vAzj&l>f-I36WB9v0>jY_n4;5>2C#^gDNb;aV+A^_^? z!v`|UJj?sPo@n#s16!Z}_B;-Sm1cvj^qAEvSIIuU z{fy;COj?-fkbcw9&;h+}ht2&Iw8oS*ht5quiHJ-bI8SK}fs#p>!hTlay|A9NsjC`W tR%jH?3>^B2L=#doas9+k-zEz;9NxM`DX*dp`gG002ovPDHLkV1g$vAq)Tj literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall4.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall4.png new file mode 100644 index 0000000000000000000000000000000000000000..532c13140ad28a39f346fc79b4463f679ed74581 GIT binary patch literal 623 zcmV-#0+9WQP)kUpJT%$L{_sDZ9O4^aiA@P zD9|<_*LR)(aJ#)p)@(5upY!|l4;N>vy~$l`S=qR8C71f^XWA zI(z#J4&I}?5&*N1hdU3De~sa+u$7c7Wuu`uIoAwJLkBn>oU>l9U3$@pt@54io5<2d zwwj941$rYxZ)8Xl5Ja+O3*$Ve@ew%VH<9ZqOW zUCid96KR}hc1W5)=^}}M({awjW^3Mo#hE!-+Ji;r#U9Kufd2tuP;nuait_*f002ov JPDHLkV1nDO2|)k= literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall5.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall5.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8d1fa32d89c92bf1c60ed8e401471eb4a51f5e GIT binary patch literal 611 zcmV-p0-XJcP)e$99Eje4{9IJQJ68%Lr51-S@`0`EOhB`Bpxm7=tc#k92mAU*`Dx~6Nf`DN?bxZtuj^nf3uF}F8bH(qpRXZh3J`v^c~J-JR9Ov>ew zah|Nx#W>H!w4^2Jvgool80QhKQ6JvDjq8|!}#qpJ6>U&U4CRo?%3BKG7PMSlZ;@1ug! zTH0DuTFZmIXLL@FQCd^)Rq7M002ovPDHLkV1jP{4d4I( literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall6.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall6.png new file mode 100644 index 0000000000000000000000000000000000000000..35b14c04733bd94c32663e362af2404df3a80a0d GIT binary patch literal 645 zcmV;00($+4P)EySd$+zZMG{ zIGARVd1v1Io;UA^53imF7a$e_?>z_sKxr+lNHBE)A)ph-6wU!4fKHMCAgyx{1U3qU z0KtRt9^(VvLFJ$&L3vN0*3vk_dP`v)kq;o_2V1-yp<$S5KN zP{!c{$i=Of06bn>ApnzdfqMbl#&9gUe z$@jmb`VxTZN?&fzF)T{_=2PThK4xQ~Lq0AWSM5AgV*&V`U-DqCb!(zOMlmWYwl-Fg z0EMa39hJJdWSl3>x>VM2KAF;zabq+pD=O=dNrL$NaWCA*3^bVl_vVsjUBuq&?EsL* zf!@w8ll^ZP1PK9=B)6D*JG&fz{lapm#jtX$XDy`Cnx%HqU|a*(i%?3hRQmg04Em(0FM^i4R77PI+K9sd{Unk#vwkve-~z%XL)Zj z-|2xl{DtbzadzdZv}Qg{QChRQ{etZ1fTN3w!S#bEu(`a@WFk+;Qvm)>O6JoTr5&Kr z&a=L@!p|R5(m1*`&GB$dX$?I literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall7.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall7.png new file mode 100644 index 0000000000000000000000000000000000000000..4dea71f007167219a4203bdb0161acf798f1ec1c GIT binary patch literal 636 zcmV-?0)zdDP)6FB*+B&X7onvKnnQp$|$M zvfAJrIA`cdNoL#4UFid$t;RTm3_YLPS*!zN+tWj@HCba3(nI)|f^a9C6UNW32q%Rn&42uKcbUbA(>M*S|X)(_sP;{hY z@BS9DF_2kogxtZ&;!%s8_@_{4=WU5NWs-ZTPJ`hJfn?VS` zS(*Xx^G``*4Sis!YPx|By3Iq5vZ75`x4oT|6_XOyq7IStn3NU12ijV~IAKy&Kxcs> z-o1M1mYJ7%|2HSH`Ef)(hyci!`W!skBR)As1OfTrrrzH__=hl7&9xgD~L7yaZNLL^F&f&BgRI}oS2uumaX%)M}T3b0#zk}U$2{8LRPZo z8*hy{7nwn3;k|cMh1Y$trl5LoclNiVbrM8~2ucmaPzkJGR0e8h6vCJTNP6q6y>Sy_ zZ!+Q;B#Af=Wc3&pc!vT5CiUtzU>4s*0$hW{f!zHT3&#dQOl98ISdO z5*4A;`ONW%frupYJd4zERmeoE3O8k+Kme&HvW(5^zKL@<1!@gdg91ph61?NyoD+$e zlNsFijr-GcGXx=GBck8pLJ$zaR8TXgHAl@*H8O&+7N*9U6A{QLDw7pSGe=d~b3HN6 z@kT^ZbM`s73R$2km?>37R&q|^=A=Mm(t1NwP!UDds7ijkE=0iH0Qii_UT;i|*Xsw6 z#5v3{5E1emRNW92&RU2%sFIogK{9Ko!Q78!(FgZ^63kJuFl$66b57bfg=&VIaiW-G z(^N54&e>!oLekvuDu}&!{rpKqFy=-?p2Lbfb-z#oFwEP-MJ8hmw3+f*lR5_xrMYok tH=p<5oB)yMl~ajG_L{suZ>YjV_y>Z(Qz9l=hS2~3002ovPDHLkV1jfg2weaG literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture1.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture1.png new file mode 100644 index 0000000000000000000000000000000000000000..5645eab913003496386dfa32c734dda5009b5da3 GIT binary patch literal 623 zcmV-#0+9WQP)!RQBWjlBaAAST@eM4^hkk{L;sU<${0;jZWygB`(jebc&g953cv zG>7&5FMDnFnq&se9ihldL?C0KP&7A=;~@7Y_F^0Z#F74qsPgsog_@I5L8%m5$SeeK72c+SlA`X;7y~uq_3;5!6vgO+JtwNl zb1z0~tSox#%(=*bLQAQDN=9#}sbkyOw670c~FYE7l;s5ocF>r6Hr8js;utL zoWb7fT}41d82un)Q3N_! ztq<1T)DA{_BW=AAJ5Vhul3+p=3e5E;L?v$KWNZqE*i;pf$nYd)Y|ctjxrs1LqD{1i}OI_g_C7agL$vXwKpM`}KvIky$*BK{Tie_kHun>rdvI z9PX$oE@F&h5PKscWEbakA)=Tm@AsSQyijTE`C`s*L=;h_D$&T|*ROx@V~|xu1hEzs zn>iFnhNEiQoeIdY_H)~C3a8n|KIVV|#s|qS$=439q03aLA^P;etSnRnvBAy&5n^vL7LZ)$Mg5+Mz0olSuEty&Q{iyK-I(_` zZbs})i6CNt@cq6KX;g(0L#vYaoR~Rle_ZTH%#7jAb)G1V2+)n2LPKUEU8t$@e7-Pu z&huigO;%xQADmsh-xKL35%%7UG3YE*4P9$e`6m(~tQ6nO8H_pQmz}-H9?v2oh2+zlp?t*SAHhXWRK_9OtkLQzh-wba7l4Dv;Hv zD$tzgL1ps#@dH!A#z4&xF^=m&RiWo_?!D;GA z8Lc@H4Pi(i75{zx;hGoC9rGY_)7(f2&c@e1?6oj6-nH0!Llx`!MiPI0KAbFM;(5N1 z#6HQ{i}&3`L?8+Gpm`!eR^iR*ZtT4o5#%nghFN2TI3=PPeq9#=G8cUW5gh@|ov-f) zx#h8Nd;v-UBdwzjuVlFDQbqQjo(iK!&-}7n{GjXsU{h|j)g^lH2J(S4=RhE z=Gq$-5!N~Yg@USL5C#Z$)B;nb_VCouBcMX812e%Rg4`RWS?6MUxSj`B;r0EEh?4nW zrU=5Zg8MG2iWPyof9T=P{rwj+$IV$Ds14nXyRoZrhWozQJ-9p7h5q~ZVnl%=Oc)9i z`1`teU2l4Zoykv2^Yb^@FO!+!b80eimyMe*Yi51A+^iEXOIL-rA13Snzb_?#o`}IwPbG>ht z8v__c=S5|rYH00;oev_yuKLuT;kqu&{1Y*P>>*Sbh6X&G+=*8;B8HmcCaiGGjIN@( zQ2{ptRg}-2ZV*?(9be}GJ>-3JeEs0QFS?4EM$8clOq$(8H>fY@VZ<0Uw0BVr)&0>H z`7Da!s?eL>g)+S zyYKlYV_TxgE|L>GJV5^a{Zk@F?n#MZ<`jjhaX$~QF^GbQMP)L^$%;iY!`x6oQ4>@I zD(StES@dx*j)QwnRD@Q=L>gdj6osv)*_x_w$gskOC-LYqaKM71x{`-C427O3Z|v8;@O31uN*yP;qi6^SKFY zxG9;5yOWtzCK-W^fvce2obz=;Zp=HG_0xR^<__wN(Lt3RfxFR1XD2+7c*Z6$=2}F- z>li$rH{KgDCu)WwKiFzy6%m`PqWggt0vWu%zKFH>TsQi=YG&Nmje5gLW^7!YJ{oGq zS`&Yb&i6CXXX33P1ZyYvJrMyn`>C`G3PfPVLia`}{sVtGSU+t{0Y3l$002ovPDHLk FV1g~%2W|iW literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture6.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture6.png new file mode 100644 index 0000000000000000000000000000000000000000..99e6367d26bd269bdfdae3848542517411d3d58b GIT binary patch literal 611 zcmV-p0-XJcP)hzOUmzeN>`17fVpEyK zUWkCIAv8rX#sEO861tdkqSAB)hbgL#`gm@*Qw_tMhyZn}n+7x@L6rOYFw7`~%w%Qp ze!ppiu3`?QYon^TIbDSU+TG9vC|QjFJ_g;zIUZtkbMGRn>1y1Ss-nbD8%`sL8UW`x zscIsEb57izobZgBDH*{SPUl8VjWHZGqZ;nDxFh*`eX;I^s*q94F<4pb`^Hts9Z#j) zH|xHErT|l6n9<#s8)^n3{9YG_Jq@n=gBfHciYS6mRm{Ty=q`jNGuih=Mlk2ZOp%96 zRr5MeT-|VUVlA@Z-ht^ONmMz{iC2@=#7f)-B2XB+8Z}WwjKBAr%;e|$8=;wVB0%f~ z)li9>V(wHI84DHgh@{u%`{##@;Byrsikk9zovb_1^FX_}cQB8WZWxDA8R#&fRan=B xs-XgA&gXrxR)9e4O<`0P_w`}NhHfg0{{g$@S8%`sEFu5^002ovPDHLkV1h(93pW4& literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture7.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture7.png new file mode 100644 index 0000000000000000000000000000000000000000..8ee5d608a3a31d8572f0d001df5bbac9ea9ca81d GIT binary patch literal 615 zcmV-t0+{`YP)Hy;~Fa3u_g0*W{+`S+h+?PJoFoG8|C_BpI;u}`4gU`}Rm&f&-NCsj#h zqNb>-;bTw@b2z9VX52d%V-Ve#Dvve!@py9IFX#YOx)QI3@7IfYEna_qW9FDBqDpt+ zD(nb`3v@DE$rEI65W}mAIUO1lMQHe#mMy9UcjN4Xxl!Gi3ypFO!Pi}Fy{pYXK%6#5X79U;`w-BK5=s*0?auPWEFbf8}otD ztn1=bVWRA8P6lSi-W%$WxmjzW>I`>=D(>zG@U;(upuz`JFz4j#gSz25F@elN4WJ1W zAJf@8=qiRAYfeN2)nd5QS#%efjq+C4dn%2BGTfMJp{m3Q#Ej|A*YE!jf!M)xClE}G z?xrFUQIt+H6A`#ikd^G$3+cl(jX4Km%J(_AKuM!!s44qweD9#U@zKm-WHfUOzP|p@ z-8|HAbHogxs4Ox9bLX)ZI9@ zH*+qkg6n!$aPD)t&x0&PbDtp@1dPNvhmjaU--~T-U%JEh=Z7O3 z*I5e*0JfM3mPiH^I?Y-&VyG&r3fpERk_!x{iUBM!2}v_)JVAi8UM5>>+b~1bAp@CE z_5yXiT)Y+~x*H^9(`o!X50fFuTM#lKh?}Jikhca2zfBpiwcXR}e`a7&6*Ei5=yh*c**%rA?wvESj4cnem=AL)9NNJ3}nOCq-ykjM8`}nEm-H-G+ChZ$DV(e0>2!(%inws|VZl4hQT1weZ_etEkf~ z-@TwSOnDU`F*CbaOCF%ANT55E7V1o37NiB|c`lPs=fH&L?(J0@Z?UiO4IRDqCeS|* zhlKCXXAfv2l+5SzP-V)+u~AYoYPEh-G-{d7GCQn%pBG-l9>c+n7ujOq?=@rgd~!HKs06hPST=J zV+m|Di&he>#6qMw=fM7onYW(k%VQ@Gcex-zC#x{g_jorG9k$&kYIvs zW(Fi=6U59Qaeb-q0Nn><0K68Gk%c85Rp=vA+yMJ7S%NB?ss}e%OdqhZ{j-7YV2c@e ztV<;z1BK>J!%R0-MfV3=kV{K{ntBGwKzN^~`V0_e8e2auX8NaF=zgHwx0yy343w8a zX8DuU!^|)riTVhYgfLhnaJp$i%?!)8JAfS0`6OPN@J$rt{|+Rm>D57Re>@ zT99FKKbEZf9XC#(i>}s@00000 LNkvXXu0mjf!KK^9 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture2.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture2.png new file mode 100644 index 0000000000000000000000000000000000000000..6d451996fa3b6137ff7c13626e4939f92f31e06d GIT binary patch literal 532 zcmV+v0_**WP)21lxQrwwK^dMsSZ1b4j;*qo3^OnZ z>#D^!AOs8v0KY&%TwZ5vU~(o#!7hA%KIcYqBwqhgF|S&tNd_^Li_Dx!yYaOyWV5@G zpvuQ{Z=@67pyLs-_XdIlBjKKA?~P<;-WNIN%f+ff?*;Ov6POv4uxxQ%Ur2(4?hO)_ z$u!t>5B4cqx>?u7^dS3uYx860r%Y8Q33aX04f{7v)x}I$3f!L$A_P$`5PY7EebRWIO=Q@c=zWBTW%EBU W)lHqbk{|>C0000pNI_{@;}fj}gF-!FY;Iln_yF>@%3ah$`XF=Zz(@i*05D31`A&Z=Zw}U;!QqLJ96_5}4ULS&#%}u;A4$P9UgNRPFf3wwu|^VFA~*=vr(tBWMeT%{+A5VEMMn+bG>A*vd`{(8}` z7nwo2DZ8An_pZ9l59&+DoLMHJ&lz@>GfN>X*xBbME|Q%k+;mo%-RqbLeSQZLTxMoS z7O|9!EoSx#oMn^e=1jFY-=&%1&-X(~Am77I`2B`Tp)zNNO_<-I`bnwGtBU^sO#5Kk T{kSo}00000NkvXXu0mjfWY*@j literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture4.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture4.png new file mode 100644 index 0000000000000000000000000000000000000000..c7010527caf8ca103b6148cbc577924ef68b6c85 GIT binary patch literal 515 zcmV+e0{s1nP)ozUtFta!*=N!&C zqy_n#k8XUkkcY}t!k1`C%HI3#Wg%ZTH2?1oAYEbZ_1=e^APe(d<&>F0x~)XU5|wWH zGQyk_)_ES@Y>Z%rA4hr)Y4}=;w(P?Dd0Ah>Nxw@p`~j^)S>kJnot*#x002ovPDHLk FV1fr(+Zq4> literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture5.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture5.png new file mode 100644 index 0000000000000000000000000000000000000000..1d343e12fa29004812682c444e22f2af0f016338 GIT binary patch literal 534 zcmV+x0_pvUP)D~{hIIkCqKs%Jg?r$t}BPG24NsFU_lb;2o%BY5Rm})vP7K&GP}#}0-!Xri!hNUGZRS& zF|$Zu2e3pYAYiF#Y$F*Mx*H+EhSHtZn5bhA63wag6pJP-9eOb_r;VqJ+J(9T}I zE_AwK7t471Fg?hoyV-5D*ThYpS(ct5!psb_&7JI$Rn1HzAVP>_XQ(RVBrJ9>YA^ORpog2#?qTOjoP`WC)RjJSL!;YBOBXcDve@7{ z#qN+1h~=DOR>bp-=XpRv77jCC(T;~Fzrl)3iCWIR{ezl>h($07*qoM6N<$g1}zj*#H0l literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture6.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture6.png new file mode 100644 index 0000000000000000000000000000000000000000..e2663d5907e203fb4f6b6a7575600aaa6f9c1ae2 GIT binary patch literal 518 zcmV+h0{Q)kP)ZL*?L42rx|NN7l!4f@TRq^aiRWXF+Vt_smlCc((hQK}#3yFO;a~dqp zF_X|UNbvXh54l)nCQb4n0y59utR6V~V4Ln?XoMJ=Dgyz+Wa!fX_dlEcYz)CJKqTA( z3rT>m7n12S1aK9T0YsIsBm&Gd`c9ufhM6H5rVkQGMi+ys0>G9CVJ%~aq^WPQOx60` zuxw@qUeEx3&VfLm#`vWYx`%x>$=#+b$Y2|LkpzD?fc#FBgnTV5iJ4&nr@xefeLF_R z*d!p;%WVMgCf(TRE%J-h^bBh)l6f1rHc#li5s{nrfLK03lWk`lT4+s))62vX~T9aHwx|=zD^;ipANH`K)C#D{rmeTu3~yK18Ws~H&sP zlzNy1B+$9L)}pE?nTE{4SHjpvu%*ATiT#l%k&pDa_l8 zL0D&s^Z;T(=!EhMup2TgLpi8ScYb5lNk$2MH|u#e>7%;J^lRmQZV+55Y=d7qGp8F8 z*LC4qh3uE~d9?QsL}Df;goN`(#x7=H&#-zA!tB|Ep{kg9xUR30K=&c0#y-7Bh7hKk zMTSgMHV`Ht7Xe(RC#+h)uzRrdcA%(gR%Up5BZ;boB6c^~LzR)t{XECQ-qbpFt1imL Ye+ZvX$u3vlZvX%Q07*qoM6N<$fa>F1DMV|y1CzCtm z61o3VgOJ| z37@{Ysm6q=dad=|QB_3bQvNLv5n5~E)!jLcBN(NW0LYKWgE?n-T_esp8Dp>*i3qh; z09tF9*#)up9(TUf*THSusI@Z2h@AA^DWx#RxPStBjKTByL_{VEcb`bk(7F2uNj+SzSN6xuhzQ0QWab}HYnZmy zreFnMRZsQUql*a44BfWv&=FvaacG#CQ;%x8EDP?Ao~^3{J<~%~X|0i&pEcIRySxh0GgNg_jR;<^ z*GH3xpf;hZm>KK3GRBxuMA)_s5ux`!{Sgu9`~9ALB7&mSduLe|L}Vtf>w54&MDPQ7 W+d{ET|1{hH0000 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/door/metal_sliding_door_texture_top.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/door/metal_sliding_door_texture_top.png new file mode 100644 index 0000000000000000000000000000000000000000..f9fb8d0234626c05bc36356d2b476acfe06deeb7 GIT binary patch literal 564 zcmV-40?Yl0P)O9KZko010qNS#tmY4!{5a4!{9w)`k%oYm>tCyFc2}2KFRkfd3bopQVIaAHQXIDqm)8K z0FareDq{>(m59LI_p_?X{rx?q6qaS7_l}6nT|}lpW&$wA;BvX}{QSHN04&RbnbCWv zltOEbF~JJlZptqt_bX+nJmllzmntfxKaghSt!?@b?kc?XJGI97`##ndITcE zwr#v$`yk0RhQ!^c)$WcSBRUC_^SH55{r5XTGn*n2fgbRB?`+$KAk(t9%f`!$BLWfG z1>Bv8;D8B#;^X5NdhaaDg1b-O4^FDe?d|P+Z2tf_q&xy^3(BPc0000f9>J#zmGb=3qJjBSzZf-b6!2uUR04`uJ~@Adfn;B9_#bMcr(WPt`Vl9$DJ&cqG& zgm0_ZX7Rb)dAZ+lNxW_!ysQv0xf&cK7X{BOt{Py$)t%=t@f2ei>-@vvZ%7h*L1eK< z06;+&7+@FxdrYzl_d#Wmz!(En6^nt)Fw?&*W_3_iP%wbuqZemLVqm5J0fs|uuM^ZNP<7{f%-;uuD?6b$vbQPe3eRNsy9A3+(I8LM}~ei~wC zR2Grhae--YBt!&_<6I|OgmHC8W@H9Zn^|QHH65xNK_?VLLS{UVz|=5jCZL`P2`HYk zsVpw$oIOZs>h1{(z&gd?CZs)`ndnUR@{G4NCE<2axMGC=gU8n-zCLs_`P zsp%=Mx7Nr^K0ZDWq5xxE3elrswr(VlmUvaQ#6OM$GvnMxbA$-*7>2u}5>=G`P)i;U3A%ZoD;fPLSYb27#tGpQ;7Y!eZ5 zHxWTqG3Q*`H7NE!KbeLyJlYVV+I-%Vw@2|blDDIHN^w~D%U8z!L_`Gq{=r2}_~1F4 z4=O&zXr~k=S6tTZw(&i7^J) zOdGrZdEV1>7tny&#(*|GCspP;#Ov$pA}GYj00r+vv(_mE24+KdGg3&R+l$~h4ut6{ z=#vk#jU}uuKnN27(jp`RfVf_-h$S}5iqNux2_=$g_ww&G5v(O1$8kzQ5|<2&F}W@d z;Wl{9+n`8}hN@z507vx-KoE$dngqIw2%YF61KbVvA^-@?J_Z>O*w8!}>% zo;J1-%sE$)tXMCcALkB2Lah4EZrnzhL2$Mt4()3H*P+^Ch|U#7^!896a2p*G}fGXayNi z-HhAq#{TU)WbzzAM6ewPxozxouJ+kw)O00000NkvXX Hu0mjfqfYa9 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_side.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_side.png new file mode 100644 index 0000000000000000000000000000000000000000..8cd5e7b5947dec18e394abe8a0fea8ff33d888dd GIT binary patch literal 369 zcmV-%0gnEOP)VGd009w6L_t(I%Ux4j4umiW93EcH`=18| z_QxS~O&XQ9^P-jezT3q0G;gm$w%!I0r zM1oz{b=aXg-N9rg+! z)|CAw!)_g!yL&de`&gox0KAZ!jSgi z*}3fJ1JNVt-FwzKS5=b*gZ0hwzxbbxRw81^d?QE1T&#V`_C@1S=C%I;T=rnVOYv;k P00000NkvXXu0mjfgm$Hk literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_top.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_top.png new file mode 100644 index 0000000000000000000000000000000000000000..8d6055b5c52f774b2939678593381f1a84426a09 GIT binary patch literal 593 zcmV-X0VGd00HqyL_t(I%VkqrlG`v014ub?>~wce zwfDbCJ8c}lM4}&#J<}=wC=N*wfcX9WEq6yopmZJfeTSLh43Z#uy+s5_A~Qh}#ogiV zyxnecca~B_k`W=2T-Q~7-;<;yk)!}nk}?w(5da`b{PpwaRV<}YnHq-SYR*iNq?yUx zX=VokGa~?fetl6#aNl>;TK{Xlh93dTOhjucrO?a-fbE^n^Q_F|GS33Q`Sp^!Ga{6k zj0jjppu63e5jv67TG@4-#&P8IeCj?7?7B`LpPw`{@d%k2%-lgzw_3T(vq~uhAOOrv z{rLExyPq4Cnb#QrU}gqMY^|yGJ?Ga;060z4b$e#=HBBdRlEgRh$AEdB)pZ@GY0@x` zG&A*m&uN-uX3R{Dj|Ty$wMKUrNxD01-*@zV&vjY!cswrFC21VTOO@8z#I8-~F zxGsw#g3squecvDUz2BLc8s1Wlj|VeT=Q04iPAFZ+%+%veRIT;&Ix|!EVYu?=^LcSl zNtySux#31Hhc5p+7n5ZT=`v#P3!WL2H#nN{WP$8i9N2*K_SKpc`J z0j%q4W|^4)Brhe+(DYq zA~*TSQ*J^Z2i?ONfx~{59lFPEROy|?& zcX}jK?M8%vhMW8@F(Oi8-Nri~eLFpg{;Km&KJQCisLwf7(|_T1dSeWduK&5K{SLPk awf+GyWm*S=0~=-l0000#us?1E1yH{0rhorSucf0#_T~!6%%s7BFv-`e3pHEB=8cDRNcQ;%hB}G+9s;a7r zh^op=U`*4!@B4S9LG_%&84sF@AXJffsPixRMzKx6_S z`WX7R^Z=k^bnh)G)>@faRr8VF{>IWI9+?>tC=%}bw?@Rgy1Qp)NZNZdIv7^s1?Rs& Z`UNt#FY@RmA{PJv002ovPDHLkV1h%djne=C literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture0.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture0.png new file mode 100644 index 0000000000000000000000000000000000000000..da6c6f16f2dfda537e038b6e7ba51945b9630b91 GIT binary patch literal 591 zcmV-V0iA@hHr7pm|I!37bR^yjZ%f33CV@qAjz$F^r?b`q+Ty**X6C26k(Rjl)x znsS`3>YB&n@i)nbq&3}_q)SqlYE?H?bpf84vrvxv@m{Lxs+pM<$x+oMF-3L6S5+bD zZ2$s@m883KIiaiGzpnFbpgv1FC6EN-DAht*0t6lXPhtWEZ2K`iYk(b?QmsOFq%VoP zKp=})@Ict;25jKHyWg|d∓2*S`W@&!WB&gak=KLZQ#d#IJMjcqDy58dXc2f))(0 zC2m3+iO7~SgcjN*)-iKVh(s@mjR0v=+EP){LPCKAT!DDW;N%w4BlH9E0ksqkk&V?< z@^YmlnLtPuP63zD73i_OyL%-e()r!QenlWcKw2b7BC1VH;+s&Wsyfb1%>|kyh+r3z zk+d8)34u-AAws(BeV-(vxCjIm0`v0y+K>@!1NkON!1mjDejNi`whwim;DczO45@@I zX$Mx4gO>~^*+QSU<9N)rGt;MSs&o>aseBhA;%_PB%qv%tu)Uvlc1hf9KLgmgC&AnO z!aYf__c+0EJHhswr2n?B+t|tZ^*PVy^XJF;b-dl~pOVgV`!QXX_+k5_RL^bS?0kkG d@<*xv`3-xxcw@4@yP zZ#xmOZF^SbaJvHOvMkGvZAtgYT!33fY(d;>sgaq#?Cx5Yr%;{Gr+*`2W(HN6JGdfp zmmr8cf{6H#L`B>%M8@4VRr=jF8L@5q9)&`Ih6Iw3I7{(FLV%zw1_nf7MgX(>OGJ!n zsE{h8vrr=4B~s9!Mc4unavK8)%*?!5Tr1kB7{Cn)NyO&_Z4%f{Y(g=u#%;QNnbVX) zFYtoG5+PUwZ@^9BrNb4%lQuM~P-n!0fv&k?f)owgk@1dq@Lm1;DI_kEWqw&KXG4HU=XNgu#h4+l>L>A!&d%VA#Ec z;#nD)ZkG~3tL;q~6Lj|%APp1yW!vC19!UEb`=yL`K701D8*LE(H)8}e2W}WPbkDar z2I1o=E(h4d?s1U%+&wP`*|__H`;5KVM#M)|Wp($g%13t-A+T^5!BY~ReI$S%_K}8d zX3sxodxpe&cV7+6*_|% z>bZ|U)}^LHUq3#ceLkHZ-HtI{e;GzbT<7fdKc5C~OGNhpq5uE@07*qoM6N<$f`qLV AIsgCw literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture2.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture2.png new file mode 100644 index 0000000000000000000000000000000000000000..b76fa99624a3d3485f6da39c2c70a184926775ed GIT binary patch literal 616 zcmV-u0+;=XP)Cq(xOz(kkhpR7ToYRe;?Xqf5oy&1J(i=A2{1c^PB;kf5k5f~q=8 zV#1XGVoAanS)4Gc&i^jUX+r%yN-cpTBp#(YBOyR=jJVvJoCu!N|_|58gvCv=kZtWh@!6!t=ls?XgRx7qHopZo9IK&~Jtou#6rM!G4Gm zGPHd}EH%gM#9u%td{rWhNKPcP?q&uKBqy9_fKpuoW7^J~^Jfww{i*v75}!yo-fjU` zNkj!Pb{`2Tp{MSCg8)1xf%uD^gY8os+Wi{))f@I6f~qcwJwq~Td?OGzBQW}@Ey4sN z`0g#{1U|BPqT70#1>Dx|UveiW-iYzL-Cq;1L+p3r6UlK?sm!@!wyinGU$&_dM5Kb? zLlS9o*Yc77KP#c#Cp#*Mox9%xbo(_4z4psi*JBdaUSFKBx}Tlk?q^A#Qm&Qca=Bht zk}vJP*gZ)uYxfMfIi9vJaSnu~+vC=~+I?KtKK%!jSb>TYW{Eif0000Jf6XpGpi?dm*K+-OW0q0n8Z_5~c zq-EG2kA1&R$x8^GMM!LtcO(P|M#cJSGAK19?Pbon8=x>GWBjY+UE-Tz6M7a5!^IYo zt~zbnjzlMAcxVYg`bQF$enPG$$AEQxcVT8q!>amIckqGZbL7h30yKlwX>%vR<3K z=FGj7BI(|C&9tv$_;1STf}p!j3Dd4k()R#uDZHQZE>I@$xz_roIe$Q&zK~kbrLU1*L|6FQ<^BK9YDse`9JZAvw*qVBxh-q0 zTU*v~Je~1zOUuf-r6p^<0FPwN+4flJG371Iu3*r9u!iB0W~M!yKBtsqtmF`VNqYPT X16yoV#np4%00000NkvXXu0mjfu6_!E literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture_inventory.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture_inventory.png new file mode 100644 index 0000000000000000000000000000000000000000..7e71cf3ba1b740b56cd5085a09bfe6db54ff0eca GIT binary patch literal 658 zcmV;D0&V??P)Yt{gWILm#DTsb@ay z4+lsVxySd#ob%*bfpdjy5(A!@Zb`)~W>&Rf0VE&w$G2~P-tM=I*v`Ifr=&~kJ&}rY z4V!NJ0Li&9;B=2I0QM-g^f~5VKmPlXwbr@TDiM)$&VAqabI!TT1-{W}v7LVg75p@c9 zK8y0YASAGDYzlfr5?wzy}!Tbm?L70^X#pE*|zp>yIn7r@xHZrf86!y^QSDO s#uhP-bCh|#)`)GWNV(SK?d@&;5Ai8_l?)1^X8-^I07*qoM6N<$f?pyiGynhq literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/window_glass_texture.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/glass/window_glass_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..4281eafc0e1115875982ef40232aa5e0b0df27d5 GIT binary patch literal 560 zcmV-00?+-4P)<{A;z>k7R5;6(QcJEBK@4-^q`K=Ny%h){u7J4z#hBrB<-?-8VYYac zNKx5kTd4e*mF;6ltd#&%M7kRwMbM(6(yA&E0aZnJQ&pQvs&DQ9va7ng8$eZ6ktz|H zqS9-vh=|I}RaF%czcVw;jY?8TGBa!6_pxo8tE#%YiHMjP0U$He&bz$#$K!EOAYURP z03agL%y=;-PC2(SH2z`EIjbrus$W%As;b?c$8p3M!vv59U}mZ!s;a6Y;$v85Rz$>{ zb8_3Z@5gbho9&WUb+J}etEvJ(WM*a-0EmbHAiMiBNd+L?-D3ziUE#~7v;jHJkE#GG>jfVEb1cUxvwclWk! z{_*j#+?{K!#F-WV;Fj0j{d_(@ZUq3KW=0W_s;Yh8M?{p7yqT|Ky8GXG+csZoMODH` zYIk>L_FC(>-F{_WXT@LVB+05CRMoF_wdMBUhPzV$sqWtQeN~iHMMt%&gZwL_~IX-(68v?FMw5aj>fDek3AZ%K~0r+`GHmsXE&(Gi={?%PKV> yt12NNmGI$w{(7vpx3?XDu5|>^GUxQ;IMyE%(QC!g{s@Tx0000z-CFgJZZXY=H`^UDPvw8Mbnl8#oht5A& zX6WE>VOhm>w|A?U$D@7uDQdfqElYuc2F4 zmA#LPJs`KlQ`)&mKIP8c6|3H!&QbMjdNS>KuV$rR);E74!^t}Ted=EC-~HcqgU{s4 zKTpPA|9W6|Yy7jlABEkIe3tY1eD6o6eDI8CH(yS+_f_kh@p)Tg9kY6UlBdV{@?CZJ t%~fhY8ec4YDE;)gW$2tgo!6s&Fkj3pJzQF=(+Ug;22WQ%mvv4FO#r?7l^_5B literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_side_texture.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_side_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..db55c5615bee26adb4bced5e427c84f1272f5419 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=DjSL74G){)!Z!;5tti#}JFtZ~HCz4jb^Ww6{Mz*Z=9i{o`}(9?OK9uXsu_F=;w( zK0USezPF2kv5~Og%XO<>BSYXJZN literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_top_texture.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_top_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..3d928b5e230ea70135a95f76ca386a96828982a5 GIT binary patch literal 376 zcmV-;0f+vHP)e literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture0.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture0.png new file mode 100644 index 0000000000000000000000000000000000000000..8ef8172b4c27e9dc2f47ddca07531650854c62ac GIT binary patch literal 581 zcmV-L0=oT)P)$_RKvp84s@QwyxCY)jmC1<7?oMQa zgb)B`hJRd>%p$AEOeFF1ym;R>zJI)sL=`;8SZxweNLmB7X0&cpt)e7aGcuDewyh=; zl^`Ip=q_d~Q9oypIq}x0DvCmgE8Kr9mlZiau}I|3T;i~yjUFxjni z0dUP??`;ue;7xez_`k379xtjAA)b}E8S^F(H`NRzTPRbsHu3k}X)>}B%E%Ir&Hs>t z&TCAN__X)+q5^-70D@-Xye6$Rex8G7B69vQ2j@Kg&%x(6CvS7y#O6lB7k=Hj!LZg) zCFh)sNFKd2X5b&ka@)*^OrGb&Ot;-dWzoG+<01=6A|knBEP~dI-Hfd_@-{7EGNb6N z;U=Pry!Y?kkT#yjVA~v@5nNdubK(*ck+E)HRb)&+n2F57GqIcG92frev9omt;Ky;G zDBd0$zy6JI5*RaRGSIJ~#lG$MKd%!V7rGl}BvNo(lV)q@>!TT&tCp~09xwg_%@9c1 TSQ;-?00000NkvXXu0mjf&}#vH literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture1.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture1.png new file mode 100644 index 0000000000000000000000000000000000000000..26fe686741720283f5619fb4bc9dd88d430b77a6 GIT binary patch literal 596 zcmV-a0;~OrP)q8^q3ObfbcDa`K-j+ZA_`T0ah6%$ISL2E#D{vch6*Gg~ovdP2 zvzg(hhzR~(K~-}_qW~gQC0}Fk_jw>9bi-#(T$SwRT#1OFs`!^1s`sID1+Q(;fC`ui zDuStDDgZR_!``s==G;F3s z7N*LoLPgmAC8+);xiayY#kJzbel*A|hAA_Wa|HlzfCdEQUT{_X*L`r`4aW*pg`t9q zG7MbriKdPUT-nfx3b+mY=W#vlLU$nupDtXL=zeyD?h9x{^c%%2@LzVvM5!)lU;=9*sUT{*!~vQ0`(g#oeeZ z+!X=Nm3$4u#OO}0NX|%JV=yD}YbN>ln^kZwR0S>pX}X$W#(Q0?Ec$V2<-7@gymnS3 zV;I$q2vjCBieZKbmJ%=P)+LkVakVP=E`@B2pgwJC{_iA&sZ1eh7sjZ1_( z=U8|c=Ul`w7FA8S)7>-d(#avLHG4p6?-~wTM&B$TNvj`LSi+T;QfA~3OB|| zHgf>7>T3#S74cZfF(wTdSEugg(TnWnw`xG3Yaz^tKlbg#>X`|^X2N6utek+5jBqit zp$lljH{#MgobOIOoFM`S}>QiLCYV0cXB^@c%i#eQ>`y^aUzx!%et?rkSg`g#g3c zQ5WZ0G$QO$C(e=NQ{SwDYRvScyE$gFh0|kF4K0zmurCCEzU@>M=9k-67OrovLo+f7 zU2{h`(v5RWJe>GA9<&V67*H}Qi>7gRG7}-D6;+L`dMTrv#9wdwGazuT$;#&bb^~B$ zvhOi#mr!LC#ygNK>$!y z{Lc!in(C&i5D|pN)cE($8xf%!jR81Ds%^?3J7N;f=~%x zxrnL@r04EjSKwoFx*L^2b+Mw^TmVJQkS@*$W;Q<`8#59=&LF!{)eF^XROODld9P-; z(Q{D^Ekb6o@?ye&Ja<+kV;I#VGd000McNliru;{pi{B{-AiBuoGR0h~!h zK~yNuJ(63l!!QU$c^D_LQ*~9{|5932iQ@(v?g!HSLw>-_8SwRbrIg$~r8LF>004-B znGrFiq^itpW{8+X1ORf*DJ5nmqA^C!834>IZixsHd+%mO*L9hhyEC(@B4VvoL=X`G zR5hj{Vtk`giipH%6!(22;=b=GrFC5aV9uFyCL(60F$N-*QdBhz%sEBmIF3?E?>*E; zmpLcJIA)G!%$##(=1{ord(OGm8gH1H=A4L#h^;jd2_V;X5m5j*j^nzn7^|w3b4J8v zSwv)6mUt9S0#um%hejd#zVF`q7-Qe}Ip?x0+qS7{bp3w6IcIk#A_|mdR%-=-)|#re z)&Su5`<>_ccsy#Y5$>Fmh$!HwDiN*gno@c`pCVF9A)?RcbKkeSyStesW}b6K?5(x1 zK}5%Kgy>RA2zGZ7p*g3!pXbTU+qRk67{km0V$Qj>773V{suDAY@BcuE==b}%dx$i% z_xoK+8DlVW8e_x?j4>kYm;eCo-dYQEkqiK&u%fEHcM&nOKoK8e$D)WO`UAb#ODa19 R!+QV#002ovPDHLkV1m?9;k*C< literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_framed_texture.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_framed_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..63d0ac695f3354b90b63184bd33cbd7f4c8e4e16 GIT binary patch literal 504 zcmV}`1edvcXs(<0!2x1U3OC_=!Y{`&KeB;orsKV!zBN=V><9Uznh5+z8W1(R?9etjQ~ z#H$6se2S{*67LDbAaSY~;K=;_V-5s6jNm$S0fLqoLIxy2B7qPZ0m6Ywpj7Z&lEmra zrgk52LId5a$Xb;%p_~x1^$C)gF)xMpy}!>;VTU`xhSP@34vcvlh*pQ$ScBmF5;S2$)3IV4#2?LTSfYLgBZ4y=ykc8{aEinP!1CTWq zJ|6JM6Qz}VXZ?6}k>n|QR3YNfB`SbzPKlOaE#T`MNU)8h2P%+)_C2mmt;6Du@%Eu= z*I}tkLRSOf&Jsu!-`)Fw*z6Zqo&*-AS1-b2ll*V)j6X>&_x+FthQNEmBqTiF07}?U zgs%fXRu7gxhWI_t4___0#ih$s3EML8`iOu`fMb`&uV=u-Z%+GcB u=WUXqO8k4hBm9i*6F1)fak_r*C*eOZ=qi6WQuC<*0000?z literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_rough_texture.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_rough_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..207dc7d161be256463f0f4ba8dd5ad51dd1b2742 GIT binary patch literal 585 zcmV-P0=E5$P)V-Rs^4WK<2I? zLyVvEI2K_8P&35uyV;S1L_{EoOi>P2Bq69V2}B0AneX0_Nt|hniEk>v`zn4cb63%0 z81p&~x`y}XrrI32@tDX=GK02RE4gb}8C+%dO8z>NT*23;klWSVMwf%jEAs;BZI4k`o6F;0JwXwlkNdb#PcY8*AnqM7X}aru~%^S zP$PB*YX#WY!x(zRAUt3osxD@Ra|bI#O6-*!d*Ly16CrGYMFvcp8FTj#R|zEUf;L<= zNbtFe@^BUOJlTM;A8i9mL7eOHzg7@}!SoD!2WKwMB{GwqVa6!)3A!FxTm>QM89*E< zWcb{}Jn7Kggg~ihGco5D!o>e9Nl0+D$xMFiL=vBxhc6L|CmV^^abQH8$Nn?2>fz_H zxVu4*>~(BHLVEtg*ZX1&U+r|_6A5r*T0QjkOf zpKhKR1}F(tp@e4)fCuKiiHbTc;*h|#ne2N}|ZhbZE?TFA_*XDrQ0qF`Pccp`@LtZm7b}(gcv`SNbyp zN+BkNz0pc4hj@7CKzu8q4eTDgaeQRfz~Pljrlv?REpe-8qhf%)D?_#ZXlMGLsgn zDnx|LTuJ-cTtuJ%RYjkj*uqtXyYm;Ps*Hv^keQ4z5E15_E1?B>-A(J@chdJu?3}iu zh+t+^6=sH+F~&euF|$ki&1L4V2VF5U5fR*-F$TwRtg+1O!mSZ@S6lslzhh?1Ial>> z&djcR5D{z30N(HSWu#7SE+QDcT`kn@^~&x~wi~*((abKc_73b-_7AjkRmF&i)m|sN w`|1GTJkK@CH#hpSf9VF=i-=eq?VOqM1KVY3zjmkYUjP6A07*qoM6N<$g4uDjxc~qF literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thick_steel_pole_top_texture.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thick_steel_pole_top_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..a5f670c4ace5467d2dacd97606681f0448d4f43f GIT binary patch literal 348 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=Dh+K$tP>S|=w^@Q zBWv)d9_`#zV`heq6I&jfn7U@xCKs0Hl};`TR>jstPJ4Iv%mE%37Ntj=|4xbtP6@IK z)%SDBs?Rm@eDk|6_x7r#%IZq}O(7E}ZN6S}Y1hQ!@BbyAY`C-cTX}4_Z%O%ztm6}1 zJS~3vbf~=hy{>lomub~+9hqM53NzTQH+AcrnG3h<_WP6?{Q9@Jd+6I`R=1{bn?BA+ syBp#@`&N_iJIg2X7Pqd5{drXPS|=w^@SCTLV~EA+(n*1REe1T!bC(Ep6rcUO-dNt`Yt5RNr8$mH3tp*i zoO|o}XGMk`)^}uQa!yj{e7)~h+<)2U zO;h)%^&4KOo*#7IV!h_;4a?&9zTcr1A1dbQa)c+~sP($gh9`5Jg!X=ansa=o&~$fS zwa&*D%if#k?PQPYw+TC$f9K2sFL9G&4lZY!WS=u#iG7$cwe-F9y3}WrviAO;X<6%i lc5?CCuaXnOBERo@Tz6C=RMpA4IRF>}44$rjF6*2UngGs!l#KuY literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thin_steel_pole_top_texture.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thin_steel_pole_top_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..8a14fa402563933aa1c1782c62ac9aaf2f26e9ad GIT binary patch literal 373 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=Dh+K$tP>S|=w11EZ*?i(`nz>DnO2z7_+X&6As21Re$d`L7+5=H{evR?h7tn{JNZ zQj2wOTW)W&Wa!{XWq$wlb>cj;BLSd^H`&ma3SZ`sT6NCUR)kcPz`ht4o4=uY~R=J1J0u8nbP(+`V2 z75+nEhl8&2y!l$SRJQ!MMW5%BcbS16aepSAX}DH;bd%0Xr8To6S7n$ks8D2D6{;@a zRm|_?np;->=679S$kdisVV8T;LXX;<7f+ZgaPrLaP3(dXo_{`AFIrZ__4Vt$>PfAC zcC0Qd;tvshUb$#%TWVxNnz-pyjRI3+!_7XXZ>|_#y=ePjU;D0k{w?J@IsZw}FB86rqw%0FeMN<3#q~E`O#uk=1j|4wHZ`@ZgY?AQjzUY7wIO?k!^X62C zj(}Y#gap(2R%;|ISk-jG>HrX6RS|a6w5jUn*RAgxOp9UBUD#sPqS-^oFm&jIF-&*< zhY*I%$GjaF&Q&oI*5g;8FFuV}}JcsDx#S;NQ1WT;+ zbw7p~5?zffB;nOChuGSMRlQ$Gs48w_a+~8p*xfuWs)MIRRgkz8-&qiq(+Qq(@@yj^ zfDZBI*oA8qIvR5zJgQ$EZsWzq&A(S0HfL_8ecjiQlZOqqMR{O6d65V~{^!tmNu%GT zYvb%G!vhW{-fD1KqeF)PwipU??BC*Mi&Bv_D6kvemFve#Hy->{j92q5EQ|dvo^1Rt>=T0bc4>FOZMHUfN@Kjs{Z({d zGL!jWv5>T3=7VF|Z^; O00004%w}=UF wREWd#C~Vz80iLf0FD&sq4s7wNro;cKKmAz9Vy7yoYXATM07*qoM6N<$g4LqJO8@`> literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/treated_wood_pole_top_texture.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/pole/treated_wood_pole_top_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..33a66c4b37cce7ebedcbd54362474f1f495adfdc GIT binary patch literal 452 zcmV;#0XzPQP)W|w)Um2_r8KS$05W69qw zxBn->WCU;Pc4R=?tQFW`o7)N&9=$7P)+OQ3y+)(<02l)|kTDVf)=II<5D*e8G@C+1 zh-wd@jXi!;H3}h#*bOViEH=BE3}K+#q=Ncj?10x98Y@JVk$5^jhUGI9nK>+9RDeg{ zF>mDzNx=nq%S7UX`_<-_Vtsx>fJYfVGd00BHnL_t(I%Y~C|jwB%nh93~^^nv>R z=c*E6e)QnlJCj`!ld?c~KU7|?SMnX1iHMMydx;2VzM|@^_r8D5Ir-n-%y#2BC+6;C zCapChf;lIuimC$O?f|sb$V}WFRi(9th@dB=S|`MRg{or3)!m5*A_7$B?Eo_g-x9TE9Mp^~LTiTJlR zMWfuX;$A33WKXO8iLflZ@B2-m_fGGf%;dgr#u&8LP*v7i^xhGXZSnK@+|Aq_i-;eE zr+tUo9}W~fJMH={ihpKqdq1=&IHwMo$()mj;JU7lCg+>TOziP^a9tN;j4jYwi!sKY zRN7QjeMG#ka_La-qHbiNJ8OzoX`}T}&TD&$SPf4>&)gTq^GfNDqW-M_00006Z-NE~qv=BKRK({vxj@F1?!Wsy2?^ySHy7 zfh#aCfGEWg&S2vGhcEWGemDjoP$qMN$AZl0^TMtUC}JgF12Q<-?I;dC5(CT}A%10U z1D>D1rq2y81uKPRzNOvVFrGeSH%;*I>)n7KSC<6Pm&7E-T9_B%CR|$mz*j3sQGlrq z6nAlwj-~CCrRe5^;}Pc>L_; se%@L+Jv(EbXO`ATL2omB{o~-ZNOTPT#^VSelVDr%lPk;HI*1!?g%MM3KF>t=!aeVTC=Z}A&3xT;9wK{RC zjcNt2mDPI1YPsN#^DVhlwo_oWNK84i9(n*uF?QL=x!~@^dCm-r#Oqv`rirN-U5KQV zsO}Uq0L&@?`(ogYVwJa6J@U=hU$y3q*hSXsH2}NIO8_)R+ze5rxpVFMb@tBf)N(>#f zRuG|DCEh-|$G>qPPnmvL(%dPva`W~bZp<^)8$pHtCd5E|@$3{)K}6Yne8R6!zC{FL zI1E_4ky3nfKl}N+16@#_KRG478YhAZsq1iaM3rpL#cm|Th_*&;jV6i}Lsi-5!uezi5 zK%?^R<`@micsVlkOXADl&ZyNCJGR1PM}l@mD^K6&^V zv6!*l&u9p=*4`*vn*%WPOa6SlL$8p5tCu?ac_zjfDBc(XNQ{IKuu@1N(RCd$C|&BH zHEON6J53Je0>qoQj(BIvlv+qBfjg+O=sHk%?}NKo&Uk~8XH*sU16{SsKU^4MF27uT Q4*&oF07*qoM6N<$g4{Sz3jhEB literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture1.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture1.png new file mode 100644 index 0000000000000000000000000000000000000000..1e56869407adc39e092e737a5912cc28048c2eae GIT binary patch literal 707 zcmV;!0zCbRP)U>nkjCI*CzeE}cDnIH(hffL`sNrXlMqS%Bal7ZkjlhAFh_uO;#Pi+Ss zI{tv)q@Z9e7K*cy_uam&SGqtcS#uGn>^CfKn=BuH;;BcWjr4oaY zQlhz2Y6YOy2Ee{l@J^|Xi|Zxw%~xOa)p|oP!^{v7ru|5nCe#eC6;Z`vVzC(5?{?H$ z@eT;sZ%>X%K>(rDO0+;nu^?Q%cAW?JzXM>mpJ?s`RRGq@1@9kzjF||}UyQtQX+w6% zb0wHD&h=cl9ryg3?YJkzfO&UNVakOVBkm4>h>*jk*%yPA$yHi@@ zgTs%Q=b7f6pz;rcU;+F6*JDHl5#`Fe2OK}V4iym#c=ufOaT6BdnNMlF>WrzZfcE?mHy6M~X+=HhFw(^_L1ckKS$ zv05&$qoeN$DzsAm)AH@R_jvfz5sv(=z_T>1HE!Pd1WN+B6vpDv3WWIT0-}LhDoA)~ z&{4oU?B^NFwK7gKsJ;@vB*uuUFboNLr?rN=)8%Zr0CwZn9i}N$S|O#xa=D@d!;sJ+ p@#eJyYR-6vl4n%)d~B^Y{sL>rLE72U*`fdd002ovPDHLkV1o5ZMza6_ literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture2.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture2.png new file mode 100644 index 0000000000000000000000000000000000000000..8832f881774cd89fd689884e0b7a887092048796 GIT binary patch literal 728 zcmV;}0w?{6P)YwvRl z*bW>EDr!p;4Cz2@0_s!v0zQZ{K@fZcCq9J(b>Iag88n6NKq6Q#7s%INejcm!21|*Q5+XwPN}VP&C64<&qDsmGi^a%cx5M4(0SKf&etX1V z0tnTeoQyz8CcJn4fIlyP1rb!0V=1hbOWYe~%ITd8QW9Z%tc=Mh-YH!$gZ(tWf-1Yo z@m9z=alJb*;jymE4a znc=PB)yYF9TBEpg`~F9`JJVFCwJ;8|nNulPGSbt>j}R3^l+(Kx{Pg{|3`waiP(Vaz z5tu6X9(>H@FFzn645s|^?}2o+J7OvfITIn&9z^ZzrWx0I9Ek`@>xdev%Ar)Qck^4i z9A<*cWGWYeP!OP%{jWlxCc@GT1=QnPf^HGDOf? z0}=M6&N&9sTW9C2)*D0xd#QpOeDKEEIbI4qpq2?$rT2alr2hcS4?`m2$s7^E+&CF}E)NSsUpTCdW)5Q^1ORGn?AOM+R<>i0F3U;=G$)dF%(bx@dM*wN z=FWB~)MhNz065eJ9@J(u59G5?K8j%&>G~d3MMRhnd+I!sRB>}eK)b>)^i0!)w}uBG zpuapmqhtYu+8Ui^f`n$_-S$dtQC&{pf4TMenv#NcmF+-itx{FkBG1|KiZt# ze&NNJZcxpc=7rXb!?JR|yP}%0)JpC$$-^ND^I93k4U&}L{QC$2tiLtnl5Hvh?ibzT`a1L00J!P)f~3USoZWsRtCAwH2tpE)GAShvYvt+G z$Vt$#DAk;`uJnCD0CQ)*HiiH#h4ABkA_$;1qsxg-GxGVTABT1Y?UbxatBu{$a{xBm zEpAS$6*J@7_3K>jb|iu6YGN}E=pR2l#LP(&G!G)2lrkQ{=^MBC{+kC}+isYv@#oJV zBBYd9*UCG0-$iR{Tpkuu&O`*Q9WQI)#}?zj-xqsQPS5Bk5zL&!vY@J&>cJ+1sFHK0 z)k?{QuItd8=t>6>m>KR)$nm)VdgGOwJU_2gtCUh0#|;7WeIfOQmtTL2wyt2f%7KOQ1R?`STYn^@V)Y@=&^6^-i7KJCZG0!t|>kKJV zO2OP|y#vs@0dQy?JZRl`=3+!X|McSs5Au*%tyTc+w_5--XS{brm2l_Q?b{r7J9_VU z00Q~Z!!H4t4+lg90JD?YyYGL%)i)171XX3Om1!L5-AGBfytgI;?6zCn>_i}Pq9!=m zP}#jBj%lL1pOV)^0IeHC(o<|-eD+BI45ctm6Lp?3Git5WS^-$CR-~LsIpf_B z72F&Z$bbBHg_)xgbPpmN)r3cIdG`$-fBS%EZ%xe2&W}2EqSnUxt^4HGJDbB1O^JxO zsjP(qFpW$8da_5)mVxt2ow+q~&WYy1lt6MOr9^Lyk_y8xkdrc$0U|In+?}{78{`-6 zyv%cRrCFnt0`8#7Vi-W-&fVA12sCAm#~BeJA{fqj{11f5U+GS^s+<4-002ovPDHLk FV1i8MOQrw- literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture5.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture5.png new file mode 100644 index 0000000000000000000000000000000000000000..baa5672d7a3391c37f6337c5ff796d4408a6e384 GIT binary patch literal 729 zcmV;~0w(>5P)`lfe4UDkc};~Gkb4$RW-rP z5^&N|{ix1&>WV`j_;iE@VhVR9RgvqECj-k6K2NElY9L9{a2Kfn494q-Kxk%^oOs-JT+B1C-hG#|uRjM7RF$b#R^y17lag|La!Sr3JbAt&B?X|*#V6vtDk*ye}7$4{`~C``RR5dsW6m6?}DgOEqK1$l5$3S$9t!XBAQTDE^6c1)<`Po zIAlbG+A531fB+YBr6aUvxF#%O&q42WU@V!d>m>m4*{7d${-=4K0a#tRLU@ppQfuXf z7q8;(OuH@H^DV1!N&e%PGu#7}jzy>UKs6D)bA0jd`v#Yq&eY9<0@7L(Vx7hmZg)76aBAgi=ajnkK3RW(FO?gHj3r zyYqAMjaP2*(o|{Q7>0pyT+t7MbTRPG`yXJn5*=EdQB~p)Fo1snF~nMV47dP*00000 LNkvXXu0mjfJU~jx literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture6.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture6.png new file mode 100644 index 0000000000000000000000000000000000000000..6895552a90f6df672bd49c30ffb70a82209ba348 GIT binary patch literal 751 zcmVkq_ZZI8rB3gO@wR)cjJ46bW4j*o zR`K3hF6S&)8^&6hOfpCUcY*-vtmX@9ZJd`zDHV4|$FVS&F?PrDfT*CV^d3Oq5u}tT zw z9t?vaqP%$HCilO)jfgNL<@aCiVT-dJNrfS2A_P&TG^eye^*|%&5rim{y(y~7wp5m9 zjiiE22cveU)WT#kAV7B~+_9w8P{KPA0TBdHTPG*QBalx&`8aB8m>K(rhqT)0y>Yf) zGdnoIyOWYqN?|^KNEt`2UVEO$tH;cyd)SY6?+_k{z$6f z?N5I3VD*SnD(}4aJ~pw$dOM;iQO8Pa7hn%(v6wTP?(z5P98LP9eHEd1XFHCVS)zK7 z=|sR}GSF&eNCT_o97{?bGDOgO$K45$iyZ^@^2se;s1?f@fHD?>3!^;QW4l??O2Gqa h8BtZ-{olQG{s9}HY&2FWSkV9g002ovPDHLkV1nF#Ub_GQ literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture7.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture7.png new file mode 100644 index 0000000000000000000000000000000000000000..966aee469c9fa7b77c264e1d6ee01b14ca13b631 GIT binary patch literal 742 zcmVizq* zX~CJG*hU)D(qIz=#eowS;RalYV@Eo11%mrf5o|NkAcDEmr3gSNm8WwCcgzgkwjF?qP@9orAcaT>3hscT0<|^()>5(7 zD76tnK)(6vOW(JQhCnGh<8)xpnUXUS1AXccRbuKGhMskvskLGb2*h76zeC*s!EsUy zI7$q{t9Q?Mbae?Ls498inZ}V?8zCqs_b!N0gk>v?eaD;&u^J|V03jUa*68i>#jBk_&XbDqb57!!Tp zvCcE|vhe!pIY-CGtjmG`>#{Hm0{|fg;@^)SAS#F`CubM@@ym~hKn#&BZ&Y`tv1i#T zuf2K7KYu+!MCgL@_~8}tdd>tDx|CR#m0TOm9HD?HUK`JrOf#n+CsdVnFKh)w1RcAG zh_IKP!_g5_m#DSj?uZ+t4n&?Sfdi#BYBRP{k*~k_+)J(0S_vUwZj^n;nlT*?bp1ft zH=aECmuWii((%h|>q2YBG!Dc+f4`zNL&d4)xErbgbLZskcX{~p5A;#lO5-WKa6*84 z7w;2Gt*qNlF-KKjC|hdf1c)(mJ!drN|E!!ShP#vc9(9~KXB0>=5@P^2hAwgE&M`44 zsY?XC{f4zhX-2i%y7<;R_c@In=8Y|9#&N=dzVFb!!;)O{!Q1I-#Dg1fWc+|X*{ YKL~Si=sh)*xBvhE07*qoM6N<$f>D!Ai~s-t literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_top.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ed6bf0d87181fe58b6d37ddddb4a5d3a869ce263 GIT binary patch literal 506 zcmVhDFF-$7@QX{0VI&aFZ1~b+%6n z(916(5e`ZIA8f>uomz_)qK*(E-6(L5&;(5rb_x<430|4>rfU&8kPJacfX^a$)opx= z=Xvn^*2(UrGgu&YSzo81hvQ(IuTN1LaxXuB6fmTRG8^>Ag(W_@^9@>9f*oUxZM!A0y2P>gkcj|t6OV! w7nx!DZcXz3m|+Gw!Sa8#?j{MA2x2n)1&Yo)Qoy=V3jhEB07*qoM6N<$f`357xBvhE literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall0.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall0.png new file mode 100644 index 0000000000000000000000000000000000000000..0e4c3064a7f39a0c7ba57198be87bfcee40ea07f GIT binary patch literal 692 zcmV;l0!#ggP)O&BzE^7UN)u8W-2M+`WE9RUui-J@CKg1E#_>j$}_zVQtAj4>RVDRuP$? zNpBqy<<1peES6=`yj3aAX z`SkM}=6UA-n5KyY)Rm9VpQEPCyP1>i2LI#Nx5uwa(H}dmsuXa3^))}ee#zMf8?+6umbSyk*j|$P7#iQ9(tC2vCJc)P$;{ zs-TLSy%3t6{@&96(hW-Fq4$s0gA;Rg!1l zq6Pl&ok#pv39QS?{;;Dm*&=v!{e;u$L}Xzqul7bX?*4g+|MA;xk4}vT?>^@Cm#;vC zEsEo|p;atfV;ToOym`v=AHSihkSyjF_=|bLRG7w*Dq(HG{TgH?gDH{4G&m}XsPX6B z5rD&CkB^4$$AOl~);6YTWE`9=i_Go=6spn*txmz{hKpf?BVT;}S@|&HgJbTrt?~C? zFZz^=3o;TjWnEWZf8$Leg5`c@zMDDhclb{~e1{2VG{HnEz*M-pzTwxOzolhiXP9~@ zLT2*hqi47QYYVnWq!P^0N=o{HLTC{kv~y|yXBU%vMN%d)b?#yF1b_Xi4?rV*V+-nx2BTUWARTTiI|4_mb0U!&7P&60u2 QWB>pF07*qoM6N<$g1|&RL;wH) literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall2.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall2.png new file mode 100644 index 0000000000000000000000000000000000000000..02c3469815a7ce928298703385c11a9be06b74e9 GIT binary patch literal 684 zcmV;d0#p5oP)LPfb$x0R6 zTe|m@eE03^>>db-s3Ib$3YiHbiA*FRMaVI*VvJ;)O(;GFK9Vs4(?nEAha8ERG9pk_ z#uzBT81xv7kxWw17>S6G2&qPDVE~ay_drWUR8Uc{f{z3QErmf+t{y)_MX_4g@Am*K z$K&Q$3eh{F3c$tXCG+8cyK~Z^{C;zd<^T~8sAeQWEy`!lUT|~$3kj$SOYfZRcDN5p zQLestP9c+JBpHFIum+e4^V$JO6%Mx@kD%7Va+qng!0K2vR0KqgsWo3eMM+ zR*W8j>1i*@vN{0af&B3Oo4j}bK4ykT;N7XMk`b)#Os(PWEXzvoD^qI#%=3}Vr2O&g z^_H?4S5Kew^Siev*R3`YAu=&lzJB?NoA*DFnaD^E9+bZix0ni3Yh((2B-w+*vH);C zO=Ko(3`7kP<+iV2h0+W?YZX_3TmSt-JAQJ>U21Sfk+m=D84KpKr zOI}0(u-X_SnA(Jz5(z58ayv60XLeJg{Q28QA_gjnpBPtF61aNu4IkeB$S3DJmOf76 zY!~<7(??%Yx;y{Q3u;DY;vN7D5`f(_@z*~`)HWIc&WbVj;NtRvQi`Ew7$Bu=b-FWI zq1H+*Mw=Qrk{Fx#arHaA%frvVVt;;ts9>inxT_ByJbH?+D)McQ)u?ZDU_#gA9t4`Um)b_{T|+!6-P{ffXo_GATIUX=iU|-s^4$b5cP= z1x?XZRm&g0|CY5mLL#b&2qG+q#50kE6d@xhR)}QbMX(k@izLHQO+*D1#oa*_i9m}I z8Du6z;E_ZGh@l>dh>!@Wg;XO*JfSrwixEJkKrs@4g$Ie9KKhP~#5&{X=m>!QZU=yx z5v?JrWCX`2C+x=&Z;i-B$6mdBfo6aR2y~^82%RaL&%WT@o7e28iO58NzV8_K2SkL& zPoAP=a@&HrHm2%KZJC?>#FzIUFt^5dm}t$}Pcv6HJE}WVt(2}{A~390h&$SKL^v9Y zf%jG`u6H8|RChA({K}-L;?1$M^B?$#0OrHYdb1)UsP6po_zBZA;gJ-TPrL4o-G^)J z^*=9`=(KRUz2NfiXFy`55bo4S`mP{aINM(E^3P|>C6SEHv8(YwQDNx&B`Ou>8rw2s+YO9=XFSz;d3V_Y=G2ub06?aEU;j3@9sKB@z*{oOCn}08H4^)zN*Kt)Pfz$J! zxcuumC-+uNHF*1Ksf(&otMlW}zhbpDKHN@dDP$(C`CTGQX;;I*`|CYg^iu*VLPT;q zO_*7sC9DB4qm)8xjiDG_*U?#_A9^wp4<{pV1kpv%9(?_X&kr-zD}CRyUT;WP3>|tN oe!Hd3Gm%i|2~}M_5%A{x4^@P1To)8dGXMYp07*qoM6N<$f2uKJ>2@tq@y8GQ*RRnM3tb)=x zNA;bO=g+>YJ_4Z-RYU|;p{gK@s6q-#gv!L+$YPsK@R7;LA~P^8L0f&BQx_nQ@vz}#()0)W<#gO&68W+ z{`L|m+>DH%XE8NH)cEwtE$?2vq^giC4kPe?4kt{7d78+Ppu*ad|LzW$J6c6#f+nL6 zM3hrs!5p6q-AxTurH{_;VuvC`CdVF(5ri61MMPq1ATT0vF{UuHT~C)|Gh&^KM>fE7N_2EcViUn0CC667-KM-(^{js zG0hW|MPyK!1cK-$=pTLZh=-?@9-V2LAQM!XTLXoUAAf;Xq2`>=r|t2oXzt_){s#kf VVfMw-O+)|y002ovPDHLkV1k&wFj)Wq literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall5.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall5.png new file mode 100644 index 0000000000000000000000000000000000000000..8d30e34486ef557528475adbb3f8ba8cda75afb0 GIT binary patch literal 693 zcmV;m0!safP)L_t(I%UzSPjvZwTg+JT>%-lQN zjgl%|QbxPYCQ5{06)LJc0S~}?@B*pw5IhK>Ku9RXE)-Bu@B#$(&fb~%f7=wZP;e?+ zIzF;}Z29Kvud+5rNJJG8L4*yFvjJJ@dM9@#-}q zKtym4UVQcirMAY$X{PH6nMrGY@5okAYh_+5%d%2i#oZAERb@OJ&{B*Pq1Hxg&M@?t zDT>f_9rLoV)=Fz_6ZWk`fV<<7^7PpykLQ)@mA>!U??)20g$_NhzkEYmS0bUV3#z(( b;ywNWh#gTApPGEG00000NkvXXu0mjf9V#)6 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall6.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall6.png new file mode 100644 index 0000000000000000000000000000000000000000..c8f210f839419960f97629c39fe713eb7f9a28d7 GIT binary patch literal 697 zcmV;q0!ICbP)<)aZ~;~vf`hXC>DiGUSS3!W>qwN9!L37L2G6$4fXl5+O&G2u?BmF;GOyK}s~#mul; zNq0mQ5n;RAF&~e(JCQ4={Q2x>Gy_CHpxU})Ey`Q(J>sutSL@UaS_GSEqW7Q_<@}=y z3Yi3Onj2=y;nYwORN(!4_ed4?uTEqpwH6Nh0|3Pgt40w4wZcXWtrbouszIU*r7#pD zfnrKTFxH9)^a#8=<rA{nY7YP|dKV}8H7Br}mnQiXE;>V&B<4#TQSg{1{cUuco&op&@Crwt;? zsV!gyK`5J{(j#cSF^&U@;1Og7Rh13 z$%Jtn=)E&qVgJudYB7d!AS3Z`G6F|le{MN@e8D@dQECNXnHQ23RL6ehR& zlSa%KL~2@)A0>!Jkzgq-fPJt5Ml6E8FvtKRBxoTRpomc-5~Zu^Rn@i4paf@b`y8Fm z^6fWY=hhq{5miJ45q3r5nGi{eKqgw0M92tA5v)bfB5`jNRZzjS;O?MGy6;07kU%EQ zoy-I=%p><}qEHM(2==Av4eL6PBm<-rk^qEM#WS#{UwnzXV`kJ^DWx!vBN2g`A-P8* z;o|;1=5eI8MkF9$zy17zXd8%NR_ID05js;ox_-i|+h0gPRamx-!!XcVV5VF>zQM>O zGV$iD&9PDlgrdTS=QCS4OG`YQQVQpBqIMn2;;0HL0*B)f>w4;NAXO=nWG1K62>~{D zRD_72NWncoggP9s>qnpQp8_!JsI_MvN5*O5!Kcr-xV&VZCIpzLiD4LUZ`{3qhyDHM zuZRk&g{vnw{QmLuWF`{H2G~F2nW94Nd**3o-Wnc( zu!1Pr8tC02{aEf3u-;` z!}s6i)*7ufN-0DJ+qx1S98V|uI<&~F72)yCSJ>7X^RluP4#xPz5q;kJ>is8ZD~RizA;x_0Y7kfr}ZrVd>@wNup&m66;e9oz&v z9_-=++`}A);Q$+hG2C5;D7@4A4v!wa&-0P~_~D78>L!2f6$uAC7|jk}ug6h!6M*gA zB9R#n@{Msyg$kB!v$>HXn=6n>#t_+Dfy!wc$AOa3qJK3+)lD36jiF^D3qd9sV|ILO zBvy5kpwG==xsH-a#`y8K9ol_~&p*1&V#vo&zyHI#+1yBxKWXrC|Cq>(hr@CmfW?rH zY_5P%b(6K_1-}0>gc zE(SQ=F71m;s%8gClDHe1rYpuct(=bXkmC{mQ?1rUND{B|71kfzVQaUD>~e8oK_cu& zmL$GPf52g*i>?`b9FHI*3CnR%!T}Eek)W4MGRCt%i(HchZY&UB*)~C+o9(?K^ZrS$ z554Rhlv%kK0zk|KrYKdLWM8YOx{0gbAhUEEfS}LKi#Nw8vOukvXhsX$c1F2qMhitV zTBH+EhL+9tZjn2)UWV3N*O&Xp0BA;whaX0G{-(s{MhbwRxAs`M7ec-}>v=lsbMxxo z6P`R;21%k)ZD$lZPW`-xOOaV$ zj-K5Rrx>ob9A$V;wZ`h0000>223dM2_pI1T{W|y_CeUfT~TXQMaw)RJlI6MC^R{yp5ib7sTQDda0LP%fFefIG09fPZ@Kcacs0Gz(NpnlXr zcs$syOGc0JbhFCkfRDsfnEaI(rE(RYSH|=6Hw!L6cuFB33zE|m_TIE{T$g(HJwa!{ zZnMp7B8EN{W@tNH&_&MyXIxLB@{zY+t$1zuDwLIEGsN{IDJlhSr$ z)DwQHEerY2%?h{XQUDaoHIizCYRjT#y(6mxY5HCI?*{+`FL_B$hxstDu?OeKl0g2X z^83pJ-X3-E00+lCY}?`FNU*w;MG}JNI|t~o5ULUyn*s=cQtg=Cy2VUFC80*R_w5pr z5G>E97}^f?mW3LfU|I(+8lC*O4WGX`S)fI3cSmG>*F1jzfAT3V;@$WHu4! zmp?W~24<(v-PHxoF9yhx0ATsc(PtdTWqE#7C)Ef(uY_rxQEge=`)+9zrkmFiJbtpl zPv76bFuSh#I<%MM*si-07*qoM6N<$f?)xLKL7v# literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture2.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture2.png new file mode 100644 index 0000000000000000000000000000000000000000..65c39b9b0ea4e6353b2f7412578202b6456607f9 GIT binary patch literal 850 zcmV-Y1FigtP)DoH5O6S6D*>gBh?GUM>8^`LSyWy2A9UAE|3@ly({(qnDw3O|i;%{ykzy); zpfL;+9A`}8V6bQ0g~KR4%PZY;-}9X3O80Lsjn@tZG3@o0#JWR#lOVd%JCvqC=0&~Y)_XC&hqEz@Fab(UXt z_V{uoi(%O)exHmY3#zR)uev?7$j4-2VRTKUSZe$)k*=w1S6YCCVcF=Kia0RZ%*7)B zTn-!z%cigR*{dG0c`L(*b=(`EF5Y1@8hK~Z{o6N30lyC|97NYt%y$mu{W?EtS_fgWWm!HEdXBHJubuqkM|F892Z$gY~IRnYQII- zR1C{zAsOYjKg#0--``ys=`)i|t3ia2JZOEzPgV_}$bw?2;c>WnXl*Hl~d*0>UziXs4mBC=hMlQ{t}y5X@~utU+MPxD6&9*pJ3>?=$gvq z<$&Gib>z@BzMP^`KjGqXh_0y|opveLObYod clfeN00S~`Vj`_(`B>(^b07*qoM6N<$f~TB}&j0`b literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture3.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture3.png new file mode 100644 index 0000000000000000000000000000000000000000..4af6eddbdbaba1cf51834511d7fb4688d75481f1 GIT binary patch literal 809 zcmV+^1J?YBP)>IdNDImZix?S{Qfw!+ zN@pKYibbUo&$j024V&UF04Qj3zp4q0x z+D4g1`#%sDIa*xXmspBZlb*xXmt#6eK4n@KM-l^;pg2S;=O2S^CKSejlgi zh3=%=>|&V)0L_B{W&8}KdJCseVdx+6)72C!*$n^e?DC;K!hG5Y#Z|9^nlfTIuQyrA zX0U-=vBodg((HWNW4*Wyz`zg4zpryjz?*k)bKxRRp+Y(lN3D7tW|A6Dp1+~jKjczU zL&`A}DM%;cn0l1;;x@~R)4bZOp-6$->;j-jfmEbmYH|W01gaF2+!n9j?@-_EkuqZ8 zFu?UI7I$x5qq+A#sw%1P_K*Ni3!j)u9kV_7?K<85Ax3;0MM~0NQ*sIw5R$cxGJX(X z=@ZBjumuKwM2#Kjl==X`J3jcZ?mS&UT>#8Dg3YD-IgRhB+hxdLSntC)G z060AwVQDsrs>tuEJ@5nOES-|uqUv=>88Kw<{12$gacxiHnNJ(2iUi>H(hLCg{UcQ6 z7{Mu27z*XsS)}zAd%@yyE+58odNcw++&D+oD^vZrhu>(koXs%s1GXA%#L&k!HN>C4 zXNM<@wyCk2%d@;VO{v`{digd-TQ4xrjw6DD5b@^1#Sl-nfHZh#Bm7FfewG&@UC<n-B*GB1x# z`Q_w{osaGj1Od9RaXp`&^(T>UzS;>iRY8tQ05sp6lf5;M>-m`WnAWLHD!v4OrYZ<) zgy~F}zPse<=LO`HwoLUvXLgGD3`XC^bS7N9y`;32p(AWc`7{8+8u9T)g1y5wy0DR} z2RiXYjE$8AQn5vJVUvt4(&;+@c)m}!?}W^ER&KI)*ru3U13)h3)-cQ=9bx17K886Y z8CxV3UqVxr|6HCqk%}+jdOoj?4WwB>Qxyzz$nU3D1S+xULKdvn*Rlna#d zX@oUm`@t&mj9pkGO8GSVZ5t^PA$#W*1AENv<@ZB=|DO#2B(xZYFo}Hk^%p^-)yElM z{O_yTY?6Qo+I%!reSGnj`>7a)IYd(xWWyY?v3eUhDuuko+!`5enHO%BX=4{-45l;T z((`a#pXQr$lxtDe6Dm@t?;uB|P*p#;dPx^HD`!7qIukm5hsTc|hK80m6P!gqXmCPRYI_I) z++oOo$0XQAVVEw6SpL$dU!TtTTu;7z=m7kD`U-$zK2684X!k7+wo-Hqi!Gk&eVUIbrgIuXgwdDmnwmqa&5+>NgD%jv}; zBa{jm_Hs#n{QZoYW&qGJET;Ah$8m^(kI~HpM_5MFhln4A zypKoY30|+4llm(jq+?vYyXE9%i@jVDw;&)cd8xMsIMWGVeUanhazI2{K@eQHKg}v+ zl@L#VdX5|mVIuXe?huAVKKHE&t>l%pI z46etdVrwL#67sUZyW0u6Ibv$hs5ZKUB|l%6w&of;hDGaxN>LC1$faWo|NY@xzWH(+ zfX3@S%S&!fUbfKmA&MM8OoaoFbD0=#uE(?ui?(4Qt$O*_95EXIhZ>Oxt$LYEZNlpk zu{9rU!$NSms5g7K_qUP@+M*!v`TYcLQDDg<(&=9l4+r`F*$Zwbb1ndTxg;B^Or_SG zGXOX&@1X9MF(>nh?mtKpUGwwj*(JN1Dxx4z%%?dl?*O3bLrR6roIx?4=7)yE=bhJ>vt&UwmCYk;&Qog90!0UkI4TW0!n^1n|Ff%0000XaN literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture6.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture6.png new file mode 100644 index 0000000000000000000000000000000000000000..043479857848d0a321ab168fbdaf48de10cf53b9 GIT binary patch literal 857 zcmV-f1E&0mP)cZco`5w)p>bl!jQCFy=h(>8r{bY-(3f~svuru zE8JgjvKjXC^Y3qGo69wuCz~sLii>)SR&T(MzrN;SXb}L}HN2tP8}Ryl86g~u#}l-G zm#bEfN~4P;1gWDu^;VC`1cHi(SR{xn3CcAap#{7E%)9Rr4)_2_XG`p^N4OuHXLmD# z5Dp|E*nSiO;88e0xn=_(#aDyRzTI0#k_5`Uo6wREt9?z~?%{FYK?n!uHJk7D)@gRH zIlH(*mL&o{4?Ty30Hze}?o^W`xaf>|Q?O`!9Fxsg0r=y%zz7L|%$Z5*?;Oi>GP15J z3`b+kMw_VS=lO4c@pWPa>t@2GStk|=^1gIQXvqhR2r3?KdyGtB%0P0uDOQ`Lj`BRX z=Lg{A^qj%X5VO(7uPzeR{1}-6#cFfr(_SKm9M$~fObdr&`ZTg6W@p=pg{k(3y!~L2 zKdW$fuuaaiFfs+4PML~XL(&&Ndv=^NIXu|rq~66P;N`m_$#@i)aFRC}^t*hu^N_1f z9{^olfXM`1Ri*;~I!H9)#|W^FD-u3!_34D!jXaUAb0zdy~Byy|8%EyA7m##l?0Tgs%^? z6pvuL4PM#xuC9zC;*&Lttj(nWxbZ=hjqQB^R%Vh2w%b5c6%vCIk|?0YBYgYm0#Bb? zIPWe1Ser}ns(Re#(hIg64@p;KEZgZ<$eKljP>A=%Hif+k1)%K*0Q_MVDJe3GX`P-( zmgAwuBmDgE9{`p!Nv6g}5rh!AJ)7A{l_$B^{q5+AjCI9ISLAL7Jz1TZAn0`XcmIfI zFDn52`MkvH%mjyLZH!3`LyaK{0@?^t?kIeB-1_x6J2j|@8gCDU4*f?ebE zyv55>9a*BEd~M!9GSnEGJ7vm_M>s5Y=Mn`DoMQl{wKxDn!6mZP;*nWpDWee|5GdI- zM0|gJF|D)f`iv){WVBJrM;^D6W9$?UG52iBjz|6UoaIcC&lU|Xn@y^3PPz;L+-AV{ z_iph^cAKe;h9HCh2myEJ4g4U$I`WW2fd`Mb`1;;FJ|f^F=wnews7!Py%x@bn5QPwGJi<*i#;Hh1>9_Bf_XwmiqvSyKM?G}ovWs0zowl1zLz;xxSPPT}LJqbQJMl5L_dLqwhaYQI1yi<| z-QUqa`i6Klp%ezhG0)Q}1GkCl?o&idPz8>($*{0Y0}*&WhAr7F0~*pH_3mku1-1@Z znRD=>i_#r1x&MT}jOe}?P^k(UF`LjsoV*?}orXL;E>X7`x@@u4bf)7c+TAX7QK4)T zdi@@%Vp7F1(bJeX%~=N_Vm5xnDL1s*27AXNP@vsuqc?3D4IM=&T>tquS(4K4>iqS` z74ub!R@an5L4cq$dW*Z;XMBA{k(DIth_cuc1|C~f4o;8JY)MuYeELw7MW(JYculIJSXh4rpmLQC^Ug0wwVgrtH!0b_nKkdczSyH%Rl6@#itBZqe-Y zSg$rr$B#I+ffs~WN=+HA7#trXK41P$5``4CN>lDo6&bc67`}4R?G_(?{*?+iIy>X) z`j)Dy5mF*eos}OT+{06>ogU4)AdQ~M!T{YcX$=mjvJF4HyTGwb!YHQeSO`&}8x5S{ z5uzc{g4r{5Zj+P(vle7|!EEl~b~>yofu(}K-tg7Qkl3|o+AX4ZOBT$roj&65;x)5} z2fCdmlaDu~g@T?(B;Fj`X%R#j?rxu_n|~>?lFiB|n0z76x2*g*qR0w{-@T!V6V{sq z%XCmJ8`04C?WbR$VKM*s53Ric$dveU;joOVf;(5?Q!E{H&ci)LF zf2Md_BE&?tC~9}(|Ae&A)1aR2=UwXHDR5sEuz_4JH49@94+hUf{S z5LGehih}lSM{%gJy(2{Yv|yxEOd=1dSv)?h@O%%$c93<6A{4%U{)ehO5RDCPZ=cCq zgRaQg#7hJS@=hfB%W|)gYUex^5}Tl5iFx>8WJH>DdHNm#o$)vh5K2vSt+e ztZ#3y{0VPQ-$~*P(eaF4_6TEu>G&ABfjRVf-Q_IOj*+Eu6c~sg4CtiQ=$>LaHJq+pbwXEfDRVw3Jv% zPrkTgdj1Y^|LJeaEX59H^it3@6@lk68L8-&L%c2NfYXaJzWukP>w1LiGMS%|#A~$R z{70<7rrbPZg(3TNhdrG$nx9goTeK!a>sq8T;COa~>)03r9dj6PC?(o1exa`&N-0qC zoT_e!*IO*Lt9hV2PrF1OwcXXw>ONY zb7YH!|@_?Lr0)=q??$E0q0jg@tUkKy#QxA+(nC^5!=pF9liZH-n~(QYjX}1&N2vXCil;k@q^7Dugf39plD28-4M%k60a=nF^8#lyCQoCW;fN}Y zsoNG&9ShEeL!>Scnnu=k%r0+f>Wb}pgDEv6Er&E^?DjBCi^KjvSLQgrkEqg^K`^4t zGTN%ak{U&xkZw18xO-%>n9|e*o0GyT$ht3F$V#s zwx&*Fx}u=og*Z~75fXrncKM`HC|lp^EJ_dn37I%U~nN`=ijqCdIf(`rqU zmz*pQquQftO~v65GroOIS+*RHEu6oiNjCor=1+X20l~$L$zsa-{ynYfAk^WQ3%mG? zrKyo+1^*3p^X(fxZ6egVBv*9mG)2`URlG+uRf(#c$f5|xG*GPx$Nd`L_df^Ic6)}? z3Fg@uUT;F4hIm21=HVZNDkQQ#5?oF}S|pnlvzr^%FKc91vstcif)RQYQl&9vUf{Sc z$1G+ra1jp=D~1CLr_0d2K1dVIu(9kOjxG4=JDs-3sHB7EkEqHcFON^SeTU`yd(`W5 zhbBufEEi!2qHWCIzrRH&D$?$uO9#Ul(X&nJ_C&TnP~iygHU9$iGjID$Q58)9 O0000G_{>HUS!#_wS3xn9_h``KQu`$ zh*lx{Cr9YEL9|#Ah5@DAMJZO;J&!o8D60y?)M(cY^QF(gagax&_jI}zZ4K7p2Gg|o zFn(nAFr#N`F1vk z1U{YqA)6?o$^>`6{EF>3tdfFOE*NxGq*p(E-?Z`sY>!L`)TTyLTU6BO-2peh{lV3< z6GSS|+%6s0B`Yc#+EnohIbJQfdsxy|8f?p8y4Vs#Ig)DP`%8w$$81GT5D69^=4^rm zMKDFzbr1=1+wQUBITS^Wl%@>54wh-4+C!S6z;ZOw3W79eG@eluU=I&T))N}JKsEyT|z92HEh=5aEIwt-_SxC50UjVX!})9I2WDRNc87`BIF9d^_}DDiASB-4+kBn-AHQ$2 zsvz|CbZv(?2)KMTBQ07QSu?*lXYYFKT@O_^v7J78)8hI&rjCPHtv+Jf7Q@p8h9YTO z@ZCL{rqF5z@9*xAJD2M(-!PuqOqW-bd5CHb_`^$4Z(iThC>@$`hZhzsM<&lvgUCv{ zU6uKAiLfkW5u?b8I9Q|GHhL{-rG|);6x|#!KD}W5;R$^@qpwM#Lqe~q2$KST?Xg`w zq1$7+U6rOh66ZClsvycZ9a37uB;ETMrhzh^GnBgb?IXFqzMJ z`1u$7-JafbO6TsUA6ip`?bDhhEje3`X^#yZ(P8WQ_uj5l#IoQ_BvHWf5l?Ri3dpJEd+Q*luWwl=Uv*;qEsg&qc}_fuc|}f^_fGw`@}1MH`M7 zPbXw?L{+yK&H{U}WH6pEFb!sxOLR?V+&54^ySySj1iX8v$>WGDI1q;g z=JB5^qoKvImIx`~`NJo^{^kv})@8T)oxt1E5dv#q^YXM|`?&t!D}Mva$(IXwtTWaC O0000e6LhITV)dHsKF?pZ(E8A`l=w#GF;1I`Q;JU z^Qn7Dl|7I&DvNJRgjDc+2USz4F;M9tO%i_m-P$W?HC4i>wnYJ3!Y1L|!2} zkC8hdty}U|V$dQFs}ND% z5+aM^fjmA^_X?JCLcH5z8&fNpzaRl`2cn9i>F=kW#I9H56IhL*{0y+PKdk9jh} z>T8PlmGT&&8w0$vDP5T|kUh3&*{-*Qu1S@r9Clm0n|I_{iPUJg|MQN0)l(!1WmU7@ zY-zHDqLcJZg?lw)U?`kkPB@*-$l{bTJu;uKk&ZvaH4Q@FV)ydOZg)hlV*0AZc0HoF zWbwQ~Gd;RIr|W9Q=M#EkjN_U}O$a8}mvmW9+jXR?EsAL)HI=)+?ih~G(WuFbhPtpU{DPzP7?z1)Iz-8eVzZ_AzJh_xZoXpr_J%gzQ|1Ys5Nwl*q8FSEhx`u!`+#NM SaVpyY0000c~rgt&KP-_g^V-?2ex=O1X zJiUKUy$rdyf5dSO{Ig4n!v@WA_!MPmUp?N_s0z(yNwmos_AI7*4Y4nfQe!Y0A#9tb z*wIy6j(LoEHpV&@v~`Wx?lL--LvV4;DqNFmT}-_uUGL~NC7WH&Y8H{qLppANlp4p) zie#OlX)2=FZg~3r1CuWy505w0Wx@FFj<%^uN(IMvSZp$i3YxZ}NK;;)-;kDz>>3E& z?a|aFp0884Egi?>u*)!gAKNjRzRq~OzhrQI$7(hw%}Sin6~$(WZ+nQYqA<99ht}=z z@_9nCOjsWzwpL*qIz8J!lP0X^oQ{U1>y&aeW4+B;ygZ>T)0}{c_SoR{1JXF=VHi*~ zKFf7MT1kvXW%ByQt!UAtM707=Ws9aeXtLhZbZ-gMi1FQ+vaArQq}W7c>n&z)zo7}7uSSpGM~w{3*f`1J7~t{xs(%p(r9ps8~-DNvObrE4Iv zC_;2hRHY%$4^*{+XWMM|d%9BL=U;xJYQWMOnml8+-0}JE3278k*A=4Uc;t;Bi&vPo zOSTHpdp^NQpZzwatXd3jh&vqN1brOK;B?fdqjv~Q1I;@-C0i$a{J7vyDfs7O!lw`9 zB|QA_9Z9s{*s7TAk#*V9zc{Da9|)&!_@fab-=&zIhi)0zN{j6J1h@B`zq?~TeZ#eF zOpX{QCm3qO7ry`TTPj_WE}luE7)1zd$0dokEM8}1+k*Tk lxcT}U4(SfF7qE!8{105rd@y6)C(Qr=002ovPDHLkV1m7gmQDZw literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture7.png b/src/old/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture7.png new file mode 100644 index 0000000000000000000000000000000000000000..4e5a7a01ad6855a763935c451a6468d518e9e1be GIT binary patch literal 856 zcmV-e1E>6nP)TvY2xF=`+o?O?xom93PPli&Y|!?;h?cqzc7x$M%@e%Pt&K8R2;-ii~0E2(v?; z1W0*G;4RT?8!gL8RSOZELNvpoIsAc3E~B+OG#du~;Y77aIi3>S<(Bnyj%GJe6q(|D zA&4_#-$R^(BQIZ{nf|+B)N_afpLVxRS>$+W1*>7PK8Bn#D9Vhp??dg1)@XuK)e)*) zr^r*BhDvhDC}f@Z6jEz6XtrA{W=kIKN64CnyL`tFQ(m6_Wc&Izz5WeCN4$cK;eFI#C7( zKHhaPx;f zh;X|_Xf-rVB}rnkynPx$&`Cr=R5*>LlS^(CK@db=WL0<1$3_+sh$ScE4BQqWUjbRjpYe2eRR)VTp4qV= zSGCA`%7{>i@88USOa;)FujuB0S%{k>Mno2}h`hT6cL<|g(7Y1A9>^HTpZ5d+2gr7Y zKH%RAEMPiJ15(0RP!%c#oG^~i8^9ZY3avxVpcT@%2V_ThgM_dGtqt!cRO%I=8&Y7w zFhW`IK4D$p^^E2Q2DKIH2tDyMUOb=-s0tEb0S1iWFrsBat-&1I>8zxJx8)7sJQ2GI zT7&(btOaDeHo^us;srb}WCZGvrCb1U++l-m4|pi37Mwsfd|D~`? zeEJCUil>TO2PaX4P7O{^);_(1wLAxX2nfBL2NoYUeT8Q09Nci~~mKmDS=>;<3 zw4yQ+B{5ei{VL-K_wjx6xCW!5W zB8cM+NaU!i6uMCr@$`bz&^rEbhj~IBY~!`Um?(`bN(uUV7akr_4Uo3XZ;$vqqvHX3 z0)dYMRzX?NR3O_`jLSmy3S))C1U5|5rn64u=Nr^OE%DruJDS%EVEu9b&)QyhKCj+? Y0JCKM-ZAa_H~;_u07*qoM6N<$f(b_F`Tzg` literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/eternium_ore_block.png b/src/old/resources/assets/ariasessentials/textures/block/eternium_ore_block.png new file mode 100644 index 0000000000000000000000000000000000000000..2ba5242bf6839f537e40d8c237791a5dcebefca0 GIT binary patch literal 705 zcmV;y0zUnTP)Px%dr3q=R5*=glR-#SK^Vt>F4kp67~I42F$WQ;cMvv0JV7>ENl18E@KD#* zQ$ikUFL~+YUKXO$N)U)9bPN|aW-+%t|egFAS z-`d*R85bhY^NDV;}4iE6&)9<|x`xHfibB@--8iR2h>drZ|){Kvj)0&)OXlIkv z5seXok`Mx=Q~9UIlOTVsvygXaul4ImPpj@6QQ(Af*)L nav5U`J&Rv-YLC==AO6N~!BR!Nai80#00000NkvXXu0mjfxqCzn literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/filthy_blue_pool_tile_light.png b/src/old/resources/assets/ariasessentials/textures/block/filthy_blue_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..906f9d6237cd50a06c1394ef9febcc10daf504f2 GIT binary patch literal 1397 zcmV-*1&aEKP)Px)FG)l}R9J<*m*0gGl>6w9b%%HfgJZPd1g!mso!0aPWU^JQ_Q65%! z;K2tIqXe^2BQG0*j}S1%B_W3Jy1_&gC6PbC1V~6+*yt=n?+nvD-F@$^b9kt__jdQr z&MvT_lFIE=SDo+o{HUsL$>1OFnH|)~n!{#_+bRLU)cDEyU-8Gge}P`9khOr#8vK`s z>Hlav_U1WW`pxRZQlkCtd5+%{V%-m!{2Z%`#*T@X9Psh{R*i(G7RWP zHFi*;J5x5+48##XoZ~hXw^^X0inu#NFHV{0Wt{iSrz1kKK`7Umk499}J?eu?jMqQl zIQ#SIJ~DXyebe13k6(O+K?s!IQv^@p1HlPS94>!_)Y|WAvxTpkqH3rqjT&`qsGCR? zBlD)=TzQ)B{r%?z02z7)A+WumopofSD&+BH*G!Bmz)+j|2|_ z0R=m#C_?hQ@SZYwip2;Zh%ETN3cf(1O@Wz1F}xZvJCUX+MetbSLNGutO(;$Tf=iwk z&J&y?c#q4AWw8d1$Ik>br9rG)XC73Q!Uu>Dn}~m;*m?5Kix)Wgjc>7D4pveiDGfOi zUK~!O@6M$nMV7|flu1Wk5-C8tKlLN#^9uLk>9aid z?I%7v&?js!-TySF?)WCIz3-1~b_DfL+OA=v`r8hZgUdJ^xXt4D1)qkJvh)Bu#!C2>~&P5j#&}cHCGNNJoEDH-1Egh_wRxxtJkQSG#mgP z6GgKm)3$&*jdiu>U7ove8%>P8ZA~)$$~$i`yKAqP<@I4hqcN-3-cT<}`z!UvL}^Yz zcC6M&9V3lK>ezI0ttZeV-QG%P^We?!`dMT-oh+|oCJ>dniI^EqeE%+}a*oL1Q`MD+ zNxW$flPX4>AK;wy?}B;Lusa@qZcj7J@ZR_Df^*?C1dsRxVU_Xl8^7eczdg_Em#37$ zQA!*BziAw6~>pgx0%jo zjK>qklS5*RRCUc)zxH*e;}KO=adDM$q+^NF3tj;00000NkvXXu0mjf D?I5du literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/filthy_cyan_pool_tile_light.png b/src/old/resources/assets/ariasessentials/textures/block/filthy_cyan_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..56a44524676b4c5e69fa8eedb1fb8b6850161a70 GIT binary patch literal 1397 zcmV-*1&aEKP)Px)FG)l}R9J<*mrtx^MG?k-Rn_Od`{oVK3_b`BFcLr{Uw54?3gyirs$?uLyrB0>b*`_xbQ`*$BE*M=tW7OL$GqC~)F zfATzkzV!hP-rXl{jcFGL?A&$>2t=DX^Xjj8?FSEXHT!3N_#8<@$h8orXbQYhat-a= z*ck_+N;?A^D^>-$PBe3&{nwo7mH(ojFlO)VG1}gt8XseJX^(>|mzlo(Pj2QCN7-M@ z_mMAM{C%`@`227Fz*b6(%&3x4St6;RqG2_6IxF_6gaw4Q0RQ|HV(lL?^Q zar!g~91&$?)_I?(%&4poFcCyRMSBndkPRXceFW$t5Mksf1T-rm8Gw-)Y5@WXgj_?F ziszLXqhwU85kL@G@qH6~g~aj-A`~Yu4|3;3+2T~m2#P}qpq(!7ym(%zkyJ@$Xm?mv zbKq$Fj)0eIkm%2afxA;#0wA{;`|`9tck=v;oIZOm$3|NlS0LpYx=5HPDl$yflBCGm z`tr)8CohE*;1Seq126oX%lrH2KR)#}-njFteYTrOmw2mRKnJd}K7}$j)_bDMuSjIW zw(_lKf5y&DyCk*p9jl(`v%TCo z{fn<}>^{uGhe17hEj&oKzx*rCemsEB+!)})Y{dJQfBVR{SuASwjmN&n%isC_M+f?V zmg9QEm8EP zLfRx4(6+hgf#&rqoq|~^870CYtgq=oM`DR|#ACGdGNK$P+91|2$_B^2(l+Nl`Q}TU zIDHr6s)&+72g*>kkc}D}8*`mYMBoG-W#(|Q2aRXub;J0@7nn?^q*osMCf+D#&c9Lw zWE2_Y5=c0>cEIIfSsR1ST3dFC=iYhk5xwoDQhx28uXEe{mqTCBcIq{|7Yzr15#o3! z$-MKlkN!rs9V*EpXmcKHdy(lE|9F9ue!1j;n$zT#)^n#`2SbA>9iG(d6Q$i1bdEKi zX>z9ZOq1JQuJwIE(-z&nl+Iyb5tx4zSxzs@o7@q|PSa*00u>wjf;yM3g)V&VzR{TE z8`hZAIb)+Ow3VSRShOwgOeX)g)(j8KZ0HLv-2X+y1i}06_r7O-#DhQn1%H`eA*oXJ z{s)2Z(&LZt>Z6Y``O^&9O6W)jb^&Lfe}YS&dx$qL{0>VaER8@ry$KxK-bNmN=o_&( zcn^1HG^&_PrkE+W?C$dK|GdrC_Q%N06hSz3>Lh#bUM3<)$yh9EjvYV6xC(CF-DSQw zU^1C9na;>LQ#TE_-+4Fl$sToGGn>tOk!z;ZO~d~H30@Zk!-llF00000NkvXXu0mjf D-bAU` literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/filthy_green_pool_tile_light.png b/src/old/resources/assets/ariasessentials/textures/block/filthy_green_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c46ce4438439986bd8c2ca8388e38a8b6b0a45e2 GIT binary patch literal 1358 zcmV-U1+n^xP)Px)2uVaiR9J<*m&=PCMHI$=r>eT|yy9eV%p%5sQ3HYt!9`Fp8yyreqJkv2a4F(S zaP7v0|ASjMY7|W(q7H!&Q3My_3nDI*tn!$6Gnu*X?yBRWs{8i6nM|Hom!kVt)j8j( zb52!%M-F^7uft7)%b^^>%-tRVf``XW9Ol&Ck0^Tv>%f=b7Ci>=9$s8~gOArgpd1Ru zMwxtGqkMqpIKp@LAHAmh<7ZyN84LZkA)iySd1bV28C*7Oo--VrQN+MtQ^;CiXOwc& zGTamfZ9}(p5iwBq1eb%!m9j64dP1>b=q#;mD?jXCK@NN~r@ixzXRo|V%Qu@B?8Me;VW=O0oAb)J_O3(DScq%J(oHi0QT(OjZ+)loLifA@5rnrv(W%6 zf(RHfHHZMnlp(6M2S^@JwRnvN7;g~qK*X|HROCfi1!1_Oq>_LY!ap#$_IAd_uVv?{lb6|V?WI%{v5Uu6Z zLI{D(Iskm>agToSG7tAQaQh{?JauO+wo1a30A@P=<83u!0|5oK1XV->U{S!TM%_ku z!LM-P;u_}b@F}aZT4%czNr~4y0fMdGn_Y-~YTPEHO=AO-x(&a+{W*xF$w*DQeT}7PG(a*Eg_#HR z>czJTyp@hE)F1l(5bfbQ=7)!l@$IfJZy)F;+mDZ|vS;spT=l))vZ>y_7j$dyw$J2r zTNg0_C2L(r;2KJ98hC1~*Xv^pf^F#pnLzcHFt@cur!Z1;YPCMNx>dGJ30*HB%9c6T zn2)nI15t^e<55>81grOeA}Synuh$#MhuVWgFNTUCO&h3CmgyeooU@6+R7^%u4WOVk z$j+ zXu}f?p7?5Zh)ddR{xe#0 zJI8fFIUC8N4yIxe8(b4pQ` zl))$VI#x6$rQ=WPjgit6f<()U;3>SP44%T5iEA*f3yRB;w^!6zZQ^j@c4#>@EiZgB zzz2%bgMtw|t_wy!RxKp=g%G9+6Mx4Flacor7rk581;euBQm6C3m1Y3e+Hqa*N&Y@I zr!K*Q!qa~q*9PxxmJ2laeCn->wjk$ zs~9(F@Z9Vy^46QL>u|6^2!TA$=ybYRYq)25nRDka(3-sqUvv?KrKO#;FR!DjIA<9S zN6alOF_S5~mY3-d2Xs1JI^7=LdqzdUz4z^--)S=%jp+6IHOaNsFe(cE15lhu4(1j| Q=>Px#07*qoM6N<$f@qa~9smFU literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/filthy_pool_tile_light.png b/src/old/resources/assets/ariasessentials/textures/block/filthy_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..e8b6fb1e7c262aa0b3d91fb9b14b3ddefb37c74e GIT binary patch literal 1307 zcmV+$1?2jPP)Px()k#D_R9J<*m&Knb8=CUBp_SxbDs#a^x#ygpi*xVXndxMbKInnV9p-n= z@B4e7@1?!9DyuiI$;RsMvU>BHNS296CRw&63k!2HPJZH(kH*U9=Z}n)&&?eYYi*Ua zm1P=JYt$PD*j%~J+R8sztEg9naq{NY-LdlY!RlCfr+pulwYOyD)=!*S{F@1DsTf0I z4T-T>t94Q=6OCCW>`i7G z4JyW9jmBz&(S6`50;?V23vfXIkZRU>%P8Yd1)2^gJqYjDm1V8P*B$a5Y&Pqe{mjWq_HA6ES}FdjcQ zAjC8%>75e;Aw(uUL{(b4R9`N?TcbTr$nMjhD3S%%u5#|M;hx1>$HSl*pKp;pg zLLY?8=LMK$Y_yszUHy@EyNzmZtxCG~2Uo8B#dN(!)h4kEMx|hU{S8DyLaTw9^JzyTwhXu>_#+Cj(drA3-scVini zrYhqPJdPo|=&@GQYPHKb&`%~1c`D8i;PzeD0=>c?m;-}1`jC>sxZS{Z*;imx>ot^C zB_HTNSo{tMN>rTf0_w0m#ZWM$A>Gb7obx3g2*v#^0TGQz05QFpF62fONMkOe z!b_2OAaVm4z=#_HW^?_{sb79uVruqPs!1dz<;|EAL4kNPjSBX|K_9q|i~cWoLGZM@ z8Q*{V9ci;!@_|cN|9qx|GNO{(?TwUIf+zD1Ya>qYyC8G_;(X{) zXE9(zFyTpPIXzmQ`P={>$ehQyfL5mbF6ibtA`f2(Vd%reKeZ2&uJ=^yHFWQqBhuM^KnQ_KB_U0l7^8V{W`^ZED@;s2kI$MY6w}i$u)eX0h+wUu z)9F%cOjAvSeKRw(JKLmbleF2wdrvpZcWD{{yo%s0m4j RKxqH~002ovPDHLkV1hG^aA*Jk literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/filthy_purple_pool_tile_light.png b/src/old/resources/assets/ariasessentials/textures/block/filthy_purple_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1f15610848bf239a634f7fb853a8fc1e23c5164e GIT binary patch literal 1356 zcmV-S1+)5zP)Px)21!IgR9J_FCP5gG%)>gH^WE&u?ap)+LHF#;-klFWXlXQ~p6>eptEwOW zl210?^&KysmiqvFHptEI0VKq@IZ(}74#$JQ594a zA-C=g!1Mj558md6nRE38;2i;>ijl2Trx=Go3`*2MP(?d% z$-uG-f2cW*1MWSEWJYU=HW`bQ*sdySoQKYzC!#_y&z^_CC`LvhFbbJK5J3b~bO|B= za)5~YG6IwcxCfGF0-6+&1i&~1YE=+&1h&l>$L#s2q+m3R0D{QC_k-XA5?u=16~hVU zq~b&#VvJ${%VQ%3H`%f6k+sgZ=USWM>i%2BzLa@)Ye zJ{4xOIulq^SrHSs-x21qTn5**!}2!Ns1TQ@*v(O$BiGVxkLxf*6;a98@w7=R6T5H2 z5tn?ndp_ZAg+TT;N6|WkbOgb+P5CIcwkZmxQ!E0>b^k${Jy;2GR-%mclsvwAT{x*-tmwF~goM zKRnAQlOiTe%h{PPmX&r;kd&4MNp`^8^1IkxI(liu+9PNBy5MwCugNTHH~<1Jh80O> z-2z%_tfRBABFWroQ|fJ-(VDaWYsLQkRbLl0sin14)N6037p47$b!(!uq@Xy~SfWXZ z))Gx>K{L*>F4$?aZttYChoa%^Ze%%2S>B{VAQ?@Yzzmhp*9D7|s}@T5%+e|;0SN^n0Ey4!Hy;1;J}ysZnV9Mdp=&Q*Ve`tp)W7T?8j%=* ze$2@eCy;mEe#7VcyO)YE$aC`RW+rW&PXY-Xc`{8@F;b4oyB6oY*sHtZV1YvY4{hx!X;^{D7sGo O0000Px(?ny*JR9J<*m&=P>MHI$=r>buEOwWunVFA7Y7LJC(z`>zG1cNAW;p8cfpZ%I{a0G?Y!F(A(Av(DI-utY5@i~1j_-r#1 z4GdI()2DgjyR*C6UtK;)@CK_5N2@euqOo3h)*6m$O~=fX;egFTXhxV)V>5U*gRojS zTAMd2~Hd? zKZVq)=VY_mQ%zAd)Ra<*<^QakO3Z#g=S@P`!UU`)pH*ewen{Uxe zmq*p^MRMWQcYxrl_j(snpBVRwBbI$foVZjc zSRzoE5E@crgh7*huG^K&=@ zdO@}@q_%G#MiXJn@}-4=7-J%^+VB&zck*yQsC$o@8X>;@7S9y6ee(SR@8n|#_rJZk zOn+@1_tg0n9$mTk;6VSeJ^RyTjvaqG72#&F&)NDQZ5JO`=Nfd9o-mqmAA|cLasWTw zZVv}SQ*Dcw!0e#}zXjJOFmiLgc1YMx)lxG$2&et#RTzbVI7z?bPLM5z)w^PdNjlpt zop1*skfKdl)Jh>u_%@&{^Eq&B%4Y>rDH+2|!N5i$!}8MPKH;nyufWM;$t?M-W26a6 z_~+C+9Cm||fHd=owSk(A4sH<{pV>LeU9*shD~4Jv6E&SU{l+q#J9lueubkz?#S3Er zX_m=YP1zc;darjQ^@;Iln(T8>)qAXs^}jktv$Zh37nE7OM%AR@0PvV7nkAX$)XKPO zw?#f$=TW+iGRCoQO)~xOR$#HaP5`4-8tbv7)R@)l*wI*&j(5w!L}^}v9N17J!x$+w zGK?kp|1`cA49le3E9q=LYdC!nSd}GY2?EX-nIU{4OEpzqoCdH;JxGU z(h}FM-=I1D2yxg!5Ed5~SY2Dk%m~5L?+<9rE;3aZk1Z|H>))f@?$GXZi7_%54mtYx qll0oF3}@ds0000Px)AW1|)R9J<*mphCl#TACXQ>VJ`+?jpiSu8CNAqNB`L?lRvzz&EBup6`|38m9^_P79(Zk+KB3QtJQF}xL9OuQqoaT2=?6Kc=3}Rr`8E5JW34-Ii`Q~{} z-~R=>dsFI-isqo@r{_*0K%0#J{9}vf9v^Wn`_I2z5k;Vpga#)PXeH5jVz2Ai+Bii} z*d29jnzC6bqmHr%fGgmuOOA)^+^q z!Hc}|k`V#agh7mKpEyCSO4L9MiiRa{$-r_=_#WJGzq*A5QOh82tfgoWHA^@^R#C;wCN(9`M6IINf zSE|%esg@&vAhP89I`|TaJ_YUp!%=fmaUxGKs;F3562aMN+LH6^c@>lx0#TJv7Rz!C z9F1QHSWbiZe4Q(p8I?u=QkRH-x-eumX}R|ol0#mesEYPQSPCGl=YQeWQf|O-aK+pa zH$ZVf-Lvf=yz%M=)9JT_J0F^G?&s~i+Et_!-trC*wEw;Q2>Dt2u7z}1a$wbV;I-HP zz}CraqLzIeZe3J+&N+D@c~N#yuJ(RC{s7{L2w0Aat=P9OKe`K)V2B`vNpQjN zt89Z4H4>tRc{Gn|GRFnK-n<1y#p%;03GU8l?_jmfF74Z!F+^BNUmt;#5+RxM<)`1T z%|6V+ji4U=&CQAbez)Sb>h9wkxe+3M_2;Lac$?X*Aw2tR!>=Eo{&=7tIG+Dw&Fy#I zO$Z9Rv+nR&ehBp+I<8^kgG(dE`of*T=n9XpCJnM?@;7{;(7CUCzg&adDu z9oG(|@-K+VyxaL<)v~ncIGnCGug9oE)*%sry@PgTVgK83#3lE3&mHbK1hTg|iq!nDvNrG)j6A`JufB4M7&f@;KA+1d z>)E^Kwq@l|5F%Q6@!9SSY%!1NlrE0c84#wnv|#pks=BxrJo4a0DiuNruetN*mn$y3@dDH7M}$z3Gq$L}7k>W^Pd?r8 z{#X0dQK-WzwZB~m-1EyJ|N7^rRJ9Uo&ABhx+#C*($A0su&kn9&X4G}XXf#GOaBh2> zufO>(gW)MsJ4O)Bo;}0P_q(_|F)FiJ!{&*zY*fyz+uKZM2aHBzM&k)7C7QP7wmW{t obhJa$G)yMbdD~YFG;PcO0Qk%%26$A0RR91007*qoM6N<$f~_~K{{R30 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/green_pool_tile.png b/src/old/resources/assets/ariasessentials/textures/block/green_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..321a47252e405c216082f23aedd4bed1a1758f9a GIT binary patch literal 1152 zcmV-`1b_R9P)Px(I!Q!9R9Jr>gFwACtt4h$|Nw1Qk?V=-!=Zz!=5g-VdPQcgV`` z;6@AtR4|I*7jPpI!#D&{5%W-H`rUK8``)VKqIxgF$`kjZoa-*lq zslnyYtf1WY2oOAca^VLqU4N10#9$rx2HaVX0lbH67r*D?$1l??1!JR4-qUCw;F}MA za0Gq{C!7n9> z0@k^tJ%BL?t`morGa;-5yPm99_Av;yhQQ$Yh@;<(MgYqS-C)rr7Ex^du}CTSlxsIVBvQL%CN)`G76 zqybj*^|u-@=D`2~J%bG=ReFp2cR0b16|;72b9yu)Nqc7;a`?-k+S9G8GOi|+SqVVD>@!=;Sko$(R z{qQF)eg48$j&Hnuz?Jb+oQxnVpk6}%F*f>Vd%yDT=*gt+QXDr;o#a?Vuoh-VQ1&3- zgOfpgAN~ovL96ayJI7)q$+4;ucrbbJu$;yVEbD37bd%!Ph)r@FG++SNjql58bh9hs zBC6V|yA;PkeUf8UMc3%gjvzc7N6NLA68frHVUiq&G{@e1RAD|`pPG#uw+}_alx~c{ zr8u_MB{{BE6)4=l4SBJSp0aTgstRGdE(mgPc%Vne$NYZx5Bi-R`{&Mc?(8|T%u(hg zqiTexkh`2RU;A}^{?^!d3@CzZ#sHS}l1|=UQk=(&zg@p`e1~1@3D?f~cHJ1m zuJwdTasGeu`L6YZOL5+w&n>&w6LRbDmd+P*Iz@-v=BO&ws=_%(ujnzZ#$+bLh(Qo0 ziwT{qgSD12D`~W0mwG}{eZi+s-{i{pLNcGfe(l+Px((@8`@R9J<*mrsZsMHI$=^{2aMW;cdx_Mn)HAc%jWl7j&+f<#3mf-DLiL?H*y zIeGHpO$0CE#hVvFP{~DOj=4l~P=YLR3C18q6XRxfv$H$X(_K~1Lv_#eb|%>*t`-zk zGga^VzIv~!`jtBT?VOAU8k>SEptIkjfZ*ZthkxR=ub##YHO7K>VE1}7;5~eK^ejg| zeg-#IXcKMHIf?cGP98tU(uqU2wEyn)^H^w?PCig7bc|2!Id*-87xV%}RjvOP0=4327xD zvvv}O+E{Bnjr~pnDxx5QYm!%jI!O}AwMDJ`x*`V6^2R0y_U&W7)1li6LG6Cs3_&vt z4dR-p4ns2pqq1Z(&$+y|#v{FqEbX9Q{P0Ph``{o}Yivb0XAeWK1DtN!MQao$i=Wa-t?u$&SpQ9Ub%pAl5F@cyO_~YN0NRmo22pz)5ljMJ zBz}&IEk&52Hi)3Bz5+z49m7$lWi?Ky1vPQ2iAL*~kZfKtlMJSALkNi0(MYLyw>Oz) zWJD8>wMat?+lK(ei%2c6EX!8D#WgYxEG#geWic&lWkh#+J2r{yjHvXU+&M-?!RC0( z<$j+Bv}0k<0{Ym+!@Rq41Xm@H+uBy&H(DP8z9R9hv01il?4?hi#rrUQ7ZjD!vX#Tt znaw??WFb&EH^DBwr|_PQ-)&4v147yp^0K6GE@rQd9Bwy~($agz6?V;0pS;PtU{n;0 zotvc2wR-FQuBGL9Su(En0s_vt>APT9mJG}INeWf0{;P+{uq@FQy!h$6V5>Xk((3B} z_A~=Od35Kb2>P=bcVO{M_E1vX$CfnthyRM^ZW%~{pKKl|D0hG!Pq!n zg_qOs{m2U+J;C~K3EBwSZui*6<_7Bgh4X?$*ZSb-ragiL*0Px(j!8s8R9J=WmrrjKM;OL`GdsJRdTqx|h=k&Rph5(-s8!&AR6anY2&v~voH)P- z;J}yY7l1SBCqR+H1&Lb^5YbEd6M;nj2nq>~?Ony=*_j^3YdgVCfzop6D~)!&o_XGP z-ktZ^_Ypt+vgO`ohRhh+SqGiI1;C^YFfDXPV_gSnJLFa(FaQYauZ20O{1rtYEmp=z z5fjA`s0u2n0T3leD3@YNO7V3`q26VN=WD-Xn(LT!2XU?ez|!<4izl1ZqXrd`f-_X4 z2HWLOlOZh|fl#zu!ltgV@}kOex9$UcSfi0lp{mFD=G6D7%ot2_oxJoXi)Wv3b^av) zbM05C^eV6BrWpvCFJaRWNFH8aH4i-0_>j8pv`u$TMw{L@1Qrf zIT7vxaQ#dQz{+omcGf}Z^ey6CgRAo|nO@sqqWcDbiG|Ckg=+-K3`!{oLLY#XhX-J- zzsb9p?|vr#@dj%3CUW&Q0Ml!5bw1&4w~lVU<#4qBz?4ZFEKP4R*M3FR-DYCpG63<# z8>opYK~(ZHdl?{z{59A6k$TUA;(6XB0P^@Nf{Qo$)9mW6%(Y*!6mD`aZJ;nM7Ed-& z>$^nKq86_C$O`9CGH@cp(f7k9LtiOHK)uI#4>x*r8~u8h#gk3$J#V3OM^ld)NZUc4 zzC@7B^fol)yl~d5bq;XAz`5H0+jb#J2%wKEPhUblyH7o8pgS6AU5AQDeW}f!M=9kG z-SCbM0!uY|yfS~msD5z}%BCMaXK9$<{Y zm?39H7Dn#wz<6)YU=szd-Fkot%Cua96frW2BQ|vnD`V`_JLKsbKXe8<9SY(DUdM3S z3+Fl|*I6IeKD~pLF`K$Z6h|mjg_RdoF4QN{8{4SWn*jYbs_1A4LQkoG(~>dNlKGz* zX0M6q;c6=}vy-g6sCvPok{Zk1I#)R6 zEO+ZvlG>MNLKP)Pa1U$T3XgOBOv?0{|HH2SO7!UV=Mg4WqC?*kZl9Xt*5l*2hc%)f zj-bk=m_{rfR|?a^)B++ebnRSkCJBKrI`uJ*kA@TJIO{N%^rJcrjjYjr5IIG y3ROJ@O)r=3_C(}T`0t5R)f1;Br4V0Qp8o|tjcV)f_hLu@00004 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/pool_tile.png b/src/old/resources/assets/ariasessentials/textures/block/pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..2c6e1de6b0a787229c86e2a85025ce95f3f2e24e GIT binary patch literal 736 zcmV<60w4W}P)Px%nn^@KR9J%J2fb0B^t>7V#F!hDa$gXIIPE zhf+q2F`hl~L%X1`oD>iC>#zRrihINju&UtYaSAi)H;j8&2XKyBKH_z+Wiy5Qy33%|Nekp>z@Rc-)7L@|RfuRA!HS@?Vab;kfy zRz`-@*lYqDYHgdLW`; z?Rx!Xp0c>d_P0gEfhcCX%QLK%o7H?T3#xz~A*fd{%qm12qJ2aJ5X?L(2_Y^dnE5E4 z%&*?po8^+HpL2ruyNBm}&1shMu)f{h4Fi#(M-%uxD;JxjAnqXElnoig(zhJh@g+Fs(=kt{9>b7~|p0dEX9%cE+ zFdMU7u9}RgD*H>H6#2G}@%cEN60;{%)kXFB`FI+&Cpz~)XP?LJiJ*@U=<^UiWKRTh z;E+C#-4hzy=dpW2WBWXIPb7Px(vPnciR9J<*m)~j|M-;|?dvxd@@X=za1GrBBn> zDHM89u#?6~D6SE~F^VdTFvd8_TH2jC(~I3%tzU~~cg zpu0nqk29a0?(_5Z0oPkCI!VH{G^L#+q;ZT9A&z5WkuvZoBBC5&_083L6mY6I=dh~e z&M__u&hnhBD0n}a@YCiRueP6J08Dz5>#Y`F-nvC6NoW~EY79vnV*+_a95o!6A0F`D z;{o*^r;2rs!Z~tlnOI9!6udb)LejIHG?&lyc7^pB7E{@ZWLJ|JSqMg!vbi~6*On#UsL zb(Q`Z2NoQ{+5x~v5vbOgn8A!=PKUb;x;y1#n6{UQ-%W3*Yu<=jqG+ZEoEr^?qAKNK zzciktdKCjO?E}KQX_O7p@H>!SbO4)~@ZsKoF^>zVT2PQ!41$yd3&5l1yo{V_nZjIT zCyFp>hqNt-Lm6kob3`9=;67%|%^RLCxUWNE0 zFd|@gdy72xnDveO=;|?BhvR=w_6g(ucTYI%zebEn$wq^^i_Hwb@ZV1x3otxzI^3nd z_Y@Hk()QAaNw4C_B{(7mRbOfhlir+mFs7~aGsJ%mFU<3Opt@-xKm+Jf!a1TvcD$eJ zf%oH#JR734&UvfeBh__8)!#31BFM6UqrssjE==`+szo)&X;RB5^&YKWB))2`>iz7a z`k|N69BI%7uCYQ~>Vd=F3r+_;-0i#58-k(<@AGP%X|ES#V*Yi!2-7)7_xT^Ff>~L+ z%gV|+Zx2qem5Q~_VH+CIUqz4vQ5t3wTa|kcAD4Onglse*cP)xaJTx_20J^dyQzf^y z#x9&AcdqIKJDAW1#>FYQwWWG($f(aDN(<+hRM<6#w19>lILnWiSX)cy;JtC~v&r&t zQ81~bnW{wqV@!&*LRJ)HMNyJhwfe632%;${!ssw_nW$)P*n~$Dwa`*y~^qjr>e2aSz=k0NA-`#%7=A*})4qqYCM$FR8ej^dl z-m72yN&jt~M%6N&G>sXL9n0&hob>wDe?p#X9lxq)d3}}9;BQPSpkS?Ht*`BOzS`ip i_Xbt4)>9p^+WrsxguiV9Uls`f0000Px)K}keGR9JLh!+09)e&{ zK|$CESy}K!T`v#2pu0kR@Xh6Zs?t`O=2@FJM$YFczPEI)8b=imN zp0t`%6HGrf{HwpJue$!1PrTaP8&9=T z@7~G_Umd`o^N2ABeNcZ;00bY{d;e~Z?0Jv6`a3^-60L#4dNK)3DQH_y;XNH|xuSfF z1_Ix6bhPAhB`K`uY~SH+pRQa24XzWA;~>TbuIun;0`}ZF%Hjo-v*o85IEb9C{i#r9r5Aj0KN{3!Y{;*#U!OWNv2wq?iAT<&Yjn9;>he0b7PwI zf0_piUo3n^E+r;2%-?qhH|r)!8dOuUc=`zW*e0~h$aif-|NZl)@rQrS1ZMMbW22rF1ypr$vW zQ#@{WSCTrQrWK&*xdJ8Ep+rXMR_OVH$`;I&x2N%H8yf0)Y}D{YpVxuPo_|oTawu3W z4i@LTtn$;Xft!I2)bZF%PQ-OJI$#&OI6#TWZ0EbUP@zQRzbmUWUX%#SUVJ zDpN_^Of=9b9LbFL#@vc|H$`*I=|oj_`|&T%)Z(@@WA^|@y=~e*ZTd% zsEba37GYx#MK=VjGS&JAiZi*I0*$DPsKUfDJM9P0A|I^uPC!`WVXE~tufO+Sy1@xnYe zc@_^?lQ+7HMS3nU*)RRvh3dC{p5Qs{GC4O?E1mck)be;TcAE0@6wj-!`_0@inm5`f z7SnS*{{VB3-VY6ueqO$P zij)8SfG@kpm>8367{7|CE9c2tlVsaw*#G2XloGDF>?&?}XeVX61f}RL7ffxQ<^LOS VDFPi}KLG#$002ovPDHLkV1iS=wIKii literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/purple_pool_tile_light.png b/src/old/resources/assets/ariasessentials/textures/block/purple_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..25b90693496960399ae6b7b4797d109057442279 GIT binary patch literal 1354 zcmV-Q1-1H#P)Px)1W80eR9J<*mrsaQRUF4Z=g)oj&9xy124<)*ClU;V0V9Z(6;Z1c7ZoIB5h%16 zlt{=>Y~do>)T+ouW{V6%A`_%VLSVG0NF_;lXPee>@5*W%v$-ks;0nH;SH zhjZV%=X}54^ZT89&i9CqhNr?c@2N>i<~^fYp#bOMsaK|W|H#`koM%`FS|PA5s=R;h zQQrIU1itMN5d;J3P6a^lfvFwa`S#T>SqgvK*9XuVXjo4oVOR>9*3gB>*7=0^mcyd5?7t;~bf_bgU&c zhUrFwCV{i>yo*K(ln=yFv}pGAD9QyCIJ_K9{Sm(Nv0Px;3RI7o{`)WK~ zw>HmtAt2Ven}%|*l(Luml>`(-J_Kx)ybx56qC65ZL0sMad*A^$^Wb&v85!Y@dYz%Z z6qMnY)f80IP$4df$~06{&^Cs-g$4d>HragCF#5~}^#1P;;?H=VJiG^85O&+*Sry@5 zasgH%5&&5UC?gd@$T6MkVp}_d8sCU4zhhNd?PboDl=*X+hH8~^aUJkp6&N>QD#ewB z@1W!IMJVg^I#zRDnY9#R(H^i|6hx7Ra=h%rR>jvqta1UOE|A5*e$w)HNxswq?ByU3 z%DyE=KW@?0HBzLIqC0~@;G$YrBB!@em37d2gaDzKJ^dFF4?Yby5G}Xk-Aw7ns|t(P z){udKX|<{n2gzOq^S{7JKu_&_k<(|tSn=~(by*^rz5n4V8*$;-tNujR4>RwZO594QzZpUefsQsiejl{39^ zyxvOb$15v7fCZ@~Xd&_qWQlN9g{?@~Pc+~?At0p0rJejZo;MCZK&=lUKUm0DZYYGV zG~;qIr7ySvx9D5jIFfJ0-kPq1DO>M7LCSoP5c%F-Wg6g!x)JLm^?lgR=Mv)4Vf2>g zpXQ=D!<=)y4yB{#yL6#cFBR1IGgqE1??=OV{O+um+G~1x6PI>7(>Te+F1tP)0%1Y?ggna zq{igrMXvsLf7bAo9*2TRHwsqqw&98&A`*VIMcfqh^;4SBA|3gKJeNbyGXBI zV5WVRxNtFfQGjFPBis3S&j(D;r@0_mIa7c)Ki|v#LkDSJyoQh(p*1~220zdIg!p^+ zFTuqfR1%Y3z0CLvlh{is7fzmF^7S2112PL1(i77pTP7d|*Knwbg!I@Yrq7+?ht{vG zjU@Ng*E4qS!zAlQNFKYJ;|KPUO1OV$J)3uKBW-N=;!abZd8oplKvpG4>clS)^KEd@h@}hgWd=l#P*w1qH tO=`8*_6RrgK2YNqr1~KG=ppO>jK!tmQh#1dzYTN%gQu&X%Q~loCIC7zT3`SG literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/red_pool_tile.png b/src/old/resources/assets/ariasessentials/textures/block/red_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..b55d0c5128c01ed912ad9cb75b50ab02a385ab57 GIT binary patch literal 1138 zcmV-&1daQNP)Px(EJ;K`R9J=TzNCch4k~2O_xB;6gz~G=gIGf^K|#1V4a+-yti% zhY-+>OA%Z|6Hp{1Gh+~S5tA5ZdV0Ehx@WrYt>dC@_YC5#4s>t2x&JVl@lkp#->*r7zBaO ze)^Sf-hI8*{*znVcxTYhm2PG9YGaT&4szvDp*(xgM}bi$6g8B=7s%2t}h$oiJDMp|OsS$t?ajQK1%a@fHw~r2XNO$9RXK1_!xP z3AkqMqFLNw2r%+O5KtCQ!H8EN1`{s?PIYfkRdv!{L{I|`b8Vc(w|8N=IRbFxWpP}n zo$gT8#bZ6AOY4xJ87;U zY41Jq`)|93D58P|V>%v^6(uw=aC|goKA$xX9d$Lwc~4zcY;Ij-aL{Kk=(DkTj!w4+ zW(0W+MQ z9`o5eQZDjHLa*kth-@3jA*4C3>lyC||@#Na%-H0xtoJceTJ`;1|+(cW(~?L<4rAv{IBPjDU+S$n@xRaJT}P?eSSJjM9}z4m^iUNsl2uIDMvLkP*a zVO~|~xgdmkWj$ZTd8*$SkA}$ooo!omFQKZ)J6+5IM}q@4FJ9*C=l|+?T~$mcV@CUX z_@bcG+aT|Ban9kK=gB`0se{q&_Sigkj=B!Z%@sw#zwB?k2xH=-oB#j-07*qoM6N<$ Ef+R2Px((Md!>R9J<*mrIXSMHI(>^|<$T_sj?kER2#E6F2xEh8TzsG#X-b;YwM!@FTcj zr5ithF>ztyS8#=fjfselxG`X&AwB?!Knz5X3^PE_^mN}_Rma7x>b`Snm;pyCsZ@2> zJ^%lybLyV^FZKC@Gt$pAd4N*G_R@oZSMbQUKXLfkCmC3c4d66vaUKGA4X=HDf)AhH z%g889w3+b&0ztu{<0m+IOS$H9p}Bu)5e@V+Md6_n zguXTOtzt3Lyea_=42&WVkOyH^D+X3^(`uA9ceEEkeepm~u5>IHKl+53qM(;$bn~1} zmXRBS)f!_AMr$;HQYh+{Mrn>B1i*)Y_Z}AlrS}Z0iq*1YP*tpqMx1~9P2T(JBo-9i zAj}j65AWDPFUu&bCAXH$7;GYs#H!&yy9pp72oOZ@A>h2H@}AN;M$R#)DlRN60C3~# z6|6zf0=+C-v-?h#)eb~*qcuvY$<9^FjYv#%!iPW*!G%B-BcQbgYOYM`%~%0$wU%jm`VI08!55l9ZS$s5FJ3?g_DocH5R0E7_e=K0uJ8-NQlmfcxK9vvvG9j74~ zYpo}_U(bO^6hv@M^5{?}%K*^UqW<{(jG#2XEHATj+csu99lEU)r10xz3YuwX5GSIP zhGq&@tBU2}kV{KT>?#WKP6zw`-rbCh;@~$Yu#s>)#<_{%zwH5RL_`1`9Y~Q9ks8zc zF?RXFV-!D}N2mALG){ZUxzW0wr!+LX)@%EebrUge!8C^Nw!||4kOw9YHgn$CwN`3P z4Y*SjR7^v%*DY+*I8PQJ6G2DAHfj2u$ZvN5Cpi!#J)1DvxJ+t>)_{_F2h+e+v#&?a zq)??kZ5^fP2)L?53$SX{Ekt*!cz4sD4iQ)SKd>4&!0V8i&7AJP8e1drE|49}B537n%JPQIi=O*`pK~*uRs+v6J>c6^}45|t%Ai+=W1uLTw7Zw)& zx2qXI<=o_6kiYvDBY_gQE+7hC|MYu?&+X#N?NB%VJJuL@S7B^6&a+Yq z?;NXxW%}0^uth<4W|q9$tD|NtSO5MCAB0|ShPnIh!}}1^>?w+Ze*n!Th4ILfHH82G N002ovPDHLkV1kM+TZ{kz literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/scrubber/center_cube.png b/src/old/resources/assets/ariasessentials/textures/block/scrubber/center_cube.png new file mode 100644 index 0000000000000000000000000000000000000000..492b4e13504d1791c8c1cf37df4cb60143ca5252 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vfeqa)s z!0?$X><+KKLZfBs^>csn4|01rFbN%Cy(j6y+?>uI#~^MIcQE5z`+v?o2i#m#>)hqF c6#kuJy1Ylos@gFs4QMrkr>mdKI;Vst07St)!Tzopr E0C(CPEdT%j literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/scrubber/scrubber_old_internal_cube.png b/src/old/resources/assets/ariasessentials/textures/block/scrubber/scrubber_old_internal_cube.png new file mode 100644 index 0000000000000000000000000000000000000000..42a6f1c4b7103cfc6f8da394491c87325bf11125 GIT binary patch literal 325 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSEX7WqAsj$Z!;#VfaSW-L z^Y->e-Ub66hJy_^>QiqtbO{`}@B84<(^L13Nj!gWZd+Bu%x_njH%w!A#3G>HV8M8V zQ^Aj+kf}r1VGco|8llGD`@vnX{ePkv5msS32Px(P)S5VR9J<5mtB(MHVlNnhUndgoF#`#RW6>#)L7^|5FjbfZd~P&#}Wzj4**(! z{{5GKj=>+V7q4sZ8W)ZL!(}6ZBmmL|z`&h}ZSG9c=53S5|Cvc5Y-5ZNmbf(ckO7Hd zo3F1g{(0YwEBN{P!H*EH>mnn#fQy)cGa&+35(cua*z4^|wDMlT=gL|jAz=J_Coc)> z<|}h%{(AAY`EgA)6t#H=uOM0IvJzRz94|>2xMtLyoQ;7Pf;^VJ(?u!V`3!_}A>8OS z?=>{7$f$xv@$i|H3?tL1=;&wOX@+jzswfgs8<|Szc;l8tld0Ouz3&GjIzWu2m4u27 zV{RMe#3_KdD!j>@v_CYr7p+psY}FbS?ODmzb3iou0Gx%U-nblXlX=(G+jNcUfpKmv zYu-@IOQq3rsh%8B$cWbOK|*3|@i!v7 zl5uOkQTCqG&3d|Cg?h1LWDdWyJX-x_I89sv3zgXb$ixw|LQ<=iI|j`}1v-%_lVy=I z?QQ`=m{80FCer!!sby0e22T-}dUomAU9HuvK+B+=oTtZ9Dlcpx;}y00!$8@eNVS8@ zCkN-VN+$JQh+Cuj-VmC#w1aQB;|$yyfrx`{eHf_Cy4WhpSMTj2t67q?TPk>)U1I1k zQr}zwR)hI`70!WqIT`F_)f!b@AXbnHRwiOtfh@>1dNE7C4mu9qEG$0cNL^xWbps@T(A^T z$fsXiZ5xSkMbxnA0@vR3A@b3v4vu`>>wt6l47y8HxLSMndf~~yYG4x1JzT8rct>JA znty{iVw*V7+#`24Y*0N-a^)2nHkZD3gl2fDO zNc9SQ$^mHC`9;?eO0GWNkN-vqv-_ zF|tN#_xC&*=mn=CD{u#oK66q;!L50;ADb$+-p9GF2gCwS^`AyulrO0|_<3S#$$KwEI&pgbE;tkDz^B7!sfz0{ zC!WbVcR(NfcV}qylDIK`-`JJFT6kQWvN+F-hb%4G>KVm#Pra3xlNPOmXLm!vIBWCa zZs58uB4)YFucN9Y$vkAsB+55?^cwkDId?$bi8H5xBN&UyGYN#Ee#Lk`*l2PMlYD5M z^|P(d4^&fXyQW0uy;!?y292gW&W={u-5(V)C)xb@)|$&+6``)6rTm^Nt2bm$PZg-q zkNGf|LPUsQQ*N8QlRI;vJWDaoz&(U&(9QKp-Zv^k&+4iKe9$(Bhe^y~_%+8@5BN4M o&tq4t15TfOy5F>^$2G9cf5d#g_Hr!!jsO4v07*qoM6N<$g0qB0X8-^I literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/scrubber/scrubber_top.png b/src/old/resources/assets/ariasessentials/textures/block/scrubber/scrubber_top.png new file mode 100644 index 0000000000000000000000000000000000000000..9f2ba1d8ccf1f3a7d2cee81ca1bbb51dab3293ab GIT binary patch literal 118 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}2A(dCArY-_ z&lxf@DDWKE&{S`Ince8y61G{F&tz}hZOIN)g9KLmdLzuV@`=cK3y`3vtDnm{r-UW| Dh+`jw literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/scrubber/stable_singularity_body.png b/src/old/resources/assets/ariasessentials/textures/block/scrubber/stable_singularity_body.png new file mode 100644 index 0000000000000000000000000000000000000000..e6be8b1e6dcec8352760154467b8fc52801e7aab GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1SD0tpLGH$#^NA%Cx&(BWL^R}NuDl_AsLNt z&l~bGC@>r_IKZm);XR+A4DZQR3A3x`eB8X0InHzeB{24~Aj65-jkE26wlR3R`njxg HN@xNAG*viH literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/scrubber/stable_singularity_inner.png b/src/old/resources/assets/ariasessentials/textures/block/scrubber/stable_singularity_inner.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ceaacbf2d2cff9cfea44d02ab93e07eee5a8db GIT binary patch literal 104 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1SD0tpLGH$#^NA%Cx&(BWL^R}N}eu`AsLNt o4>Ixsd50E!_s`{L7XdP1;6t8)0|Vo?1rNXip00i_>zopr06)MNHUIzs literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/blood_red.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/blood_red.png new file mode 100644 index 0000000000000000000000000000000000000000..950ac1144044384bc3c6da10a0ea79473dc06099 GIT binary patch literal 99 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|WIbIRLo9le vzoaJoIPbuiu*l`}3dY53JyHfUco-O3FEQpUTHa|6RLJ1z>gTe~DWM4feZ?C( literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/cyan.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..61d4ad38c80168c80152b1ebf771bfd9c66b2c6e GIT binary patch literal 99 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|WIbIRLo9le vQ$CdbJMX}lu*l`}3dY53JyHfUco-O_{AOGq_V(Waph5;uS3j3^P6K+tn#&fBbDmx=yr*OQ#o6z} z)F;e532#1&uX1V7ZPU{Eel)2=g(2p7_=l|qjD0FSuWcr_%y4OpeQvzeOGM(p1v42> dl^NR}GJZ*mEU(Coa0EJ*!PC{xWt~$(699%Px#z)3_wR5*>LlQ9m1AQV6!e{Hbo>fmLXxYZl<1ihW3$8m6N3USom!HT9SU{V&y zhxg#a$MCo-{Q!V#J1l}{2B2u_5C_8C8mB6e9K0WUW-Jnf^aGNEa}wip(kOg6Fa7fs zLf`2aRn;hLPs`YkQHgOnX%b#rL?VY^SYm5RJH~LkY8FnMMAEDCO~RYPV)oPx#(@8`@R5*>Lld%qhFcd{kI}i+EV03}t;14+ZGfXCY5ntp_Fi2o=#~299b1+mT zv?Z}qbK7&<_j;=?a+0aL0Z^qaAu%Hl0Lm^iI$+jjJxC8|AN)NZc@PpC!>PNWeX!3& z4bqDZzF!9b_UE0^mgOiB5gQyGa{!)oV>MBO^x}f&VKdQNV1VeDo07g6RkVrtVAoBw zbN7a!=UU+1?PuL=KD|oYPY!%0)+UC;Kf;=c_Zj~RQqd-|CCY1X*=3&`%o$&nFg12Je4K5cUg=B&=(Azu6{1-oD!M< D>2hQ) literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/red_tile.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/red_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..5e5b9faf4e4ad452416622c9c1c4ce1bcf992650 GIT binary patch literal 189 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|$~|2iLo9md zPCm_hK!L~k?VIqnw@ojXI!$=yUfgxyyh1?*W7qb)xw;Gq6JA;|c(C5Sm$kG>TX@yG zE$r^g&r6pi`YT^_yYAwbn0@H0^#3VWCLKDk@0I7>Rdsy33?`^-WX@-co$Nnh)12@R n3V&rP)GqF6@r-HAxgj?t!&PYIWfxDN6Bs;Q{an^LB{Ts5Fv&@S literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/red_tile_stairs_inner.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/red_tile_stairs_inner.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ee90b9cea40ad41fb86c7c7214a7b1b5c22a0c GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|mV3H5hFJ72 zoxGd3)quy<|BgDV@P-S?5o$?HT}GYN z=5P(ZeJwJNr&uktmb&X$enUp~Y$LmUCrj{F$vs!D?(R%TGi#21wzu`sfyU@F^FMLV jh>C98WBBlO`96laU9BF<%?=zuCo_1u`njxgN@xNA!faPg literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/red_tile_transition_blood_red.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/red_tile_transition_blood_red.png new file mode 100644 index 0000000000000000000000000000000000000000..ca85fc75ba89f7b1241b0de965871c98aab37775 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|Iy_w*Lo9l? zPITmJHsE1l@6N7y!TlqkQiuQX1Dgdh4x)^k0$jIFY1TcT@w6oW$Ay4vO#kCQ+?uy4 z?%=-H&*Oz;62(3Jnv`qQHCap}Ja5$}cKt9j7Wf+5^l3)$ky#HqpK!4m1ZlB_Pm=QS zlCWH?!ljm;Q{wI^VzX<#d4Lcr^NkI<8lJpz4Xj5Wdnf$x5B>sl6N9I#pUXO@geCyt CzDQ93 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/red_tile_w_circle.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/floor/tiles/red_tile_w_circle.png new file mode 100644 index 0000000000000000000000000000000000000000..821d3861d776c94a6e6e7aac068ba6a81578fc3e GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|)_S@)hFJ9W zPTnorY{0{C{?*$i&Ipa1Nl%Rgg_mq#7hpA;Z=>ScyYa%^&8;5!7pB_UZFM?#L5jg! zGhME)T-lyk=-~F}*A$*R?_d%-I8h~YZPvly`2FG+-cskl zs=Qrq*eAy=5PUP&rRkT!lMD~@@ZH}w@;{eh5!&5pd0)t1=)Li&89LsN4sL1FS^B`! rrb6?n5qsN_X2z6vtn-fio@@T;abJeS|MGo6hckG(`njxgN@xNA4su_5 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/cyan_floor_to_wall.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/cyan_floor_to_wall.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb14bb58858a8f114402b4504e4a475b3717927 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|`aNA7Lo9lq zPB7#QcGW-d7X zm94>DVCjSEiPsNtX|r+`9?JT}*KT2YD(Mp^o4~Qgd^K-_#|MNR@3}MIm}%hvbQ*)F LtDnm{r-UW|#Whkq literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/cyan_wall.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/cyan_wall.png new file mode 100644 index 0000000000000000000000000000000000000000..ea096d3cbd1b70d0c04a0d6d6252ed98b6e5fff9 GIT binary patch literal 129 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|tUX;ELo9le zQ$CdbJMX}lu*l`}3dY530T&q@>pqooe=;^O{7_^(A+YoD7$+U^JI@Q3qPZ N;OXk;vd$@?2>>8HJX8Px literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/floor_wall_transition.aseprite b/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/floor_wall_transition.aseprite new file mode 100644 index 0000000000000000000000000000000000000000..a14bc754635cbeb704134469bf1f720dc6f508a5 GIT binary patch literal 627 zcmb`F%PWLY7>Cbb3|U~Ktehk>ySZtk8M%~=Q8a1fl1rE}3o;~97KYR)HcBpKHnUJH ztdt@msbL{WSfD7kWY`GxdA>p85Ac4Sr?>ai`90_B^u!5q8PbR}J}ERph&EQNn5o0) zer)=G-7BZRN3_vYEyrfCbTS(GC*+JiQ_7!7)}Nhds|b-T^I)050X+p~IO(>-i|$-_ z8uY-Y?OFKoVuLd`RnWU(g85UO(Ai;xE@uw3I0|42et8GAUjzkf8o|Ny8<$0s6Qj zjy1~oB8w@SI3kE0YIq@q5jv`iqF{jn`Gk{9ESUt7MpTxXB;(<4p&)dkqGh1nC(Wve zR(@|OJc{p9pGE(CxV`ypA!R30{OHV?7`rdoox0VR8Esa>VdX?)n|1Hl9$55mT^{L8 nxpk@4g$>4JPw-)MJiR5+wr=qC?{9|kr<1JDcUs}`uk3#TWB07J literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/lime_floor_to_wall.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/lime_floor_to_wall.png new file mode 100644 index 0000000000000000000000000000000000000000..f53a8a70a2bab0230e43564836776d91e766fda5 GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|W_!9ghFJ8z zonXz^3T-)`33Midr>mdKI;Vst0F*0MegFUf literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/lime_wall.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/lime_wall.png new file mode 100644 index 0000000000000000000000000000000000000000..8477d808f440e186e24174c61f9522fb7e040792 GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|>^)r^Lo9le zeJV75%x`2m;L`alklBrQ!92$E{dMZmpFc0YFF9k!RT0S(hEIN8e9v+ME7s7BQ;Ma_4Q3`tavP`6g3)`(JY#JEMIkHp)0B{A{#JbXcXmVwN=H Y@kI4M_IgY6fi^REy85}Sb4q9e08z0(y#N3J literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/red_floor_to_wall.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/red_floor_to_wall.png new file mode 100644 index 0000000000000000000000000000000000000000..bb0f88bdd74117ec675056c787a04bdc04f8668f GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|>OEZ?Lo9lq zPO|1}aNuy6f22&)rcwRY>Bi??u$#N@9+Shp1Ft9K_xFVdQ&MBb@0Fmk=y8r+H literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/red_wall2.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/hallway/wall/red_wall2.png new file mode 100644 index 0000000000000000000000000000000000000000..8f16e27f64176ea726951de76c851f295a8ed9d0 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|B0OCjLo9lq zUe@MoFc4t5aGWjnVs%lei$24$MQtt9N_(U>em<$PTQ=rGK~;O#rOG{5Y?RV2f4x2J zYQlV9`DlkV9qyCo2>#Ctu&38QHne)VMT_n&B22WQ%mvv4F FO#oZjIzj*d literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/lime.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/lime.png new file mode 100644 index 0000000000000000000000000000000000000000..c1af956ecea3105f598efe688e873bb4b53a7564 GIT binary patch literal 99 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|WIbIRLo9le veJV75%x`2m;L`alklBq_!Zg7^l7V4G7*k>3ku86L3K=|I{an^LB{Ts5NLLy3 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/void.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/void.png new file mode 100644 index 0000000000000000000000000000000000000000..d59329cbd56c69938bae3924dc6903f668c9243f GIT binary patch literal 99 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|WIbIRLo9le uQxXz>oOfVMSmg3~1><729w~zvJPZuJ4vg{*DPBH6g$$mqelF{r5}E)=ml*#5 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/thresholds/white.png b/src/old/resources/assets/ariasessentials/textures/block/thresholds/white.png new file mode 100644 index 0000000000000000000000000000000000000000..a449decfda83ba650f4418e380e7f90a7f528cd7 GIT binary patch literal 99 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|WIbIRLo9le v|NQ^|zn+bYL0EN`JFkRk!j*=DDGUtRr&wf`KP(LfDrE3<^>bP0l+XkKc$*s_ literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/uncrafter.png b/src/old/resources/assets/ariasessentials/textures/block/uncrafter.png new file mode 100644 index 0000000000000000000000000000000000000000..c3e411f1720def247e5f24c87bb7928ad8c3a269 GIT binary patch literal 638 zcmV-^0)hRBP)6hWML&$MLCqZ)O3%2VOOexr0!~9gmxdWihC8J8MN&91 z#*)^^UhpFSR|%rUA7$Uz7M@|dN5$?70{_!80JvVHsTI|n)jF$Qex6Sq1?STtF96K` z3V>3azW@#ZfO+fPMPN`fMQBck4`=#lFf8akt9bmb^a`V(kKi`p&=tBj4h(X(jdeA>o3admPB1h$!N#vN^g$w7A8a(A!ASH$LizV;`XC&^MkM+m z@vP@H6nuz&a?@b*8H_|9B$9o8iID=4=z~OWAF|fFUYeg3{iRv(2!0>L0{Rd}$%haB z?DBXU8|67*qekqr9q Y3ntjyyX`5rO8@`>07*qoM6N<$f*2DP%K!iX literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/uncrafter.png.mcmeta b/src/old/resources/assets/ariasessentials/textures/block/uncrafter.png.mcmeta new file mode 100644 index 0000000..e96a96a --- /dev/null +++ b/src/old/resources/assets/ariasessentials/textures/block/uncrafter.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 20, + "interpolate": true + } +} \ No newline at end of file diff --git a/src/old/resources/assets/ariasessentials/textures/block/uncrafter_bottom.png b/src/old/resources/assets/ariasessentials/textures/block/uncrafter_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..9d57d10a5a16a1db961726586a2128c5c22f11ca GIT binary patch literal 611 zcmV-p0-XJcP)Px%9Z5t%R5*=glS^ycKoo_)%A+SEwNV@ei!>(Cg&~klH-@gV>K|!;WLMdG(@h{y zx+!X1yHyg!wuIhxyKrZ4=!Ib(mwV^TIcHv6fB5*P5(0piO~YLJ07O-ZwcXUzwg7`N|f2Ls-$pYXdDYrADGeZIa5QSs^Zg>g?=g2fMrDCe zw<}oJi|xb0ZUIZDhtA<#@y}b41=(#_bMzs$@?GQSlhNHNkI;qS`UD;BG()N z7%I^Y2IQv2G+h8_nf$ILvmNe^hFomcyzE-c-Hu^Z5mhB3s!IHBLF#&1>%&llO;#BX zuB#oZ5mZ8GSH1i7ld~e%#p=zuX>k*ulgI$K@3}obAvdkPl@E1&bX?}r*D8#Q4VmrW zcP*o`U|ejdgm~`6+_V6=I~tPNg(geI;XaW8lU0V>_xjB6yY?Ae0ChHtVlvy&j$C?@ xoA_MI8#eXc2ZtsamBoLbXk2Wx8&xQY{{mejCn*iI_xb<;002ovPDHLkV1lGj8N&bo literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/uncrafter_side.aseprite b/src/old/resources/assets/ariasessentials/textures/block/uncrafter_side.aseprite new file mode 100644 index 0000000000000000000000000000000000000000..462c249d9e4391a85ec4f5701bbfc2ccb6599036 GIT binary patch literal 760 zcmeyt#K7=iDIJ`DhpS^Ertr1_LQAnBc{43mw43jc0gs8oN6tTN%<=)EEJ+EDS(*xBDrWy0TlxKq z9sAa)t+R^otlDR7uQfkkfOlf%!8x!0iEnqF5nHyf`^PQLgcB#{{5CxCc*_0mWqhBD zr+%_J9Q@AcQD?h?Y(mG9i+TU|G_HN+d(LxD`eaiP_GM9LQr|lA%M`LTZ*IxH`y%?i z#mvKdBXf@}`|)wMt#`#q@sD*sXIwovw=C++*P6X{d!$P1lWVNaue9Yq$eLTGw}=1E lRrbmq{XZ)`^jiP` literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/uncrafter_side.png b/src/old/resources/assets/ariasessentials/textures/block/uncrafter_side.png new file mode 100644 index 0000000000000000000000000000000000000000..af72d660757271b8dc9216867ab557ddc10dcbf8 GIT binary patch literal 586 zcmV-Q0=4~#P)Px%1W80eR5*=|lTU9FQ5400!wi^O!<0H4F6Iwlt??!=_r1J#?mg$;`vgj5m%!e> z;lHd@4!06O^4K6T9@Eoxo^5Y)cm*y8e0=p9oB;qT<_o?oD96}%H)FvU++K0wL2bz@39z~WqP+xf6CzEG82Gyp@?gDyo5>$Nl;Q4 zeoKPZ{EI=LKV-0a*bFbS^{N-(FZw5=X$`^|P*O;ziW(mJGnpnMA2gh25P-XB&BG;i z-JOjJc=J#w0)zt-c|sO}Mte{@pC9Gr+YwsDLsW zfo0NPSj39U2y?&jk3ub3X8`oo)k_lAtM8~4w}=2}mN{3%KvGW>F*5l%d4bi6Td2-} Y-|lSOT~do0^Z)<=07*qoM6N<$f^PQ!*#H0l literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/yellow_pool_tile.png b/src/old/resources/assets/ariasessentials/textures/block/yellow_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..eeb763b339b9f84304d46b6e7aa5731564b69aad GIT binary patch literal 1287 zcmV+i1^D`jP)Px(!AV3xR9JBfyNDlSC- z1~&?V3kA`I`VY9MTLpIo5h`kn);6RyHZ^6E$^3dV@7;S`yw^r4bElBmJb35LxrcMl z_s5ajzh2N%JSG@|38d-}0YzCn^AVf3-=$ktWX>?E0*|E$Vx*3rc#n_2`;fiPkTg#i z7bQz4jv_$m0~cTXl>Lp1Ov=CV^w&5M7>mam#bGGLGgeQhs>nM(VJz(RDq6wPN-RC^ z+3S~V4=Y|eo?@+GzujkMHY0DP+-vvg?hV=5>f+AN5X--eU;wNd90mrI2ZsX;x&GU)wAnyr8c`OFg(!|N2|UY*disC*k| z=cs&_`MKxVZf|h6eT#*;Qygh6Ai&PvU*u_v<>P1Y!z+keL?l6sW!Sq)ny(>}kfuw> z``^5(lW_d@`Omp?`;Cb_u)h8!#poI#3;_pJ7&}MZr$C-R%W!xl5>o5hj^f0`UgC4A8PlLgA%l8z**maJl@R2 zBph4gqC60E)D%(wKWG73BI26E!jyQ0i{aRZD#`<@9>fAd2t6R6nC6a?`WcD)s)Kn5 z$Ic$$ID{w==W=Why;Fn#_}@ODG-?R7B6DFqj)}&EC(4hEGe!|4{UZOm3cjr=Fz#;sEi|c(E6~ z-wPHsFip>6IA1vxqI-jR#npb`zc{WW9QbybuIDkoK+~&9ej}*H_ks}0sd^s6xiPMW zR^Qd3INB0IFswsPc9_V>(upZX)D31gm-5W+_5#I}f7E|>+hI3=m z=-#lqzl{|A8>*5ZV(`98man5arq{X5-24m8I8N4cU$yBDH`(v}fJ>HXwVq@qTgTcA xXXn_s^CRA;9GzX@__31&UjjlEN?O@b{sljCk!mJV%m4rY002ovPDHLkV1g+!ZL|OY literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/block/yellow_pool_tile_light.png b/src/old/resources/assets/ariasessentials/textures/block/yellow_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..21c96f550814f6e40faef05a85d2d1351cde534e GIT binary patch literal 1331 zcmV-31Px(?MXyIR9J<*m&=P>MHI$=^|<$T_n5?(w}gPtAcDlb2q8WQE`hj4u$(!i5>eWMZP@%=FCkboZ^tad97gyXTdc78IwtZ{6?v z&N+3fPN~bko)D)3I%=Yhq+(GD1Yz&}XPCMCD$CB3Sku@ukp@Tr&;Xw zNm~i|z_D-7HWc7OEdCV+?_KolXwhz|i50=f4Ly=T=q zrsw8}z{1?;SVW<;qLUpJ|pnSy2- z8pIWmXibQ*7F(qwF^1F_4&VPSX}S-4`ioas?Dl!`$lKVGu(svcl;PiS0X8BcfEGbS zYH|@NFhi)Zg)T}TL|5OjX{`1t=SJ&dT&1DewI1*5JU1oA8cbst4u1or_zc@q*=S-j z=MAs5Qe%6-W>HXO$gB7D1h&z-oTUl@Sv#fvYl5`;U6F6J07p3xq?%h{OyZWwisI4M z=t6wsGaGZP*|#ERv{6-kz2^mCLhxO*h_KQftRdQL$Ge#}i8m4^C~eUp3bU6MniAKO zeGAMtf}^o7ANzpkADiat>J5V20U-+5zWq6r%Fx$mPtxzbb^Am&+5VV$fqw6Mv^KCf z^z|+_)@0p(Z?3I_A;6D+t&qnQO@vNjHYdFmAzR=W6s_z48Vzl$i?f`@ncg^FZ>LS- zRXvm=tz!B8my^~7XaH?VI6<`Db3{nBB1$akf$qQ&leKE2NO7=GtXwIDZsl?1OjQ@G z!7b++-9n>aX4%yhOl4z?Ys5&iuM?e(NaF-{h_MuqVD}$*lV^5Z<-(OPnow0V)p=gp zvF&w(NHmEuLg0yq-@uqQ`kza$vvU1Cd|5z_*@3Ki^-~U zB$*{dKe`w6hC`<3=Ki;L&pG$AaLwGJVY zv(o*J?K_WBRB*+{;ll#f>;x1d9;GsZpJ%y0!&3JfY_gwD=Rw-pA&kkeW;@e={y+#R p+otYe*N%IM!2t>%9i40&{{sEQx_>ASsAvEH002ovPDHLkV1j)VfiVC8 literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/entity/mob_capture_ball.png b/src/old/resources/assets/ariasessentials/textures/entity/mob_capture_ball.png new file mode 100644 index 0000000000000000000000000000000000000000..156959541c45b36f8f9a72459d1b9bed28f62a2d GIT binary patch literal 289 zcmV++0p9+JP)Px#+et)0R5*>LQy~t+Fbup*ebB(5Ra#Wi7wiEA14EOBCJhY)luj3)r#furt#h>929 z`&q5MV+XN?obdThB18m#zoyIBs&&&Emm*yYy4={!VXv+-39JQ3LI@<0Ey#lOca&w2 n4C;p0Drb^%VdexKn||jXS^G_eCGRzl00000NkvXXu0mjflIwEO literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/blue_brick.png b/src/old/resources/assets/ariasessentials/textures/item/blue_brick.png new file mode 100644 index 0000000000000000000000000000000000000000..608900ee7013127e89489678814197606d777520 GIT binary patch literal 280 zcmV+z0q6dSP)Px#(n&-?R5*>*lD!IoP#A`v13J`VU_(M%5CkqRK^M^A+64vOPqcOkN(2ox6)hpO zXxO5I!)b_9D)=+jJAJ(HJn((zz~97jTxmJ3EcaRyq~?J=#~4m9M^kxPuY~GF8>pP{ z;-e&@EmS2Dmg7o$u_R04MhHOf_TGZCN0vU{Hwe!j{qd|)qM$qo5bQSJBbFsqP&tKH zP?9DHAc<~YL6$zzI|cw*5))qhTJUk*0}$ViLc1Tf0+8lt`jON@3M{OUm$ZTMDU|9z eq)|`{{Z?Lc>UGsoIdd`q00007bmhz6yA38E?>E`qWwl$>$201Nu!E&fSjYkK$8s0L cOkVwCeB^BNeM_sL7|^Kzopr0JtSueEB3+>nZbGKapuj_fKrSlL4Lsu4$p3+0XcD=E{-7;jL8QWSrkPUFPOwILwiZi5{_rH zB(x=24LT%dTS!apo?*nXdxymA9Wz!Mam?JY!(#eUX30}}&oVQ;mhwFEdY75xx|ETp t$Msp~%Y}>%$w#ibI4eHuVoTUA&ah8|@5SN`@7zF6@^tlcS?83{1OWO1L0SL+ literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/cobalt_nugget.png b/src/old/resources/assets/ariasessentials/textures/item/cobalt_nugget.png new file mode 100644 index 0000000000000000000000000000000000000000..48d673721c213104f4282d3665e3b467324788c9 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPGa2=EDU1=0+fx$MC^l*{fiNV-HW zd(Ys!l)-$mQP!2iKq*lsjw_ND7O`tAX3=5_@s?p=*z}lbYt6}X*FZLSy85}Sb4q9e0Avv-WdHyG literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/compressed_obsidian_sheet.png b/src/old/resources/assets/ariasessentials/textures/item/compressed_obsidian_sheet.png new file mode 100644 index 0000000000000000000000000000000000000000..c5aae79484df4e97c20bf7b2c0035392356ab774 GIT binary patch literal 543 zcmV+)0^t3LP)Px$*-1n}R5*>5k;_ioP!vViefT=pc4CL534#bgJLnXNf9U^DJL<5YrjUgA?cCEz zK}tbT_Vj2iZS4d9k=b}9phPPx|K9X_a59=no}S`e!R7LrB3m6v-V|Ieuf=H1uKI;B zhOR5A+bzrdi@Yl+vXwaN>4%PFR1ktN5Ku}}&E(mg9=v%68 z2PiT>BZ(54L&Mk8o0knDn@AQH80`=VJXXI+eStNOWR$b7*YpfLR%_Pv-Eo7H$%S~E z;#^7y2kLf1*={k)fYQ|MBgRAwLqjn>W4-;Mo&|9<7Jv{A_;^Cwm(0fJ?CLdHJmsOf z#VCt07Of21@>T(uCs-?kALUH^93cQgWMa^o&Hj#lXgGupP?XKR`a3jco?pqxdV&P3 zj_8LL1yt>h$i{5;KlwDdKxsvhEZJ7K&#iB+zM(R|kT^$7)UP=MVyEoKv?urpe+3{1oL~A*r8I)f=2k==uhu z4O$zTZci~j_Zt1y7ByNznPl7kF5Gs3%+)8aEtw`V?Hy$K)1>R9IamBcoaX?8A8 hZ~ai5Nd?r0z&|;yz_IHap~e6J002ovPDHLkV1kjI`cVJ? literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/crucible.png b/src/old/resources/assets/ariasessentials/textures/item/crucible.png new file mode 100644 index 0000000000000000000000000000000000000000..4c1cb874fba750902cba6f586452b9c836f59846 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|;yhg(Lo9le z6BY;WU@I!tfFBWXZs`$>HmaW6pnVe|^}1VYXUHLk@@X##sfD zhcx7-eY0P*W!}Tb)7P_@8X6cFeE3{o45SR+?EcvB@O-;DkB&j#FVdQ&MBb@02cFU&;S4c literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/dark_blue_brick.png b/src/old/resources/assets/ariasessentials/textures/item/dark_blue_brick.png new file mode 100644 index 0000000000000000000000000000000000000000..608900ee7013127e89489678814197606d777520 GIT binary patch literal 280 zcmV+z0q6dSP)Px#(n&-?R5*>*lD!IoP#A`v13J`VU_(M%5CkqRK^M^A+64vOPqcOkN(2ox6)hpO zXxO5I!)b_9D)=+jJAJ(HJn((zz~97jTxmJ3EcaRyq~?J=#~4m9M^kxPuY~GF8>pP{ z;-e&@EmS2Dmg7o$u_R04MhHOf_TGZCN0vU{Hwe!j{qd|)qM$qo5bQSJBbFsqP&tKH zP?9DHAc<~YL6$zzI|cw*5))qhTJUk*0}$ViLc1Tf0+8lt`jON@3M{OUm$ZTMDU|9z eq)|`{{Z?Lc>UGsoIdd`q0000+u5GdVsxCY68E%hT&o@so2noMLi|>6)Wf>j%?U#-{n7swaKZ z{o^YnIn%{$nf3SO6KwOBq&)S0uz*u`^?Zi;9s^w7vrWVNaF~ zAzTetgzxzLWm~Bpp=}zGG?CkILwNr)!QHBRJNQd3-)hpG>BR7SRTftso7h*oPX;R5 zCHk8_L}W4er7HeuuH!mzr18(R9!2ix@B;5=3g&AU{^g$@ZrW9+o$qinrz0}>rXPx$5lKWrR5*>@kugrgKoCWr6C0wCL9nSz$rUW6q2d6pI7Lb-j*=^+p~@L(BKZoI zXmArbk{1%$j%5n8X4gj4h-p?kn)m0=4E*nSxVdd(6}G?CczwYB-(9pMI-saDn>_Pk z6}Fo^a~R)-A14Ldv5@G1+fuG+}@8!c|e=1otx`X$plI1jKbx;5-8tv?0FoJOcbTB|9H8ilULSQ!( zu*U#8>n4}z07UxbKkvYFw*`%;$(wLa605MiJdPx#&q+iLQ!xs{KoFb_zQM*f1O&xG5JV9lEQnyGO$sY3JF(DLTwpBBh4Hc{ zLKX(X-OTLl9szom{kY>l+?)Zo01Ck_!}kohOvDj;N0S*AuBJ(4-&?7_iBme_g5k(1;rm54P#EPF|UJK25*N9-kNlMIv2&kVo! b&(yo#xuQYJsmNr?00000NkvXXu0mjfp&o9n literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/empty_spawn_egg.png b/src/old/resources/assets/ariasessentials/textures/item/empty_spawn_egg.png new file mode 100644 index 0000000000000000000000000000000000000000..b650de1ea52d9c6eab6efd3701f7f4fb2b0b0d62 GIT binary patch literal 489 zcmV z65aqL*bpOQC)nta0f}stIwq5sq#_L>32<%W(k5*x&ye zp@|F-fp|QIWzFLIE{0)}&3{;Dap>x9?7Imv)Q2CZlcr! zgTZeW7neeTZGYkK&4dGjK)AlXAPAmWSjb^nSsown0a#xCJodU$ew08&aGV~Vr!dWV zJnsp|`58gJy!?*qy5V_jucHtXi79SwF7UkP(EHU@9e_^fp2NelP!|cY(`k`Rrb4mn zzTozH56Hw%7#mQl9c$h0Kt^G$t&Qvjv|7JNr&AmqosCgPzUHXP{#X40%^0f}Z&MsY00000NkvXXu0mjfVnO5A literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/encased_singularity.png b/src/old/resources/assets/ariasessentials/textures/item/encased_singularity.png new file mode 100644 index 0000000000000000000000000000000000000000..216367e5f54ab4cbcf36dceea9f042eaadd8a8f4 GIT binary patch literal 307 zcmV-30nGl1P)Px#?MXyIR5*>Ll06TCFc^gIZ2*IjV2sh=;G~0-gE8*>d>40jG3ew+QX^i^Grtf<{O)iS^+dyi!-2(vL;)Odu zYk?>n)eTmgMeQ>KErbyU0k_8qL*mA_w5cPu8&1g&*wzEog*W zXjXugWx}q;-ypPx$4M{{nR5*>zlD|p=K@f*OgPluaIF6jA)auM7-G$ssq)3~_r?5+5XRVEpDve#5 zKu`z-0zQC$%DdVN;xnwpa5e~EgdMoK-hHY0ul+=G(Y3F1b}qHvfcsm+54Mr|i6%HHPc2}8 lhnZz2w-c+Z>u}xn#@6R_Msq*5$#*#@6=#Mr=dgiKW#XmbR*F zZGBI9c=YcZ8*qGl_kLysO@_W2014 z?SEFmiyX!*mQt-h9;`c(&%n&=92|VP9%QoBIrSI!q*((P7&i6UpZTa6w;Jdf22WQ% Jmvv4FO#qzbWiPx$dr3q=R5*>LlD|sBP!xy16qiB}%w!kQ=u`#8SGa*zx=7}B=%7$=QV{V8M9@hH zm?x0Xkj)P1ROlF5=~&VyFc~w}Atvc<@elMsxaa=PJ>NMe99Ywo+`GP;uSB08lof5s zHnL>1*ShgezILb*R)?@C9d!0di4+?1b_t5H4PyI zqaZ-99>R77v)PiyEoIJU9Ai6<1j%%OFp4k@1K0N@NQsXT0B+|3x^LKy!)F{5+7_X0 z;ZA3Sn_JL*ODkpPVh5pZ!OcBDTBUO#Jt|Melxq##>8vQW{1bs3vUo2~#uA8HgXHKK zUSEn1Ov}z6xzictS|k0wlPfzrG}~e(OfHsS6K;9fEpP* MUHx3vIVCg!0H;bK<^TWy literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/green_brick.png b/src/old/resources/assets/ariasessentials/textures/item/green_brick.png new file mode 100644 index 0000000000000000000000000000000000000000..857e6fde2f95a054c16570baed7f2e076c541b4f GIT binary patch literal 262 zcmV+h0r~!kP)Px#z)3_wR5*>*(mM*mFdTsKFZQ98jvm0-S%hB6J9!s37srB=2T%l;7D-=mD5+^p zAEW-KCh+@cNZ@bAj{@aKf$HvyG1PqTmbhz=JeH(~XXCyCHq;$6BBr9gi14F8Is1_L z!x=>Ya#aH0oGVmP;p&Cl(i_ppgbI+yv<}!JHU!YU2G?BZ$QS}BZ}}&nk_r*dfcg*e zSXz;W#U%rvxMsr5PA>r{Z?kA3LrBBc5zNRGWKL^SzlZ8x4x-0oneEP)Px#;7LS5R5*=eU>In?h*QSa;Xexh@B!Rvv1#7(`~Uy+?-1P5&F~+?Kqz3ss(Igj zhTg5);6gPI3Kr1`q@A8{qH7(6Z48!IxJc-32ualNlJk zd}d(a;l(PCnK*16{D5?=j*x0BQ(>of8AYhxZUe sv~?L6rccDsjN1SP2Fyf*Mf2bQ0NpN4!Rl$Dz5oCK07*qoM6N<$f>gqJ-~a#s literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/light_blue_brick.png b/src/old/resources/assets/ariasessentials/textures/item/light_blue_brick.png new file mode 100644 index 0000000000000000000000000000000000000000..86a7526c899cce115e59f0f97ca603f8aa0324eb GIT binary patch literal 280 zcmV+z0q6dSP)Px#(n&-?R5*>*(xD2%KmdpF?_f;obtD zP;_cUe2d~DLO0BC(Cgz|f>Z=h%x3_YEcdvck0uYDdO0>CkqQAe*61Gi6p2I8Y3e~n z(h$J)xPAs)&!>>f0^nQ%EPIy-Ppc^a=k;7@+u2wEA+`1+l7u9D`2{rsrBtNuJ0{;1c4aO#-M5sS+VbA5skNCC z$FjhKQ9{o2W~B1jMNCo3Y&Q*Ag{kHb&2ragr}TkEeqst2JbZa?Px$f=NU{R5*>@k}*reKp2J}#YBk2mOwnUSv*9FgCK$~{R0k`f{S3??BeFCpmeaf ziA$Hb>FVO*9}vM}H<1!Vmm<|du%;AjhI6n+Tl5F$x7~5ybI<$T!Jn_b-i=aPSB0_- zz{$oS0858WCM}EH)IIZO?XI5wUchX287Ty|X>xm2<@LcQrfHal0YEO9RKMyxuE$j- zkx-?yu1aZLWfBRMOD0uwPe$ufT35|I89@fV1FFw08llegfPv=Jfz^vmiFlJF)yar(P%m?4+e18W2@|xiZ3uxnR_YCn<>-MS&fa^(eQ};L{ zAK7;=MghpDYK$MfM17G#w)h5sZA$KZAMh!ZZMNp>0Mvs3+cY}{FOhNd3R`n^q!1je zwTWq32WH}o7`UFK5r!PBwb?xW%HIWWJ;{o56CIeeEb^&Z=SGNW8k@&DZl%)o526V9 yR1Gk|11SUm8|Onv5vLwJA%!4lwR&g%AL<>f^nTNTKNUd$0000Px#$4Nv%R5*>@lCKYfKpe$Cu)|?7xiL343^F&2%w*DF^B=aDv^XLb0wXz!$-v+S z20;9QP@S*c-S>Uoz1zW`%Xadv5w+FaAAo7KLYe`#lZ(j=wmxFMXoY+N%49Xwi-A;! z;rJ^=X-cll$#Mrk@2~+N(_*A|g3y2X#5++&7ufpsMzAKC-oQ8(>&SwzK390x(=9SB zMw${4iW=_jUp$|0aCQ~xok*@hQKd|7GB;KLs*ZVPj9SgzGOZkE)%lsaAwR7Px#=1D|BR5*>rlfi0*Fc3v=jCsk%&vF+i@8F-%ua+FGk_+PfNt zoZ$>Zfd5FEru43(r?4@Ggb>hL)8heoo|AJ9Qc8pno*86WMoKBXUN1-~F^(ex0CrcK za}Mu47-MLfX6G&qs;VN+IRGF@k}vS3L0OjMy+<6!Sl1Q9FdW{W8dz&-+cqerAcXi4 zJ~hxUuC5Q;iviu4kRPx#+et)0R5*>LQy~t+Fbup*ebB(5Ra#Wi7wiEA14EOBCJhY)luj3)r#furt#h>929 z`&q5MV+XN?obdThB18m#zoyIBs&&&Emm*yYy4={!VXv+-39JQ3LI@<0Ey#lOca&w2 n4C;p0Drb^%VdexKn||jXS^G_eCGRzl00000NkvXXu0mjflIwEO literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/partial_item.png b/src/old/resources/assets/ariasessentials/textures/item/partial_item.png new file mode 100644 index 0000000000000000000000000000000000000000..b08decaf4efe1e3b106da479df4f1e80589c0dec GIT binary patch literal 385 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D%ztvy{FLo9le z6BY;#FWnwS0 ztd;ZF1A)YZ1dHp=7fwaDKWm?^@bMv=!Dd5)0`G_BEV0I`7~cq-S$^Wchu=B&`n#U7 zyFaT+FZfXRkLjodZ$esng20u8gdb&9lT>`(z1$f2ZDZ4=^ZScF)ix&1kg*YS`C>Tt z&oiYKzDbw%wCZhtceB)#?MXyJ+ToX_Y$?(g84od(g>NS%G|s0G|+72F={P*WN0Z-DPlI8oBH}d+-hhNf)5xmfB1!AjMG<RpNk=fQ|OX+^~an0QzpH35B3wx z`Z|;O+UD)HcbO$j4qUQjZn@&H<=G_09v`-aYuVZotiR;tGf2)`F79$-LsdhFmczW_ zjM)7FLBfsfrUE_%&hzhR@mx1tpz9TK=4#iMKiTgTe~ HDWM4ftM^?D literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/raw_vault_steel_ore.png b/src/old/resources/assets/ariasessentials/textures/item/raw_vault_steel_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..228457def352ef119af06f30caaaa35a44a79b3e GIT binary patch literal 630 zcmV-+0*U>JP)Px%FiAu~R5*>LlD|(AVI0Ok@3lwo+PmY*&r+%s5Cb^SaD&D;usFClkhnVX7rDsn z%%rQtjY!@oKa5oo(9)I)rG--3p4^=aB|w6j@J!$2oA;CF`#ulcP@+A|LU47taAAL) z!tKY})0z3l_ojI9@)h>|40_XNc5(3>dL2x(0m&ybGP_&A*9^xEg{0mUr~D~PSPhfP zZaUXF6SELZJbxzNzFWo`OE}hPh(t2U$1hoq1CLP4ms%JmV-^L`#PwYHbtyZyeFjkg zR)6NO$3}>%5fa@AmX}viV-~4IKb{qJY9~$Sv)gbKH43MJbN9jceERIq6adADI6>e! zx5w_VQz+6uHHl(c1fduiGtO{k5;|0>uIEf>eQ1hyevSfA$`ug4&q3}No-S|?4>8mT zNBeth*6SQ?73uBmAr?1S@lKrG+UeyKG&4%RuuC9(><){dGeWIU#tR@M6cpR0^gWNR zYlujQmZmzF9E3Y!GS;KYdc8`iQpIh$Xx%Yx_jckQR1pDKg9Eg*2ztXqzmTW`P^;AO zn;Lf9l8y4d%$4@#*2WIUfy&UWl(g+GS>8Lq=<7o<4A3KtWTs>q0%ZY2>BEX+nwB(t zRVGI}rFv44mGyPjUcVt%uAm&(7*7q#;1hd| zTPCJZSj+uDG+O-5=be9cy$uDtj QtN;K207*qoM6N<$g4|0Y7ytkO literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/red_brick.png b/src/old/resources/assets/ariasessentials/textures/item/red_brick.png new file mode 100644 index 0000000000000000000000000000000000000000..5148c05d5ed8a05b7b21a117d65a3a14777bc930 GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|PIN%D7sp`fb%nO&Ujmcb{6o19>m+j<9f!7n?R{NY^&i-BP2a9O3*OBc3GhKFE3j2I; zf&S$a@w&<-< zOcdGtZLe3s)F=DzsE8-(K6YTpx|Cz95;}n`-pxSuzC&8vtY329wr8t;iQdV4^+|bV UnDsRgpsyG_UHx3vIVCg!0LD&beEbRb=`s$>4#R&;5gv1Qe5GH@*8`{ s<&OjWH;TLQO7O4+%$d;U7{|cyI7#j3rCOh*Kw}v^UHx3vIVCg!05pFvmH+?% literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/scrubber_frame_piece.png b/src/old/resources/assets/ariasessentials/textures/item/scrubber_frame_piece.png new file mode 100644 index 0000000000000000000000000000000000000000..ff45339e266fe387602e328adb0f76cf7fcafd4c GIT binary patch literal 129 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|tUX;ELo9le z6C_xf`6W~(|NK+twn@Knq{E+iSC!ZbwHYeR&F(kqb$$sX9OoDL>Z7t-k~iQ@YoLJy a1H&I_0i|EN)&B#HVeoYIb6Mw<&;$Sq8YL$H literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/singularity.aseprite b/src/old/resources/assets/ariasessentials/textures/item/singularity.aseprite new file mode 100644 index 0000000000000000000000000000000000000000..49657ab5bbc8a7792748989b12360667c8321ff1 GIT binary patch literal 615 zcmb`F%PT}-7>D1%n39;4Op!0S?aYkZOq5bKGZvaeQVipgSrEy!rd&!aC`2yBMm8+0 zl!c~dDYhCGE{$YCC>tina|ZDTcu(Kcd)}|U-}9YLSDeVzwn5B1N(>^>&iXB8`Y^Wt zJN>`zj?>?sjj>cC$ELANDi--CM6y*etS+d4olYB^uP=v}eR(jv z)d?R%Yw-Q06t3RZLjRE!mM!%_cXuK5xO1Sr!U-!Y2cXqE0h@ZRp>JJ-EhiCpd=Z5j zC9=ME0H*@eu-os4jrATlSTzfG?RFS$@WHdOLpZfmJp3sX#3VJXBOU$9*364h z>05E4@l$-2S(0UV!{-gAL?BQFC)!5$SI09> cBVO0T&ayURn_O_@lw{r{$tWW2@Ymo#D#yAA3Dyt> ZhHne_xyl}!&jgyn;OXk;vd$@?2>^31CY%5O literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/super_heated_crucible.png b/src/old/resources/assets/ariasessentials/textures/item/super_heated_crucible.png new file mode 100644 index 0000000000000000000000000000000000000000..763ba9fb598b1283c0957d5997b70f8459b28061 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|B0OCjLo9le z6BY;WEStr>U_FWLjH&pvn3bcd4)78&qol`;+ E0MaHhA^-pY literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/item/tiab.aseprite b/src/old/resources/assets/ariasessentials/textures/item/tiab.aseprite new file mode 100644 index 0000000000000000000000000000000000000000..01d15013b662eea51b0c649a76be832a1346278c GIT binary patch literal 4305 zcmeI!c~Dc=9tZHqB8!$y5K#mak)l?xE(DQ9vBfHCL2HZ+i$SD^oUmZpCbRP_Vn}+KO$6sickqELt+FXssf2bL|qN4!x?ZU`~+%1O-Rg< z=&ucR;4G*M^&l~EqK`hD0}bF@I1d`a`OpX&Lld|FE`+9V5j2B~p*j2%TEHc6DO?6W zgUg{Mw1O+(=Wr!l1y{p0&>E7V4O|Ot;W}ss?V$s7gzMo3=ma;yFW{HZ8E%4K!Od_B zbb(vpHn<&r4PBud+yQsOZ{RLSfx96U?t$Mz8gz#q&=Y#Wy^s#QA+Z&Rd+G!CLtpqE zJOKTmKRgJ(hXF7U2Ekw$0z+XK42Kc$5IhVcVHAvp3>X7rArtFgP9m){`LHc~=^rHK z90%iJ0z3kLfJfmmmQAHoLs2tJ05un9K97Wf1{h0ow~_yV>r-{Bu{0P^7=6u==Ugu`$Iil7*d!ZG*`O5l4ag%eN) zEM+S?z{vbxAUc*2ru# zsnNcc8qH-rY|~F~3`D)V-e#lh>s~mvlInj%k{lt=dBVIHI9Cu`%Jn?p8?jv$k}kCFMTlm&Y-U%D_~aXr`kZ_Tm-j-pq3qVb^ehci(4k7w|D z&-&sbveu|;KS`(>s@i0g{jzT^En#Vpg2s=lx0KUs5|nk^eo+1D>sZ6^^-ow^SFM~e zwee>4qoQBiU-yNypI*_OQI!b6%v7BTLZO6hkNE}LA^CtK1evuk0;hrS!9lvT7X+byx5 zRh*s~_EhM|I~UX>acx_anaHcOFt%k)Tolq2y(=5!!XY~?2StagGCr62m~-JhSBb%J zV>qoN1)OUY@)U;(**^!HdfSnMx;L}eOI3|%KYW|UQ>Mfpy-u??u5JCso-?ahH+xP^ z?znN|Ip+1zWcK5P!1R+C!8ySyfzPwy)^yNSJ8S`}U-wP)Ha5+@sj( z<*nmz&%KeeM@m%=sqVFL7VUpLBBe0zPDP~NvNm2w{w^+Q%fZ~r;}x-q68#gQMWV|w zMLw}%)oQm-jPIq^A62BVIy?N(M7Ih>we_GtD~z->z?fr4TJ=bbhVg^QpPC$kG!~R zgY$P;R47>Qf6>9W>i&{d%b(iH*c)v|-bR*4bceNR7k1`VvT5HRPWCA2mvnp1AJ%4A zm?g4g8=S@D{IuN}g}Jd+S!?5*I-(jn%K}!mzq)zukLe!5?!$Qsg6yk5?P6;W9V}?N zWW(hNqK;&GrR;1V|8_5PUe%>Dj5(ohINMj<4gT zX>Fy)?j3q1*-@R_lH%T+Z5v9`1Z#9}@5rHGR0$HA>lowQB?4uX^wGeX?&$ zjH2&8HqCj)j!a!@94Q#f^&WU%Yc-?QFq`=@W1@4T=t}7qy;}UVWbO$KN_3cG??s0N z_Pxtyw<#9;eP5L|V^rI)S3GJy;$2eI@8rMRoRzrzcZ1&kwc6sDF~|B>lsNS0kGm*% zHwg;QaBfWn%k+C^hz95}C%b-3J6P}G$0;+XlIb<$*6J!%4vjI-HM4K&_9%+|bc#Fr zvLd4v8ix7Z>esGIB!-PYmx`+Jkc!>*F0a| zvWh3EJueAlMLo#u6ae~%Dhr~io#2bK8sFwoIGV?FK@7v zaLj`DYbMUNrA*u2S-L|hBXznoh<2xJ4X?REJ&zOiG$5iPv2Q|iGFE|;9G7pet8wT) zIeK4Cr8%|9NzMADK&m_O-rhgqM*Iq=yfM2D=b4QxDTVRSq4)@WJTcNJJA=mgHQq+U zu!&I@$81SBNq(`kc!Md+*}%Y8P#@{OT&kiH%xxf#sulN~%Hi+i`CsxpbvfR$p+0B$ zsEK|00001b5ch_0Itp) z=>Px;yGcYrRCt{2n@?<1*A>QpF*C+-45rkO;H0LF=xtMw)qhA?q#{LZDzyvPMBRd_ zEV7`I7xA_`vh1QuvSGm{bvKpUBC84wsw^dKC5vWp6Cq5g0Yi)-_5@>lri<@B&-l%` zcitOhxeFi3dgC|eoOkYh=Y02^bMHWc-abp??XxseJkQ0xc;lO!1+U$-d3z%AjrXtk z3rA1F(Ub806+Z>GB{2&c-uo%wAn-YG#5p%=@y9Fx7y$->Vc_E!Q%b=APz8Pne61S= z6<`%u1b$RTLBo4L4fF$F5BI9xdyg@Zc?FHY*bmI1Aq)Z!fLFrAHc|>QssS&C@2kLf zfIi@4ks<5@mVk9&1$YvatOiRqQN>X374SyO11iDn9*nnPIa0%WzW}VENnFi%opZbM zGAU172~Vy7YtFeoi$5Anw7;?x?-tRv`lb>uv&F{YG)zHr@* ze8QwuIJYWV>PErSaIFG|%P44g@8{Y4hSt6JvlPUGS%e4wLSui5hETPXSQb1FTtT2( z4}XJb!e1^jgu4g>UkbzMMe{I(@ir_4gTabg5L^!T>%ikYa|{nWumF5N+^YfmoO3;S z8Ows_oO2F=>aFm%#}bZNuwh9F-YueS$Ai}VV45!S1CLhdKLI~;&JA1qsc766ginR5 zNht+)f#bkuz)xaKDMT6!Rvbn-LSYLU-unsQ4hrik@Ur(du*UFUFR&lQKo4*OSSpGK zzecnFEnpT!;1F8of1YQy=HNF73+ll4P&n^Gnc81E4FQxF5(MjL0&k$#+4jH~9?XW% zpCM=iSa8n0o|lQ?K`V?e#DrrOY*xBgr3-=JD4_f@4@Sqn3)ohF@ zrJ#lu*4M)4(h2~sp?vw(G77Tse}RIj0t|*4q7WWT0bim8b``iCzB?8aZ&G4~^8lK_ z<#7E*xPLb&?Kp(XD1=vmJuOeH8oZ{0(UvEDj^^S&!J0O3P2~pzD8>6HDnK4P=MLs& zQu)EB$dN_>ZwbdN*s!Do?-tRv7zCO_DNd|-$!)BRqQAM8cz zVrd1nU`2&4@gVCR^a4GhhA4ywHNc}HJfl8f(MmEbJh+b{vM+c46|~HE9KwreS#K@% z*3m?MQAB|c*X5RbD=54R=La=3ghqJ!8nDaiAH?vWA62Yt$cg$a;g|&*mXzS#BKp6= z1GDT+S7+*2p9q9@2dP=iGQ+CRQ)}Hhg{@ zgb!H4F$*>L=IKj zg3CeB5z?HZ3bOoYH2i-I*l&e0*!4md2WMzD;6_k1KFBX|u{n4%T>BBIeu+YQFwbZy zI1vQ*(aZ<33g%v(*_wl^2!XBz^XuXM0B}9eoXQWfTHz%^8^FpBVt6o$CM_u(vtYxL z61-bP+l~hpi|j9?qVbPoPjg%7_L(o9juH};XDa^8|4WPV@xRpXMlg8_3>yK1r6{0 z6BIbZ2oEj?&n%Q5%%LR>v`P0oDn90bhk2K_EXeYKI!ZKdpduV#CeLiWg_~$q{w_)? zmcr8keo;h0wxjbm1m{N(Dt%<|whbX$+9!k1FmMqq_4looV5j~;EezrDPCxP4`v+as z3yh8Xtds3xJShc^W*hKOj42h)9(iSQdmv>&Kib)7kZ4H8@W9jD-KzjElsT__0r(wi zfo1z_>%d1v`v-S`cTgPEP{zK7P6`*ogA-^)K7fGaItuCRyW|i+Yk&(+d>5??AETV< zQl2@MA6yKd?+0a`$QD5g4=y5Po<-6-`9T+WaQa#E1IEVvdEl?;u$xJp>V-q-xP4d4 z`+LZpM=@d`qhw1o2;Rat)R(fL;k`eN#!e7E9P1xgc#y@x5#X07sAhrVR#Va%!VKY; zBWPVbhK>|0(|#twRFJhk&ILu+Q7>UXDn^n+$SgR4Fkl$r!wnSDALN-+^}<{bJ{Oc7 zcFvv3%f$KzuOkFHgt9a&;g|&*mXzS#BHDI5n0eOy1zP%v(PX<*`JVwvn+s>u={V6O z>YsIW9_d5iEXIMpR_fFW1LX;S28OMDSF2u_MWuhXF}DXL8g-QNZrXphhOmP2q9>?= z&(0tf_Jix_=)^uYpNfKlzhAhDeez?SlINAPLrmG>1+4Q2sq@MU2*U27-!rud$1K>e zqy+C4(YE8k)U)Ejz}UF=7`@~o7JxRU77)Bg^MjNH#}OusCU}w-456A~FJ100ETMv< z7kJHT1zHNS?7HHKLC0{C=T3JXmPKgSHd%oh-;&D*^(?uXrkzPb1L5igzHYo5yf@(rd>-0G*(LccF@P2sC^TPZ6yyra35c%{# zlRO?JnuwfZZ4@(WnBL!*Ze3SOe(IYoooeIQ0+z1Qk()y1=^aY_pEx(|q+3&@L>+=v zd&^Ny5%6Oson+MJwj?9^vC`Ed=Jlt}#1Q`p)f! z8fJ(KY_q<*qTv$U0DasM#~NjPk;N2E91+A0HN23*2p!ACG_gQ|e8Nd4mP`UkBg$zd zsZ6+DD2Og6{a2bUDAzq+Y|7fo5R;$suks{UE)NHMYWqZA)^FWkGBmQJC06#``19h@ z>a6+e%$`J9W_(BcwQ!az(iYR+{YWe{+)s8H$MwJ%7Ufwtu`N7EV(IN}3b4#0pCg?rl+_He(<0D()g&SrU z<_F%_-1EUk@xJ(v*+1r8*{8ns?)Fy-#nUEp?)}Gbz3@wknfNksUj^$xi3F8Jnjva} z`_#WC?Nka~CC2okWH*D%;fCcw?r3a^)s2C25X$H_juRu^Px#?@2^KR5*>rQ#}j9Fc7^sIdv;Ic2E$>+{x14CH@ZE)sM-=pAc|$Jt!TzD(WDZ zu?o*Ael%%77axS=?%uszE(y`UA>NH3jbYY$yAw^@s}!U$0AO)DqC1Gt=4+z!ZY=L7 zi?F<(XsxfU8+V$HCfS#439R*%in8)1I0b?<#(1-G5{zJPKKp30vx1_msNU-jLcP~i zlogGJeX0*-)5$COaDLjR5-Fu!W{}3{4x-kpGBE(ivdqcxf|+4vGrkf4 z0A_|#%HKp6lv2p^oQR0RFtp;{_ifIbBne3=NeJQp55M36R%MEHN}>n400000NkvXX Hu0mjfd@h7w literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/mob_effect/seal.aseprite b/src/old/resources/assets/ariasessentials/textures/mob_effect/seal.aseprite new file mode 100644 index 0000000000000000000000000000000000000000..e8e60152e649207de512e46746c14d30a00a5cfc GIT binary patch literal 864 zcmcJNUr3Wt9EQ)TF@sqO7FoegCb5Kau27a6t88AR*|bnnY!2PT6|QC4ENv8$X~8ZM zt+cSrqG(BBhLO`0H1JRDB5FywIi;E@{sGf%?(5x*^s2jlhx2ea=lgh{ALnGPB*fOp zBGf-vgpeG}rJ{u8+ay64|D$Xx2ysnu{HYuStjFX~f8?^b&sc|2`e%o??8Luh2nnOR zK^b2Rszp(tF*Oz((rp8+^=fdU>lWyqjs|az%0Z1;0LE11g9&+&U`j$bC=`o8sq_pe z$hrh(`B$K^ z<{((96)+k!u!^8xiUpcL2hfK*#9<9(_(B$@(1ardVFxvMK?+9D@wqSzETDjVgd-WT z$V4F05XJK)QC#=mf&$@?L}jt+G>!WAvG6&*Wz)r98Qj@o`Cg5_ZoDRWO$QB#lQ?%i zo6$1eEK|trmI`U2+j%9phYp+XjLPH78YVlPs=2qH$~$Az4I_%5-w&8~l{8l?W+Z{? zL)FKlH+{HWV9nj2+CE>9)cPx+;kx2Yi+HowesIyG+C5qN+GuY}-a9XPzFojc)`&ncN5w&C7=zX397 B8?pcZ literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/ariasessentials/textures/mob_effect/seal.png b/src/old/resources/assets/ariasessentials/textures/mob_effect/seal.png new file mode 100644 index 0000000000000000000000000000000000000000..08d078e32830d55847bcf71e329c057d9e255ae4 GIT binary patch literal 414 zcmV;P0b%}$P)Px$SV=@dR9J=0S4j@TAPj`4AIY)5iu#9~qn!JPC_kl_T5^pC2AVXTON(PXURX>F zJ(#ED%Ab2|HN{WRq=<;oX~sMy81WhNG9%xjVxyc&Ce<1>eX1-ak8N7FHHB?W@H=7q zR`)3I5y#B+~+P*x~oTW673cse3O zwu5BAi(c?pA|yo+U72g4vM{&`o>FG$f7Nk!xGhG z8a4~>v0s83Y&j(DY?&0egGiG~eKnb_Ia+)U`Z91Jcn2hUz0gqF8_Lj^0lU@232zHh zxNsYC4p_sbZHRQ>IpD!Nx!Cl2Yoc(r43JP0i(wYE`@?kz-QCCt(+_N`-yy+!;ev*Q zpM-V>TJa<~cNDX|UPmwZhiy4S^ivxrKg}+Goc6t74}6}#0N#X0xT^VU0RR9107*qo IM6N<$g3d6q_5c6? literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/libzontreck/lang/en_us.json b/src/old/resources/assets/libzontreck/lang/en_us.json new file mode 100644 index 0000000..6edf1bb --- /dev/null +++ b/src/old/resources/assets/libzontreck/lang/en_us.json @@ -0,0 +1,9 @@ +{ + "itemGroup.tabs.libzontreck": "Aria's Library", + + "item.libzontreck.chestgui_add": "Add", + "item.libzontreck.chestgui_remove": "Remove", + "item.libzontreck.chestgui_back": "Previous Page", + "item.libzontreck.chestgui_forward": "Next Page", + "item.libzontreck.chestgui_reset": "Reset" +} \ No newline at end of file diff --git a/src/old/resources/assets/libzontreck/models/item/chestgui_add.json b/src/old/resources/assets/libzontreck/models/item/chestgui_add.json new file mode 100644 index 0000000..f4d7910 --- /dev/null +++ b/src/old/resources/assets/libzontreck/models/item/chestgui_add.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "libzontreck:item/chestgui_add" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/libzontreck/models/item/chestgui_back.json b/src/old/resources/assets/libzontreck/models/item/chestgui_back.json new file mode 100644 index 0000000..5f591c7 --- /dev/null +++ b/src/old/resources/assets/libzontreck/models/item/chestgui_back.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "libzontreck:item/chestgui_back" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/libzontreck/models/item/chestgui_forward.json b/src/old/resources/assets/libzontreck/models/item/chestgui_forward.json new file mode 100644 index 0000000..25bf73c --- /dev/null +++ b/src/old/resources/assets/libzontreck/models/item/chestgui_forward.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "libzontreck:item/chestgui_forward" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/libzontreck/models/item/chestgui_remove.json b/src/old/resources/assets/libzontreck/models/item/chestgui_remove.json new file mode 100644 index 0000000..1dc6f1d --- /dev/null +++ b/src/old/resources/assets/libzontreck/models/item/chestgui_remove.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "libzontreck:item/chestgui_remove" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/libzontreck/models/item/chestgui_reset.json b/src/old/resources/assets/libzontreck/models/item/chestgui_reset.json new file mode 100644 index 0000000..b2052c8 --- /dev/null +++ b/src/old/resources/assets/libzontreck/models/item/chestgui_reset.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "libzontreck:item/chestgui_reset" + } +} \ No newline at end of file diff --git a/src/old/resources/assets/libzontreck/textures/gui/chest_gui.png b/src/old/resources/assets/libzontreck/textures/gui/chest_gui.png new file mode 100644 index 0000000000000000000000000000000000000000..b3e27f2ffe56a12fd8eaed9a02ad88bfab0955de GIT binary patch literal 63782 zcmV)DK*7I>P)PyA07*naRCt{1y?MN4SykuxU2E@s&bjwRL}o@NAdo;xGKx$ECR#R=NUQL%+A7=X zPnA~Lwr#bRfCDO69}34(oN)xJtyUDY?Jl((_y~f^AY?*kr_xLDQSO<_4%B5_nx?S-F^1iYwb1s);jWn7relK@ArO>^?FU$bpYVr z{s8Wd&+nPvZ(o~HYUKeBcmU_=Jbkw5mRoMY%m^U>AR^lXKvnPXT0|(NaOB7lp8Vt| zbLpj*-s#`_&EI+%X*k2z{PSl4@Q1H_5nuVt=L7H?ulzaw%`=|^z*VpOUcT^|KMKHy z{_t4{j^HScile|hth=4$iBEi@U;Ey-@xc4t6A;{u)mVr@S$2_%VCJYO%!3vYYOS~% z7hQ0SE8qFw@79YrPyaaSQ4hX9430*0RBH|{Ql5O;TXxz9Z>;&bnNPdQw_0HKS*y^kN^0r$N(L!Y?*%=%9K&h3RC;H$pk`3K{8#tQ)G zmB&5)3QnC_alu%+ylY3NiM8kp0`)Shu z^O_&!Uq1bN0a(cak7s<@_itajKoLPva8T-22W*{ax%(A?JpS>I_kME|x18GL1J|A4 zYrpcJ@{}tc&U@Z_EpK|y$9V4tujSE~-;)Pjb}6MA)tr+jPjcV;+?NMG@c#VKYhKU) z`t1L3H($ni`o~EB`KN!7ul~xX^T7{&gb#oC!`$;8_n_;0#4GRr&`0^ebtif3!# z-g60EPXXTYt`9S=_PFfc7jg5n4`1@sAK$)z=c~RA5hqrs_eyX_ zya~O`YCsMtfxE*EP?ec&~(d*gZGKTmfX{k!jcA%FI|H?kZOkA3tbS+90^+uPpGG_JYe*abZ3 z;Sc44OE2T}vHS7B2VTlku6Q_?TyO*=uo}xY*!`K(tN*-N1N*}N)>nNOZ-3Qy^5`%B zSzMqh7+~9QU^{NV|KCN!`LrmS8Bqjq?sJa|VH$bI$0z>fuYQ!@`Q9($>mKpQ?T5eO zc3*z%(>|+XJx}N94)itO^gY|x5C7t`|L>Rn%P;e|Klo!Fw)ao?gKv5OCvLo!oHLFS zgF^lEe(P7?@jSlaF+X;P^T`{dKl{_?^CeGv5jiMVJpCtm+iSm#4&#wu{tNu|AAc+E zkm|maH<`l)#P2p&Kpy+p$NI9IV6|TJv0GO>^s@VL!KIh+xIg$~{`z^}&6hmz^1Eqh z=jl9s=JaPD{t&iaal<>_$>!wEeDq@<=lGGxy)V9ikFR^a<2%0N@8x&j@TcF!lb-gI zyz|x1p#)e=jyj|YO3P4)9M}W8&9MEw4Cj-Qx;xdJdtZEvWvBer`>*BtkA0lqyW+9u zh5tPL|DL|&ftT~8k9Z`v-g+zV{ou9q5$<=73#iChn3lVmp7gYzutXJ7Es0KDO~&)c3q z-3LxD;WcmgZdOT|B#>t~kc;5LSqFS}gMsSa@)Bm1BS&^{3B28t$R51Y) zr)tX-96*IWd!&cWpqvZSIP&1jFZ(PH<2;?GzhAoivinob8OL#Z?vuFyKmU&J2jCap z{zIRV@5?{*Exh7G-@?~C>?HvFk6-w+tadW1oy^PM_no}rUEjt3{DdE6rIFp3SckwA zgh_>>LRD!BK)~)U9DpE%5IA$@3^(0;GY@*ugFgEsIZx;5?~xw)`JczhlP9_Dw%dp? zZi|G@MPuFp;8~CRkDrq7*IoV+zV`B$@SE3s%l6#v(TQni1B(?NjF-Rd1(ZCHiENTE zCYU1R0D1mfLQ?>D#sVokP|lv23)=3A(>^1uf^kesKx><7-%dHRPyn{nj6_qi`Q zXHMLDVp}(G&d*wZ*888n`p3_D|FUbIwSE1H546|+`av(@W!F55U%z%%1QzhAgQoN{q@S_q`8~dh}yi^npKn-5Yt- zQ$F>VzxkWL`7`?Q^K_o>3VP{FU-~IO^ZpNhn5RGGiQMXFH2zjIz#XcGv(6n>0>|Q~SC0?Ze(}<=9*Wu;>Q4&UH-Lv z^usUbK@a|V`VhGOJul(WU+^7V&?Ua-H+~bYzKWlC@r!x=n}3jpJmTB=%Xj}Wg@`1> zC33&d{W_r4bgKv-y7t$3)I+|JYd-jkJmFE#y#t@q>kWI;bk=w(%`N9chz|A44?mYc z*}&)uVno@n)HNy-RZ9CBpWFy=1b6w2g#Iwa-P_*By*}sMKL2}O{T+P%m;KBg&i~cx zpT%RJ+_d27^@d{)eHL$i`+wosrC-Ua8aLi_H9Plu2DhDf4^(CEX%vEoH2}jdyz=O7YZrZz;{=`W>wz?-410Wo|osR`=0hKOE5|Q=JXr)21rbz*n@_%r2i)`V z-1vzrdGzH^<)Yf3#pm>T!wsiSb7H+_&jY{nroZCB54r!A&o$TI#6uqNIYd?7{lODF z@$>J^u`b<#&x?NRjkt_F^$8E=OwO#TF~S|j6IJO#WEsOb`J7&F__bI530FMs(RYf^ z;~w=;uG`!Dq}TQPZ+{(+dGJ5E1D|U?eghA=-+k`Xc=qS#Pv7}IKL4SYpL0C-f6znt zz^OBLiqB^%J^}mAm z6W{-Z{~mznJ^s18_#HpYw?F0uXYu^s9@SvMFMIEI5<=iNulZ(70ap-5LqVjX=0uAG zB3NR~3&ygbijZuLb*G4&VZgCZflqdXin7!_qJElK=5tUya^dFzXZ!r`{?q61$fx}r zp7I^O@RzTDHXfX}y}9{1Z-3{DxOH=k)AcAf{LNe0#08~0&ds-72k{aR<Ae4R5`u-F^*pFICl50Wnkoe z*T0Sni%u_q_zJ)gLd5(bC?UoLs?t*6`Pk0jpk zp%cVX=*vjADckXU{WBiTM^2pNRd2tB5+c?myo=BUj$gdPsWa;t1}a3WeD0<9W~#=U zuY4C@`_w0F`TWWsy`Hu9+_<;mFF*V-?tSS!nMAnZ%$kdiA44>7;`AB>?tjUJ?1=DJ zAABEA{k+HUra%9KEuXz<;?;loCp_c>4U53z z%6IXv4_(*ZH1V=OzlJLwc@d{_X610*%^OG&Ny3E}A8GgN(0Hb5Xmu{MJKD-W|KnHk z?C<%a?fd`qfBh*%gzx)?ui!ub^wnp5wi}M&L(2+$-;=&+d;SOB^vkFiKX}zI^1?4{ zmOymlrSJTYs1|DO=)!~xXsD;ov~fn^eF7OZ5+DjZ?#mXvOZ#U4@z8W0tNIMFNEh}NE1Bja?SV5%q9zGNc< zH3Vu(SQ@ad$3ue9BDdLA#Kk2jD>_SLue|I1zX03|fOov}rQDn^;3UV`#3fT&lEV^9 z1D-l2uZUIDA=FA*T*NguUBgb=L23n>@VX0s@xiw+YERZBB`xs%@x%^71X1?=Jt-hl zC2xAz99-A0{PBCSxS_^?bpanD-bd&Xw-(^Y5kwRL%$;jbo+3_#Gz|RutKYfhGt!a8 zc{>i&R0#|+T7U%;P-D`)s)3dm6U|pQu z)RET(#JK3f1)sS23=hBmCA{rT*KwaOe>eay{;4-pQ{lPKdD2$+fA}STfkoqm-_$DB z{==`mfy-{U_-j|lI~#uB%9r5Xq0Me-gd#{){?nU&i5NzD?Fb4kO2knE57q=#S}b9U z=2O59%=L!&b42EPKnF2}ns6VeESciOh|}AK;1ePR-ESar(CFwatiWet`tMUbr?X)* zEXf4a5os4J)`Z`5+kA=YiA>KJmrQXyQu;Ra_kLLa_}c2W%=(52CF> zKvDxG)xM*23+xadVnn3z!3%{%F~Q0P%LmBC8kEsGMj7Vu>|osz>z8;s%m?s7@QG3q zc{JSj*jE6Z2|~m|PfY{X4|u<5N9rLq1t83|p4q8m1+Q2*u&62#(}X3#h6F>x7d`aD z_PSgYK@c~rWIRr&uSn|y3n{4MA>b)seZczxTMYQjM`A!EwA<;9c_x=Y9GzHJTRy9L zwBgca$rP5&;)Ug*pm8W27CK5AsNDh^miVyGXFyWKwJ9X3p}ByLP(b7WL=$Qx zhlr=x6vr^M>zeuO&$A&&HGC?#PCy0Q+w$q%TOK@x<{m8uSj>F-d443crB)pc6|q7c z*X%A0_F&yRp(aW&n4Hp2#1im9 zPKX-XO^6ss^TliMZOy+~z%5~=!*d5&kt~EN^q%Q-57Vg)%N#5*p^WNuq0q~;n#ZcGuP1n`W{&#O6NuM(}uGPTD*_#Lxt# z?_sger@2X@GMj~!SqtK0CB}oDJE)^7NK9DQ;a%UxF^|V%2deXes!$6|Mykru?x6Rb zdm`%si#?wDLwuHPJTsqmQw(AzAav_OI<#E6+%b0AESS{hXMa4hou6jJdaZaWh$(SX zi1lFST2yC~oRR``aaNLN&kv%A3z7}hik1mFgV=WU-YOoPL}pZ_t599Y$q3%ea2@Zs z)ZG<3tN=)%|GfF~3B*=jR2rezWaImOE6hdtC6GOX>bihYq-~1mOuZ~NmW~GG6BnN_9 zy#tL90?fNEhvz4DNYJLS&CxQEJP@NIB%tv+Lg5sUwFxiV>*}`GC1F-b)lgAluEY@N z4sD~!orpA3Kc?+<$)Wl2AZ-bo;hK@P6X@v2L#|&91j20H?2o5Adwx`BW7C0xC$KJ~ zVRlu->8uiFUwi|U*nI99l$Zk{pPf4g8uF$DtaL56UIXX^-HNE0E{t1Xj!DHlpl%0W zjZmkq6&Dpp(u8}U))wfqGT>!_lm(?EY5|HNmQgPxw>d^22!c`x(hiwziN9}(*d42) z0$@`@a>FcISE$Q1sN>r7(!R?iNDE?#A{yEeno=Of`OsP50FAh{|F=UsuBhW0+AgL| zXe7iIYzzB*0^kie?H!(bf(Cl2^Qa+cGfpH3gn%3pKH29H=fzM3v4odIP+_Or-HvCf z3p{p+#3p!$uFJRMiQ8PSIL)Ej1_$>qY@Q$0_J8||AOr}h?Vxe?-KDk&PcY7uF zqGS|p3PSE0ZC(1TdaYY zg;)aB+IM`u=Ny_JM4I6j4A(a9#SG^?Rx=wjPIN+vPG5{;V`WrjjE*Ivb_EVX812>o zVT#xksh*kzAc3GxbVIG(Kbw7UERu_WD^+2wk>ZJ90hxL_*`<2GT_|~&6+nl3q)4Eu z;8B{T=Z=|>s6?rBWO^M5A>-mq5}Pq66~%EeG?e|&E6TZ1jGrz=IfnwsM_1^kLlnHy zglu<-IuurvAyd;lfY26d(6(qz8iuPy(-U}YOW&Q~1@(dyhe@bYV!tt4*l$bXIxpfj zNltqJiMW9qV%}J1!KR33$mQS~EI42-NHaf(!Ewa*Q!usplMZT?P}>o+A%_CR%eaEj zQ)QS%s0Bo%<#)iEHH6b*0P`Wm;1I;r=L!#@DH(TZmXOaDk%3s#^1&<73c)h57Lp(M zd5J7RteR+I?_>L!6)bRNZm&El)8cIH(z+8d{Bh z$}G!)!tN$TdPPm!qV$%=WacT>%-eR&?cPB_nb2@3yHS;B5KIZy;!I}q{BHlwz4NTO zH-+|ak5JonU0g;!5nze|6XBATar_M2vUF}f3MY?DXsB?z$5#jjp`vjjRma@g{g@J( z2Vy_s(Ws(e2``b!BE=GuwGKa4Bb|VRLUhF}wirO^siniL`SYS6$;eg-u@bDd^=C~c zR5GrGjVhxI1QH#EPA8(|c4O!JC-XhLD=6+q`VW(p)Lh%6E3`z?$qNW)mgtz~E~hIb z7QoR-iNWb&rjilQ6raFmjj9bh5HO-m^wWxN+7Qb~s0R`k-RLwkQK=QYIBvC>kF_Et zBQ}RdCWDQ^rec%hUVvuCC95Q@BnsJE#8@o1z+nxukQ?ewsuOA2(B(B<8A0Pa$29I0HPL>W};W3wdzI1&a~#(bg+d+b5aqy>P*$}Vt6&A7+xw$!7?o z7$HYe7Hkq^0?URc!%9V{mq4LB2i0f>(!pGraV%GI6;4LzC@iNt z?wIOA9+&gZ@5C@cjU+0mfN9UBMAji7I93xYixdyd4EMIdG()A%f}b#-|5|8CL~#fe zr_OFwZW%EvEkJ68Dn?eAw4=~|Zy?iaAcg?*hSr;LBp0+gdKV~x=;u%Xx*o7D!B$vNtVm0vSVT&T0mM4ek1H1IUHZ+2aHt|{ zp=*}1VN;HgCr6?aVug?aMXfXw*Fi@|_6oAjSQggP0JBLH;>bdF85uBEWa|hywe_JD zEMYk{H>ZxoaYLF`#A!`DWFro`VeK7*kJLJ1rBXNhAdiZK(#&NSbgJlTLRV7*0iC4) zqzQi!$c|*g$J#(7R$K5$6;VU-gsvxS&!~GsITW~B%9_c;>|4%4I~H6EDo!Ys6pet< zmkr%!O}|>xZ8pew;F9=yNgR}34bKJ56FMb4MBEiE1(iVZO3ImTJ(5-{G>?pjmda!a zs-PKka&#V#N@@2?9YScy5uZq_kzsE|Kdw+eY>OMQIx$1d6`2aGGetYH6eJ5#jlLRE z3d`M*xVvVt9uaQ}U@r-KogCr_x9vcna%>ci6jwSBDF!hJvx1k5XhtN17tAW98XE%;MoFwR zF-e2xbYxPDgg8Q|4GEbG4je1zz%~3G=$vW5bmAD+Wo%5avqDnFFFJ*;7R@wY4Opze zif*rC=)iR%rWH9WRUM}wrE9@A6~u&CC%S3H(di^d%55y{3~&T!0hYl=ddpaz(9J}Z z*i7io(5Q5wAXQ+5x~s%#jZcP`z`g>|DUyOS=m@sQIQ3*Y+!e{S1*#-K)waXsHF4Y! zrxCRc`#Xty3xtAFEjGlLIl(7vR0s`|B__yJ(anUeMr1wV`QYYw2~Y$kMUud}Sr1r& zD8yvA1_Bk&;G2T23bwA4LxM|HVzp+aOcTC}IL&VkRfx&y<3u#*^F+59S&pX})@$N; z;7SB9bT#8;LZ(R6MAV2I_|%>W2})m$R0@mDntpGO#cGXi4tCLAH!MY<7`6$FDd3)o z;|5I?(FCHzET~Pyyr!G>=r=3kAT322L4G}E&N6MC!cO@U2T>ZT%5XHZgT z9T_%?=8RDA;;dFj*pC#g#v`oCQOeXK9V8neuV74MbwmaCO2~68VVa7~XHt5C|fu2Rf^yQrX#z#Lb3&wFjHB z#eZ~+EQ=tM!)~N=hm8|;BGLg7mk1RC8D*Eg?9y*`NxO#tPUC(w-|$c=mK*pe6>7I3 z)DHE)FgdYShO#2$6=~dMSZ7#3jg>q&R+Ysh3>gq(t&y5LvJ0r)akq1jPzhSlB8VyC zP%PmpZKsa~aUqulby_k_JH$9rhlsk7YtJ+u!6v5$N3;-PZWf)^87SnaRz#b{RHDh;S@9^m7NGAwRm?HQB9}|)aRcKNDzO=N& z9O+(;6%Bio>e$pwRG-s98ki&bv*}))ng!bgJZHv3fRG^%sZe#KgpNhG zCZ$3jN2Y1OtKgHsX>BbFO%GO2;)##`UWg?D+e!W3MWEDC*3Cl3CNGnni zf@k97^u9}|69X%tb-6hzXQ-B##-1S?WshK+<{{1d&ahUJ3P)Cj&7M$>WL8HZ zhFy{cmg_{0+5}W523b>NMCyid)<)~D;Q-t!qa|+Xl$~OnNT~@J!m`{k1`yo2K=vRO zI;%|dGz?%M%|Ypg1#BQ7KlEJRQhGEv*%r<8F9D4i?KY_7_IkDenl)g!8byuvxWLe$ zy&h);5XlnAu2^lDgqA?5s6iq(>#kPPC+TDGccHU$Xfp}4O2C~JxS~_Ur=EIb)uu%q znRB_nI$eDGV!}H?PFvYWwr76(#J%QMw|&|dahQJhgAYB&*}eI=^Yp&eDd5z>iOsn` zx9`oKI(+gV9>uNQyAIxD_6?OS?N8l40^uxh=b);kOn}yZRB>-GBDg9jRfQ&R!#jjLz5I=Wp)#o!gIRf6i`S{kmv>c05+46=neqrNQb$#nmu{8U$0N5L&R%A_PW{lQr1N~v^Z7f{ z`jKA^RY?^V?u;s&=z4ItFlUZWxta0l?C(`elrzU@S!8R#8#6?lY7GqK1ekq(6KiI< zE2Z=ex3R6yQ%W9CS3N7qAfxh8s_huc9Ndgn8nK7XiEx69rVA^U4VvYoBljv0P`UtO`fUB?KnO8iH z+v*Oxni!)pdf!YX72-V65hsL#)#f)@j>HPRPyChM3Rhpn7kt5&Qluh_6{fJE=eBY& znhM1`q83W+30Yv%Gv*}{3aQ&LgcX02KMq%4#Y4aN8C0oMoKic=v|y|YHZo8;!Gn+{ zAr@K$JHqkqM1x4yz_sZ^aP?Jmk9ZEsglokb{s#>P0iv{Y@u5<|8PT9X4Fd zY5u}SxcVxtc-+&t!H%-lhCXx=qCzK?J``MpA^{J^(f&4e(k@4Hp<4%rweY(d;OeXR zSC4!wqX#DISjWH^g`5g^GK@3qB_wGm)4=Dv&^5%1Xo|h(;o0Y5i?A&GA;|_ z;Bx^{-{9futUF;Nky}&GL}V{0N9)Lio6L3LBXIRqJmYiz1sjh{qLkRm&TD6kgM&w~ z1`I2qL1eW$?!v99Clt7@`w+5j*_f_?xTE5%MOjp1Q4De6MAvcjcI(`{_12@bRAQ$S z+Ksqri{zu&7#kM9Bt&gS6v|v9(@c92Yq2tI{=Qj6EK)rJh7+kKRDl+8YW)Lj4)(ds zTduS=;V@^2YDuGh`i&+q~zD_pG&Nl#WSyYDl<7prHVR3Q2{|DxFWL8&MP6pc|1@ zFxFaFhr~vprhvtOL_rlgDI^uBO3evd52VRaF9+slw`Nl#xps^mS;v8?7f7*1mo))K za%&On2^ub-w&It0K1YWsCu*o<3*_F(p;EdLj}4iY4T>wFG|1_$CE^5nsKCT25Lb9C zNN_AFmIUtv(*_ehDFcIK)Dk%d#(V^IXOkD(`Ps9?q?N2q*?0(eR3t`HXvn>`h$2%w z#-vJ?%%TW3RhUy|t7M$9#Gb%93R8+qeIO4?4G{=P4Mb}Xvg~{YtyE)~fjMwHh05B6 zQ6sAeV^nG<)X<8pB(#)imAMiW0~E`!Mz-^OCOH$CRT9<;o1N>CXC|(!|4yj3!+ZAmR5V71nYo4LJANS zRb>>#=#dIi6yF3kdC93P?8ih-+mcN*N;GOxtP{KoNT-z8ZQ;&}W5iYrRX5<3Ax|*Q zIr9)W6_hibunCc|>&bmb9U>NEOPzTjIHYQH)fjRnPL*T=rNvTmSJ+FDb*iiv%Cv}- zAyT?lBHWt5%(({>q6v!vXyS}_TLrM!gL`E?z}}89?m!(9wU2m=4Q|a0mA1BqEDJRU z_Ecfh?)C9p$v#(S0>|^n@hNZN!pEnHd{8xhK&JTAQEJP?&^6Fa>NER@{C$Bp>;N)e z!`4M^B2$5ggwkqeqy-9H0>zXPgn~3MqaO4-1ls00FD2h^D$pct{#+Ov`cdvS*;wT?hF^{w9o{AAQY(0wQ+xZ3gvRyIo;i0Yuxcu8$B%;d3PWh+&V2_dVj*lF z3l+=>*^m^-yUH}mHt;po4%3l3H_osj;eCQWwJJ;vv$A!dvhj{oBVE|T>bQ+oj#1c) z%BqX3V@K{6lzzbaZZ5fQbrb>GwUh#5Caxz!5g1RlMeBi0C+sbhaT&;qL|Jr=Pq#lF zX}++5R40x?-55R{EMhH@&0vfR7?*)*84viRIIkZ?T^csOR+t>yG>9@A$R5F*WNm#c ztg@(eEByPfZ#;(raBCne6URL;)gGlH9=Db+>dlSwX4bgNwoJJ32+d8hi07dd_r%=d zXR74Tf_v4P0&qM0aL^f2uHJ-S_JzLHP1MjT8z%wPz<$FTXgm7*F1%oC^50$o?4Lip z>)+ljIA=AWZw6d8_;QWKSp%*XbN#i<82I+RiO47eo3LO?OQ!A!by&7q{%xn4gN{I2 zGbM+%E9O>T4Xu+;2}|2EXf&5O7gUq(Op<;jv(V9I6GF=qWLfQ%~*( zYCjw_y+~=^RhoHe6(|)Kr{uAvXl4qjP`iqy!yRviR;%8%+^p}H%FOU!3r?*S+soS> zE=naw$9lyVt$h}Y{(w(t4LFP@B$8WQ1txT5cN;wqp*CgFfe#5^>^I@)Tc3fs(~(Gn zP@5%6QA`Uy9)#6R0y!k6d4BS+pbiUcShSMfxwDYdAjY9&Yz}7W`e5!qRo<_W_s%-yi0eOAE5n$Vga z2(#FXoeAVJ00oQ9_cyI`J;}aheb8FZeNLh13?Q17jzy>9jG-kXhfs(G4lVbs$$!}Q z-**oVoBn6H4DoniOac@&wl5e0Z##) zJMfqnyiE8AW+S?e>?;7%fTf7_sqOs3LB|`PJKnfzs}XZ+s6HvwF;MlOjCWm+kRz1+ z<|K>O5ae(tpVp!bq(GeM!1Wv^^g{jl6 z0tg5>1n9Kw){FiuK0c2J2d|DzhLQ=zh=U{^nL8WJvgG@90x$!t_8W?}0=62A9F5T$#JY+w1!0}SR*(-1 z{yuHv06R??obD2rvO4Q?EeM#24g7L8S?*x7n8$3;kGKogPt;+=`h$hwBCY3L?B)(L z!`y*qx$WrU+eRK4sfy}Es*1$Jb@PgagvWHyq+;0T)jHnn_o@>scr@HH(!nIlEt}C7 zlu+@Qu-kR2VHgf|1fmu71cz$)Xm~mpkE>For$#+!2C~nmALa%nbNzj#753DEcH>-} z(x{^{MZr>Nrg4`JIt%p&<8hZ(02L}`8Qosb{=ch#Jy3!qLA2TMQbOB2pK6g6WwiY|w z5y)F^T(sbp3A;{rs1eL&aHa*6{-D#*9Xl_zdG=}$D?%Wx1)Bq#>kwL?uRF;3-?tnD zVpd7n{4Ey1ki8WI;fz6BWPh&t0PvEiC4mc}n{aDYkS@}IJ~LWS)zJTsy?6VyWZ&+) zKI3<(nsct+-MxDs+s96@R|txzE6_vQyY3HY86fQK{I60%L+&e;R@a6u0n7W;6y$0v}0kPs$_(-#RdS0a$P z1#Jd8-CXhOgNR-=7}Cf05_ksjM*ED=>8U`f6mG%YVOnT8`{K#@Mg*EC{~81y0VEkg zI-yp=6kNJGj&}pP|41Pg zBTvxe_Q3K~3E2ivBwvY1ex37RV++&?nLlGusASoZ;_7Pxj$w;IVXa& zMhcm%x6MNDKhyO*)0G5ec^-0UuxKa^DG*}ibSFKT6c!mdgFDjEjVN^^0@2Nzb_#^h zDe;|m*Mubn77ctlPrMp-_=x8K9^cvPu9*nW%6SQQVqoh8GuPm|yEx+V(UgGb8bVj>H^&=D+pr=Y_K$FF;3!JFYRaW+PgL>D2cx)HbxB~$}W zZ>y)i;1#?lL;y(FEav@>`NC6rfrjJ;Wl(q| zjdSJkdmGkU13ov3H z2BeBa^+gY!6N}xy-^2CKoG!?``3f-|N$`$_?$TnD0XFeipLDnQhX>%Hfq8Or{EQ4E z^o3r4<#_x3>5H`*k4W5aX(U0KU{wSA)!PXg-qaezCLbSKpp%&^18`;T3!zeiICc3*E6bT060){9=RbuS^ zvc}uOb=r^-F*<_)6viSL=k#iVXZi=Q+(j^Vt>c!I5R3%Zy0$;78_8#fraB3z;~)8| zb@lt9k{1iv>s&8dZVcK@;X2@YggQsC3c&v6{j^#{IWkj^66ckO*g z9~CYK$@uT?pQyyq_sy`>$L>Ge{_Enm+h-Y$ z^ZlYX8;Qsr^R^ss2H^PRn(jU6_oj}#!3YbIO-YD&6lSPH7LK?K1XyZniy4$Zt z2o7Kf+DTdw+nD5u4-TK)9%g%>G7%7xbkEkJ*YjKnMT&zunn5>WZ(dd!N9@q|navu! zTr}uD*I5uU=r=p)qk5Vd-0a?4DCix z8PaTVdd>AbT**SBO4L5SD$(w|JQJcBNuXn1ma;*^F$2{bx~&;9NJnOE(4NLSqMj5B z8rgvkL$KQ=oAAp2DHUPm~$nRNy6(qSLk)SZw zA&e83h3+MDci{cz2$1U_T}7vD-5Y@28@ONma1{o5C?R0co7OH9Y%^RQ;Pne%{I5R! zr-lOWRs!Bk`Tfm6ZuSJ$BQ%#{_J<3W`mN+PvX{xaE5@36TWR-FpK1k-UfQxwRLH$B z*Ogc*>zdK+mb`lr&Qv>6`b6*q|M+rv2GYE#icV@3SsSUWJoHEAyZ-XpJXttXC^n&k zD1(S5TtNVPegsI26+c?yhZjJk(BFD{*PW3$*1HYMBXHVQz+0a~e=ptah)pn=fQhA+|^?oIcu;rT37w;L+s9ruyZFrErc2vRu zdJ4gA(>FxiTeK)ch+=mx|Meg7w$}mI(&3IH-ew;?zRmu!?%#jU@lQ({zW*l}AO7)~ z_cg0vhZUVS?6_j$ z#DcK41GP4^c66&A?^qp@M3BU*?-sVTcE zuQuYck)Jl&QqVyKrlt``H(#71Y(u<^=ZU#58UPVRrZOrF4w@ae+MiEsNb=TR|BmNp zWF+h?HUB@`C=UkT`8};5*R%xem*R!fofjuUgpnOx?W@Y937T@sjOf zRZH;tIh-y|zlt{_vhVos9`7{((h{Le$m26la+!E+^WkfB-r%qihXI(na?*`fC!}`f zvr&`pb~Y743Uo5j3@b+N7uX7VQ9h`T*Z=cndc!8dsx!SFU|lg0qIGob&i{|fBn9hA zU4(d9uvNJ{J+L?AZtF8zfI}(%|D{5Z&09ZfLpgZm!XULu+zRosaNM5IyM@xrgcOhs zSUrCby7^1EDKb?;7_M*yTNHWfaPCn1)d0*^p$5Y0qp!OtsvTM-CL=`%L5R5FNbN#g zHgu`9a(fAa8q`QA0;>^2L(E%OL))+%Nx?hUr?xSd3&-=B!+If?n_s$?E7e+fq0cY8Mg?h%X@-q4ZM35Scf7Vlw5=twFs736e5=XzbFV(t;{%1&bU z_ikXtO=L9ta1ArA)E(pf*SNd>`wm|w|57hka#;QQExBRXCWzJPQ+^wiQ3T)L_FPXIjmdh=asM~=lUx+K@ zxRRVQNvJ*#Z|e^ZX!$=I84>-vcIbI+a_XyfxTGxowILf(Thk_|+?AOb@8VB};4RGhJ zynCI-ZSmJU-2TG|b+}axQt`Y?558v2JVBjC#^p^!y>J6FK>Sk}x;4XY_KUwnSah^^-glh1xl+g`=!Y){xChRYi|b zUJ`A>G%#@?Yhh}IehJ8G*9G?w765xdgukR0+9eJ+MDzdvAOJ~3K~!;BCZ9(jokJ{y ztQ?PL!l99*Qns1P`GIwr=_O!y$vdeI#+*W@$4Xv1Hm{f+$R8#z}(R6?l4ZXEkcx){g067N`kvB80c)k3eGQ?A6( z+7P4pmj-M-(AJq+17aJ=7OdCneQvQksB<$8%{lsn$}%|yE)HEoM^H0jQJ!5Y&z3@7 z`pp1rN>MN!vkW)iEM^N#8i)jRn%Gj}jm(s0JS>H&u7p}(#@+wx&Uz~cUcKlZzGQb5 zD8ntzm2g-*p7uNLwRjDq{nEu+bcNmsJrZ<~o~4hf6IhwBF;`_T?OA}f18p%vjp#l% zA$9iv_WVImu1UlF8hh|C<7xorYuMpGFM#JHe4^7{*cla=k(|AD8s7ary~i+mOclH| zVRO0RiL%eot8=A|n(%-9q5}caIvP$s8=^CB8sQD^U~cY-u(z1xFJ8X??)#7M2scj7 zZ;$KZ9rVsP?#$T7&wU2`#|vLVy7`UwebbLSJ;85%`1juXPoDPcsJ!#J#&x`7Qor-! z|NP=f?h7xC_tSBI2yZzxl zv>X));J$CgkJI?NJO2AW{9A8-<2}@*cmMn`@Ns~vz9|g%U+{!2_~OXzDq;V^wZL$% zcjF+}UKhXigo%0PzhzG%ig_Nc90^l%a`iO2Q#E4OIRKt~lonlU^00WxkUiHh4GjRE z(cP;F`>wtl0T^C_3$*$+N%In*wcy`VFH>K~go#%hBwNUH|31h3nw%DLTp>Wn4t!kfgpyDKlT<{54-!#j($1lG{*HbQ-}pK|_S1ikbDhVK zpCRrEpee8gzosOeNtH^Z)|nPysy>|Ld$0ZueBv9qC+N}awiGIc_&)* zp*4tX<$=fcjM5LprhNY5Z^Jjf&QJaLpJNJVEOc57&X$XU#z2@{p*BwoV#XxiwjC8x zSEg?Kb#s!>zw+~ciXMh*8Wo!q4FO2#z*<}LId)Pf2+fCpXy;g!zjk~L-}pNJ#=rQd z`8-4}F?zeJBzg>>iG*;hkW`530NJS+FqJmTXPVGWUJ${Hd|47|>fA_2C4z!--#7EBlhp!$7H>TdpfdS0$ZKn3dL3A(6+ zG(zDA=@4;s; z$GcGAxVz;x^c}Y^m)H1bv>rTt5S=(otk?Esjh@I1_!J>iP%$3`Hzo@uwfDCJGjCWn zf62;BtclnIz08yZTj+3dKlam)9y!;UONgAAD0!x(3f_bam7OOx$u+Hf?zqIDbZ3#L!g>dfut+6&GRf+ z7c^g}(c3#UMZ!Um$&ehcv7^5f5sF}~awrY%u;48yJ$G7E>a4UJ9So9zI1{20Wg><~ zG9`8+)WBRj4_0B6IE%m{LJg6c5-kN<$}Zhz^7?g4jvVWd5KgTl8}z$mVjLBSW)3uI zNoYBsNw64rH1FKp%iMD@P6ei-^gDX!XGi04?p!8g%ffmP$}Cti?9zsLA{@VzJXHh|`f`8|^Nn}CRsNb8;?$$N}8ya_Q+0>0}l52NiF|FPR{6XAUF zY&>^KzimPuRv#U&arDKE=lk97=c>rf)tMW^eHWGS#n2VF6;RD+b@id;>XnII^||W` zg75skdG9&Lp_4Ti=e?H+*dqRq(uN!bJ3e8Ti5LV6k#=mfkyX5$DsM{WtOw3vVw*DU zkkL7yQ-tU^uOLd+&eV)kIY7JcaPi~?fF3V20_T|MS!h$D&SS!Ca=EMq?;nUwiCrk0 zu^a++PS?2e#o-fLD%4~wGE-8frh~T!rwkIE(t;Zj)r_sKR_k|Nd`%-I2<2ed1YrW3 zypFFqTxGa6lzCEvm*`@Ai%-x5BsW@yo&}x34%zhpIfA6&wgzOBvO@t|gjjFSCIp|# zbeV;E5ZWBjIiu6i&4)11Yf7@_o=tIa($oX=r(pmRXMrsmB}H1!v^;qyUUUM_t^~}g zOx|~)pyy_-I9gn3IV)M;_%3A^)G!8lN*x2^UPW<9~?l*QAhuKxHl5TVOY@4{U zy7oQ+8@Yuc@MEYxeb-MuFJtFQ%o|)z*mCq_+}yn7c(3Ev>89LMfoEs9JP-~~P@IA# zo_luIAsvF3_*~zT=xufx@^%~abUO%HJ>*pTO~_zj^Ef|Bvmve zw#ji|ZJr&PGEJj1F(00qx;^;-d!+`J} zCE)(<2Uqj$Qeu}x509)5gJMItW4M>Fi-2$=U2aHo^9g%cZvV|TviJK-S|@~# zy!aIT`~Nb0?U&(l;#4Y?iClz!tiDita9Opu20=pe1r1QtCl|MfY%>y%$h1Q6B&7_1 ztV#C~a(Fnt->vt009t3CcB%r>+2%rFdWFBkx>)vo>DI@Duii+J<#^5Lue)jK?|F>U6zw#N&S3c)BtZZDeUyI6sh>W;C6>KV`4<4Z% zJUm&CzOcIxsyAZEu9S=}OuP2d*bPXQz7W^Ih;;(pJo(k8PRoV{I4qH=4vjnzaF}E} zI1{d)4(K4d*nAiZ&XHH99W4#B6-KC{ozTH14Jggyt~A&=9I3^U(|Kw{$Ye^El- zn6)rn3Qyw&zw{4S(?p30owC2&$9p1>^92D+&1VZz=}WyOVS!nUvXgG-8x6>g?+}6T zT5u@pim}#_x!p=vL9plsKo8k*SH~GnPR^10&((od5i7(?Vam(3Y8n#soal3;&pR&d zM$WO6Av%E<>(DlT=)Dr}Z~z)SkJ0n&ti+v`bR1-%>|`MTHKo>0NUN*k)?0{li8C!H z>O9d7GyN@+&*4f05uQ!=Nde8D7BaMYNS0q)ImkUjV5F2T8QN#`-kTzq_qQ|21 z07D!dS0#g-V-kkkvUzWKbKLhTw^1_=-Vnkh^f~#WKi&~<@=ll$Z|cdNn3S+7$HN_= zCGU%$mnx zcTSb2K+h4&GDtqd2;6-x*})=p9~T}-$3{Mtn`}ZSGz2W|L?CD9z4f`G$HLY-+7mSh zrEiq!mXoN=^e|y*`XcG*aKLiDk(YWOI(Q?NLaPM_Nj`>$H71Q%BeHeM ze7l~fBeWc`yoXn}=PrjC+lfFTjuuNE2Wu5X+ECDXkA}xBdoA63F^92W-gg9psocte zI&wR^JUESxwB&%?x58z+c?3J+3u)+Fk>p<79-4@qFpI<*>8C*%TAsn~opZ*~EgHK7;Av-kGKcDA9EEr7Hm4?yXe3@556Ji&Fc!_cMio|T>I_1XT z86V}nO2C$U?tQUD%Z(PG%%hd@)X0{YcJa#O9JZYd!+b}E86=;bc}Gtm1(7rHT;Cp{ zbvRH{_l$nZ{*r%zoa2&9?HQ?!XoWZx(w)q)>jcvdB^hMmFA#6W^{9DLrPyeKx$P23 zgEz&5;JaB)?~r`v8}u?lkVf3ZhkaT`sE#^m=X-*9I#&+Y;2akqMELah6^@$576 zuGcdaLe7H*lx~Eg>wUhFm!vCHUwBO(=yFpmgJ{R`x!38Hthg+5w?Yp2Bn zOSribC1iSx^pqXfHcempyr_m!X)E+&hRdA+I0VWR(Ea_{$wK>m+KE8mB{6Aq6*t@i zD5H2b+%e9{>1;BSdJY0AF?FT<){_R(6JiogCr{8@=dvT_I-)nEjk1j&; zgxV;3j@bbsMwpsMU42AAdpXqhWT1am(;X~gh`hzFxgA{`MVw5K3@sY{P@rUb?&JYH z*zc@o`2!MNa=XWW#4+ADMz>OQBzG4zJZ!`d-dwTZhqTfJG$w~oUWq_Aa?U-;$IO|1 z(0tL4quI{LABeFy(B$!L;te=qMidC@3-4}rl!o9&Jp{t_dfxd;@v0;<4OkEY{i=}w z@0MIcaJM>yx5zm%=t7b_c_gT#%woo5h(`9qMpihC`#kQAjcbvVoknC}^r0^8bjGBf z{b>bv10~2H`RwNz&nw>uJhbM9Kr$17!(ATjNarlWJ&)0obvp%UJTHqQgD>9q*{6o( zz~S!x)DS%qU*DbmsC_@c6m0Q(8#1Zl5Go z;X?T2Lt?1J<0CIW6Y8nmZOsE7GWF|6lmVb|Mc=r^dpA<#ro^=92~7i6A%-iQWfu>n z_Y?s*HqYFGP!Ecx&U&h3i&$0;;w}hyi7UuRFvyq$Bco31A^=393nZco5JKvtwDFK{ zgoZF}q!e&~<#-`v|B|si`tSE)z}+&*0;Sz{rq<`-s(A;Nw^)X2J=xt!CkuIU$ae{o ztIy=;-aFZLCeHW)&!3LZHHbq5XA269j<0*c6a@9^MX)gbF5JHM^Mv7^iF;pYMBB}< zrMwa2G-5az#HIJ0XZ(>s>O$Tk(|uQ=xB(bX=SK1wnfCp8`P&soInRiu$<4Kwn}P7%GPvq)9!$VAN`Ioa?z=rad;aLdbTxVxZFgf%nLH%<;1LYI z`b#hP>?gj*cYpC8^VProqkQk-f$+%#ht^1WftIMJjdPrNxfIBO3RqNhYUte9dlH-= z9$o(*_TGWPV7yKlkx{vjn-MU(CLiHTssM8{_GwC{VA1hWsZ1Q6W~MD(4XTeUQ^$EJ zL>IShFV|m(D=Hm_jWolm(c5j|_T?FN3@|6hXsNhLaaV|`I&MtGAuQv1 za7$8YFa(O}$B@rV8Nt~RkzI_o2Q-xX73 zUXA%4ywZYGlej%^Rr3Vx2-9plJG+vUY`|s5ODO7DF6qAT!%)4nGR<*=+<-{;_p&534$T301;EVPa*Gp#(BNcXQNkx*flt1|_VeH3yTAC4nLqWs z*PD6fqvgW0LFwtyh+XJ0@iGYuRK_f!^?9Qf6qxsmvPTWUV`zA zWJrR?ulteoJ#B)AhR?DGBnQ^>#1@3GO*GAv2)WBRfsbpNyHcC?{LAF^bz<`!sVhl^ zR2tK^kgQQ2Y3&^9E%r>^ z4Qj7AjHLP;0=i<&u~Eb^m9{8hZOGD*qJHiB=c--BmuwGg3YUxi|=wk#{wC;?9-bc4w z$6CFPxeBF|md1Q(9L}9^*9;{Jp^Nw0bO_bxgP5evRWKv7f%Wd?(XB!0cTGZeTl6MF z1E9XB_m<%I838eO(QG8jObOz80NoR_j-f(g^>*LjNm?)$fk^^8Ty+74hYgl0@%aj$ zy<+?Mw;Q?UPak-wg>#-b=ZPOUJJ6=bJ%12*_01n<`GH5)uYL}@06}ioZDPL8qlbm4 zc!y$*(8SSk`1Nb-gy1COFmeX_@&3Ue@z$ASVoW7+c#N>jgc5Ht7eH*xT{*5w4@L}~ z8Y(KIE2>9?dX`2^Pskkk#nf(OV|! zRfvRxL~*c)TpIatoLZ1p<3K6OY{NE_&8SJIKi_WD#*1MM?mkqXx?bmaav)j!xQ}K7S56SJ}z6Dv! zR;_)oU{k$uDC6$M8}%=I>wU$$FB~uagFk7A5XQofp^edTTyrDovwOAK-C^pr>HPG- z!($}iSSF21)?2vTj|-8BgU*EINRgEy&|-1xv`t8x$!lWLmE*cFtxr6(CnmYoJD-(C z+X9D8X`2s5klvvd>Lxy-Y><4k8LVwAmWFNj*DX%qDT<`Q-7_VqXZvlCWrH{{Gn~5{ zfTa@3U5u-ci}%N8F&awOjujt9LhK_J$1&WcFu$oBmyLNXR|60m$QH<}z~bY~%qm*F zG^kM_6u0256P8MRD&(h1UhUd9pYnyQ5vu_%O2km@guW3rAF|@I1m$37V!v=IXL4W3 zdYcC~S>xC%)+(`Vw3xgN!3-A!NebNU0O13zIBN@`ls8GV7UBcw+Y-4`HE*aa4%KV`|gQ=LgEf z7AG`#c3`Rv(G~i_VcYnq-kP_%MtX;NbKS#KjiO3#6)6yxNDh#CB5yFgF?ec(^9EbL z_VULD(`F=;-WysAp~F`EJ~8GXjE)ii*{#62dKdt_1>b|wJ{!iixtE~d(+#+X3vg}F zBjQQC(Q<344{e4a4MK~9(BH6H({+J= z{ADZm_wji1U;b_R%Afz^mb#Hf;#BwE3NccWz-O=D@K^rY|H7a6gb6QLN5s-y*gd;bNpmyFxhTH?wESl0sB^ZfL?wK4EbAlM<$a_K^sD6Ul3R zYo=c+!X&=SwTr+cSXL}<^w1y(eRjZPj}7TcT8!|d$o-h{X4v8($@FX?l!X}I(6{Fv zhi2t?cp{wMki$w#h2!djG(#=yD=x;3DJan@$EA|DGrBsyQ_6{rnKlMmdg`~brH%Qi zv-LY~u|=L!=#wzjMht~{S$R4odJ5DO_@F9>ns|5$gf);aAX_7Db~OO00hlAj zB9{usfW$=00+Q%)u=ZPrs&FybMhNh(0njkieIrY2fj_(8)koxkxn{}x*r zwftT0AG@C-*|q0K=$<4NBlOYr*CUqpn!F7IA83=(p1;i<-(H>JFaECrZ)0%&-#$eA zGf5u{e_Xp@B-FdVKKb2G_)CB3FY)s~_w)SJ*M5xcJO703&?tunWuoOySPs-4I6WTd zqYUsreD={5{^O>0y#2oe?vH)`_SNi$_{eq90{nMh`;{+V`Tk6IoB2L+j=X)IHy`}1 z+aCtT8{jSs{_^9F!1Jwt;hVpQAK-1e&-3whcl_P2{oUW&Io=)5@Qkbb5AgS1{>JSO z$`|iN#Z`=-zI$?kyU}3(^LZZkqVs#ZDepgibN!uv=D&Ft!w=(9?xe|o|J5(Q{rAfM zebSKzZt_dJEouqZa^WBSi67^ef92Qs<~P4dj)5>g1H4ubUhznS&J)x;E8lRV)4iJH z6M7<{`OK)$gjj_T8q>!wX@AJ)Q(VUGzc2oO-p9xP#kb^#|D&HUpYdVW5J`JN{_ym| ze*CAu!kplfPe13w4?pCmf9h*&-}xmTzw*dBEBSn&9SZa3&u9oQfBQo&A3mYEu^fGc z#hQ@N$lY&<#73(}^m|`LUw?>Pj^4qv91)C5OnfrUoMYnDJ1l`En?AV>LZ_ePqYCzo!01y zk}dmiq>I6CR z#ziJx$H^H1aWM3f!me@MhQ59bD7g}W!56;`G1KUc|4)AASNP`N{}xYAPyE35eZ=ca z<8S^(hd=gbU3-C&RJ{_QUQ3T{oH`mcMl>mDi^Oik60zKvSEyt%^|tWgEm!{!%JIYh z>5rI+5ke=Lj&|T4F>?^*%a>cJ8tpXJOYCZajFY>R5a*i%L0F?{35w{(e|6dQebk zJ#&l;D#~eo&E){`;WbMN#9R;)rnI7SVVi`Kl{TsbN#Sx-rUoS&FV02~<$dKlw4w{^1W%$yl&|t}g$V9WiZA1nN$+iVlRo9rHXBgYYZA`s@7IPyZ;>nyJT) zV9*W~2#yJp!5d2z!85hj!vqPJgb z>)UM%MouepZ-g%B;|rgTBb6K%AJ(FgcBrJh(N7x^HlG&}mkE{$ zmN$viB5%@6vBWtfP6f7SZy4odJ{ozyrisrcA#6rZ#(~OLx-rps3Nzo!N0w-4a6|E2 zg=gEuslzrIk2y0-;d5?=W2dARKdCKtK@YSV*CeBzjFRro@}quX*+I zIY0L^e~in^kG;jvpv?uH3guyg7FiC7csY;6rt*Y95)(~57U{ooe(+;4|L*fhtN3s6!w?E7kV|% z4rX-f@lqp_zZLUU+H zLI#P@+;|{J3rw*=Q~IIN!Vo--V+je`2V~BidSk|`7b$MUc_mCMK_G{XErT65S`Bo8 z%dvAgdYw9#$QB}7P}D**at#3(e}7x}JLKbM|D`{QSm){K%**E=u9YrNkx4u znivmkXcgkLvYd?dq-;@0qg}eh;a6E;Ns*G2HW^X;S2dxVP)i{70{V#L3tEm?QfdfD zTA7=2P~*imFk>{941t0sFX3$=(ZmRGB_-hn7ijQd6?zmd^8>47$~G}?6HWRxFT2FV z`JkL7(V|hB5^O_c<3m03x+Pw<#u~g_U&cgYVa(QR(HD8UbN6A$Ja3(O2z>IU@cPZi zJj_1pQf*)PigdY_{(Ne$^A|Nji-O`gp3i>V-Jxf{d23@&D7>@ikH7MRe;`8ufGHGL zHjdksELTDhdT;#d?>zFmZ#Mo2AMm4-Pe2I?>IY{p{T&KAb!u-u1axl19*OGBJ^`?D z7&UER+D5%NVN*elXVQE|-aO}_3vG?0QJXH5}0(R6DWOVZ+z(LAc!#HoE`)XLQK^Yfh{|BNh(oB!mbAn#mHL%GfIFqa~(Qs zh@-|rK!bDcz>S4$ksz*5&_h8FI-0VC9*sUL*4(I>I3Ocb$gvV)Wr_~ioTX8cq7qS2 zpB>l&GbGEOw3O+ z$jU)h9#TPjq}4{YmFKlFb$FplO~ym7#2}os@r+wzzzwsGgc|P&S{>X8NYu#{o3SsDFlA>9i-`65afHk3_y!@VT9u4;b z;yakJefK~A=Q% z$0E>OQ!zI*tfb44R1T!iUU)au!wXE5`s@s+3zDEuMt|`{d-X(mb|Lp6^DLSFi@i7d zu_Vjy`#!(lIVU3S&8(%nx~qFO&L)B*atIGOG^r6qk4R9G1%V`J69)WZ*ns_D!0&$W zA7B{pn+5pA5M;qm0%=(?Ef}Oc7EK8w5~hdLjJR|5g;U+twPfCVBjPMSKm1PI%pMNK z=@FMP%mXBHc?jF_jD0l$*(bWsnlk8O|L+5!BJPB5wf~M zt%zH4TX$}~O(2V_Hv&TuN>QroS!1!fq!@z5>M3$>T-DHMQ>7*_QP*h4?ZGt^st6j3 z`$qK6w{$Ld%<6$97>A@B5*$Y7eCGgj^dK0tuwNS&9Z;m9aEe~~R154|WlBe6SYTKg zpHEE39VH7X376G);Z&JgrP3v^TcagmpdeDYteLTSd9+c`C(E?nS7{1s66QJ(*T`ty zY;!s>kBy7uz?3FJa1bZ0MLr*1;7SG-8_}vn8p#SJ8ihn9&^ET;w)xLynHy^h{)4|h z@)!S`Pw*>0{x`W}E5G&GFYuMe&)M&GfcUdml{UFxXPXKZ8#YzKwJQ;YIiaDD4=)3d z?mL7h*9jXcvO-%f(D6VDne>^LzIOQiEw#S7Jmi(pja_2hEgaXv_0o9Pt1t3{AAARo zhlSTE`vpyv z{DO-dG&9!Y;F@lh5L{0rkM2%8seyTVb<)VLd4FLJjXAJTdKVo zt%MxV#X(9nwKD~^2G?qn5(veabUER+S0$nN^LtX?*rtuOC9DPRv2ZCzE|aI9K21nI zVZa!xpj9cVw9r^XCoPMhG*VS!5q8C>32Ia3-~t*ltjaTp;8#Ms!U6T9g-cXg$9rr)&= z9A#tu<)Td;L7k`P1`#D8;x)y1Z|(2(oRP{aQI&S~^_MNj*?*oUQdmKc|EGpdA+8ovJ;`Kbp1tAqPaR7V=Kct!{C^jH7xx7-Nu z_S!Z-K&-(i)z!jNN__CU-piL?zvA!zC*MY%UqS1adG;$G;KAL2-~H5Y@$K(_58wS4 z{sK9#{MPUM9=kDMhfDPOE^RkccSq{Qk$mTfeu2Mw)7$y8eJjZ)ymvWui70`q;~fsF_+uR9!c22rF}M z8dgitJbO@SR8?a0`8XovpGz~QKlA`piCKc(n;*GhDBpL^G z2yv)FGT|ykz8VutgC!YvnK_J&M4;%7`<&QWK9B6LLqb%zmJzMa4+v(|=)gxc80$I4 z^8?TS34iUceU#t%^ym4#&-@M#UVg~KS6(3o<##{(MLzp`kGRmr!*>k4{iXNv+n+}ZcV3-&t4%}JCguIXrxuhcb+rU{8sH6 z|4i0a2FQbVVc+%Qd$3md)Mp;?&*Z7)BpRQ_3!iN>;H%AKm8AXjB3Kq{_M|^QsVyo`;6nr^JmWxF+Tg% zE0zN9di6z8O1%E;n#Yfy@Nd2U73SRd7hk+Y-v006HA`pvZR)ir8dmr-dcf7)HeELgZ z)y+KA@gvCQstdsyVTptc! z8c1;<#y|*)sO#-PMWo=oq8TT0T=CgYKYyzRtM|t@c)GYaX-orr`U{VkmyD|N(!EP^ zsfY+M2Hv<{F+fGnaYit7yyW#K*Zkw3|G)VBS6+W>zx1E4KVN?g>!1F!U*h_-GF{$d zDPUdvv}AWjQWf6z;2y`dP-sqPf{%Wj_zNE)e)xOgw|?`)mzI+o<``Y0txs3BrfPMxofLJELZF1o@d>>2 zJ}14z>{w~JHHWRiqibt{Pz2TyU875XX=Ns{kXVR)MjfaY3B^@uf*GX?MM$VP5Z5}; zMX22n(q*B&rZ+enDhy#oFtR0V3$DAj9^dF<4b90*>LQc|6oM0b#KBV9p~}s) z1EXA(NX50F1?!@${=U?D4clBxeiQGMTkl8A$DL|+#^$@|q<@pp&hQH7#hZhoHpH#= zpDEnzA;aC9H`L>XS#Y7%{=Usf)*B{5zs|RK7UK8U5xsK$x|^Q>|M=Iw1nL;eGxBre z1^CUR|1kfvRo4@&74%i)!H2wQqpgd=Dz}#@6s+s~-NG;Q%?}_KM^1-(=l`np&EMmX zTrplC`hXbUNlXt(=|017hm>~27|~#;W<+M-8j&Z!gh&OR{Sn{&>#p+AkKg?G7w*Hq z{g<6wwIm0YT+V*Y)(FSJwef1-P$g7Sb*leq^ttVBg>mVYL^(1v>nyzD&P;RUXcO(U zLr!~k&nLz?5r!krb>z8@Jk2kVx>(%OMwZh(78^hsd2mMGKqkcnHKTN!u!^EpX)REe z9b-JvL`cI4mBwYb!c2LbU*gI7A~9rWN6B;%N*N|Q`xiBsSAk;MS?3z1)%`D zwX)BRJ4>M|M6)gzZHfmlM}9Q3G7-hytq&XJ0&Om!azsMx_$Wp}r3K z(vAbTq4(abexd~@vayWr-6tCq*u3G_Re%h+0h2WkY^Fl!4O_W$ja^+L7f0-{#}51R z-@*6F*D|~RwJW9x)%(QwkYRWmCJe z{=!E94+L?)`ex3-Mfs7oRoP<|G-BMr!6z*#bsk zYK4khW(~uE5R@<+A-{n8h&y>_AFurs+`(ae;7q;hQeedyJnnzj6cq=*R8wk;WKq-- z(9r7iV{I9de)FKA!Hg8Z4RVUB3QuI$SL@2 zJjX^X)lG*QJWT_M%3zhT)Sl@134N^|0N&6YvqbKe6|KU4HLk_gqy*o%rj2VxS}?9f z`=1W+c9mNfU~g)uRX?Ho+Vp|UJn)|pNN-{Qb|hfk{;%&9!yA3(lNVj%89&fAN%o#) zZR*t0Zcg?6K|zmjP>vTawPuGsFF#XWyZ08;e}I%mR4+;CKI8a+ae9eqy30827>3|7 zPhmkddMUsGkqMF1%_-mVvSFou#C0lS4saaZqG>zr;Raqk=1uO~U$3>%x6UZ$^{Rmn>lMbtvt(jIjnaXr7-D< zT|7`x<~9JlwT&!oqLxI!co3ejlM_i6qGnD3KlK^9*+OMgO0f+u zE$*N)$-*5gBr|An}ccw&RoeKM<<1A{T_K_pN zS_5evS!*I;H1j!lAvnxFRt~02wG#S_e9^#|JK?Gc`%)+(JRaZ>5(gQ%Q&vJpkk00~ z0%Nne^1xVwajmKQMs&2}HeMB>;sPAj)SY%V=xu0z-#6MX+<<_(%I_8cq==`s+Cgib ztkP2J|AxPQqyF|XM2o91O9u#8ulx15<7yHv^hRePLQs@bM2L>p(nqb(a0o zZO_H=qGn2yX>ARTon5{90d$%>_X3Y~%))%?Xcd_P_UexQqDtfMqM_t%SVH_3?ddU!+KqMGBC{@H~)+kZs zY`Q2tlTZv*H<`&nSY-5?v;=l>MXhII=Be&Lp^1>i{aZ)RWx5!UpJpXO9DVLw*T_s{ zsD^~XI6Iag;R36haB{5?QR6TILnR(Z#?y$@9i!DAz+92Jif0bl0xiHXxZPD;8^~50*22lpe`7~Z6@qCD^gUf1F>lssM-M>Q49v`{|fa=$t)+M`(Yy3%5 zNP_ghfQ54%4|vwrC9h0C)d5*l#hQb_&pm?f>J+L6GK%*ow0Kz=x-Wx?mj}8=AaiFn zU>75M7Qep#pH;T1aU<} zVX=YGvw&SZAQ(wAtwrbj$0I9|wI&xDF=HSDLJUVYU@&horLcI`Q711IO=(Ri)@i04 zIy=iiUN1Pd4mn;gc(y*EwAA|+l^9ke)N@1aWD`3U0>WNTL{o%}kT`@ulO3~-sF@=h zRmd?Av|*~KML*qA0V`BZ*fK%zR-O$FlS@AFJ}Z~SOr-}G$%?+%snXnG{OzKH%E8otqP@! zaEAW%-PK7qlNGERTnohFI{v}adQw3b2mOTX{sAGo3zV*r8eIG(RP~^vjl3)9JaEx& zL|OqZU%TM6uRMH1$O+zfv0(WvX62zy#yA>jY{bxMkZNA{_K$zVHIM2U zz`dhq0NZBoMm0=5Qdf1mwcXlPlm*tHbmAP5>fPz+$E9u($fuSx)^NzO58+y$iq%!G=pv7&cfoLmM{dZn9I2R&TN(vM;auW|W2vwyw zZXs&J%q6XhHWvVGj<~Cq(2~$lS?k2}7P-_T`#_JLqmtZ?gF6N=qUQ!#Ty$0%}5>Bbxo*gyNQM)|B3OpvM%p zbm9K<$n#f^?5-2nFM0YOjw9cB{RXe|kjHn72X92)c=7AY?Ej%FghmLJ5DFm{Ld?Xt z5~H~hY^tPK&`|xNZRCWlxc=tXv^3&=xvBeexRF}h?9|Gw5^J}19jGwOoGLJi7^iI(NYk5Ql!C?=E^JiVoxF-oQOags*wSH!qbYvQCz%EHi2s3n>T zDZ)-qB+IBYiVEv3OJ%F+>_b?zVQa)JG9JC&uPsq5z?#^Zu*Ps6v+mbMo`jtI#FcJa z))*M@`n_6YvB2CCm*Uv{sUD$4RuV_sv1>EeIxtYV4v8Hr&qHJup=x8Yg~5yyezLT9 zYgXybFj2T5uXTI@Nu8?GE=2>^Nike>CdaF z5UP1~;EjHQ`R6Hn0EkP##Lf*|H+b!R!|mUIcyJ+*-F0#$>wZGk{leAb7kIdPL;z_( zmcPDw$UEXA-r&WzwhL7os=0UiPXs*@f}kOx+5<#f31M;DrnA&-pP|0>6+Zr94uAC% zHvwQQH>1)Go?i7PFlf8k$eYuWNMkT3XebS9&Xu;JDFv-H@aK*ar8DyoBh_X=INX^l^xYcVttI-)+ z>M80;MphEh+~=){kcsD+xoBkyCp1)!ZAb3uTvg$@ObpY?8Y-fdrR})p4!JsENoB(Z zbRR%biaF6pyP*jUvL)a6<24~R4~(swk2c}d_GD|UWgu|Es!-!X2rDrb2F;vsWSUmN zQYNmEqQX%VZ5X()#;zFTfm|m_bFmk)16l(3`zsL@bKHg7#=7L1tV|THEip52)%FaS zGZ&lkq}@ZrxUdr?8V6110JvkNg*{gxa@5Fa9cThaO&nr!3p4}FkQ|U@gf*bS6_vml zoGG0MX~k-w^$xy`3*=1#uKPrqmq|z`2{pQiiz_*W?#v`2Py?a($-n9Sg`za=W|`u$ zX&e3kocB?OLYB&P3cT%D*nRGjv6p3^eb>rMU-8ZV$-6J|;v11Ky_MZ4;w~tvM^vv- z9UO2WvD{`s?Y7g*!`wFTdT#fZ^5#kF_`WZhydLF5;bC zgQ@f!$;@ZeeNqrRe_gP1x+Xx4+4b*QPrI}tU8fENjhX%U94(pqL^8cDYjC{=nyu7% z&uj&4LO$Ik1!0v+Yk{TgsOv~G7a+-&s5NzChsG%;-%P4q-m3$6a7nO1S1!^O`*h8* z?O9u7sTY{Ir;=?7a64GHvx^C5fRC6_t7{n6 z=6Z-@iQLm`?%2XzIdF|~VCWi#h0w&udo5rO$93Ct)h(8$pupO+VyQsnh;aV7~pBk)M?aKbIM zu2P}}-+O#_{ z0ilbsx;rxt94jst9_o!m8?rePcb6w~zf0-8r7DURI9cTWRby@g77KTWXFQ+p@!gM} zKsfNF@{sR-{)jK}@U87ek=!@;6(UbT=%2@)=KK8E;lIx@p5cn?Gsau2H+<#ye1$ib zhoq~QU65zn@I(K0sn_{i2fPVg%;M|{&b0PNx^??Cb&!<-n?QrilYfs`KpHJ4tPEba zYejR!5Nb|Hg0+rlT-l2QoR&IL<~`bskd1%8iDALYp4JMdGSV!u z*vO)h6lRjT8qX#~K{$i6ilgv{}q=S?gd0y^z z`mxi4cexR)u?CmqI^W+OWPDlw5Ly{%RLF@KPQ7#$=CXG?b`4}8waVBkcZVm$2BT(1 zR%X;EGHYZg-t!=3f;6AYx9DDhDGptSioy%1dEL}tf*ARRS_wK;(=SM6Jd)4 zvI?stj6!ZckAD;|Xlh&yiHn+f6!x4-VlEDhc`ZUqg+oY4-~6F=)M1WZCYqsXh2rYX z))cFOvhJ~Ez~()S1(l4Y>h3+QbNGexsie{%x%NV^=$-tE*Yvn9Lu>`r;2Fx0@fF^=|2$XA3)~r>@T1@UzX0(3lRxp+cB9COaE-fb zM1%zxK{ml&=ajnv-ZjQk+-&0j-&_E=y<+b0-`G#~pc6>gtb@tc=r zd(fT3%{n0S1g9OU4cj%>gaX2NWUxvyLyB|Lw={Or4wkU3w!L|s_Z8gkywyZrE*YlcO+Bk_J)JT^D;3Bl9NNUvCbVUy zaAFsg%pP<==K-OzTOm-HN<)_c!)4V~XNEO(F1;(>BIS&PYZhrKBdkQtNS(;BF%Okv zHV$oIs)f^JjN^f(u+LCSVyPoq-6p&RZ==uOX00axfBE$wmm;tZiyz!-ETx70;X>FPp4lGXbN zn%zI3Le%1L+dA?3{7RQ`e$JGHlRES`XeJgIXJwodlP&~iN^Iwjn3;14qGZ=D6e0KX zCAO7BWn!hK%x+vcMP;WaPP<0B$mEiE9=+cp)d4byPk(a12B}qcxSY1pk-5nO!|in* z&jB*6Fs^8E%W|z3q%=dqfl>yg45)zAfMz3{24q~_=b^h(HQ7|1y^F7T>q0q61Uf-}r&Q!+-J7hxWIB;n6oXr1zTs3D7{U5JvhI1Iz_BF|Y#XAaDSl^GybT=`(I7 zb9_*`CZ{+iB?@%O|MQ6-%nxs)|GnQ&Go>2+G;Uiabq*4Qj9H`gu}%OiRl7BMlb1p1jx4Zt%ycZV(vdIDJ~v2tpG*aG`r$y|p>pt5RU*A}WorZQ74 zaEg^S2qoU6&09vbrTt-CuxWAYty3bz6-}!*_SWPsJ?72ipewdJB2y+Ob4*DSS9dn0 zR>Mj>KY!AE99=D9Es$|u1KcPkZ8~ydLf8yNn+wQppu<;_%V+)a@BS!HURrt5-E80U zd|_GkFv5?2-~Yfb{`ybyJ>T(jJX`Mbv0wl9f&ca!*^2XVJFu-| zjZz1K81s6G_VL|Cyhf_hQen+|mi2;#inYMq^%+Tx+H1BPjkz1K6s_F3b&6p^Q}cN| zhFPLn#F~?dG`MTfK}L>Exk`y$Y3vu{PHV_G(*~i{K+J)-Dyofx46JHojUMdP$9J*0 zqLb*6MxwUFxM}d4aR_~k85(t{$l!*kp%?_Et`oLKIC}c8Tf z2(Sb;C_3i-i?DixuhFQg&U&nYu&NV{T1R_!n=zGkZmnlgp3Dybs1kt6%Z~?M8Xti| zOf$Ld_{CrUNq*=%{{h$4!DT=GUH=n*`xn2#N9VVH^Y}-<=#O`O?!7DT{)_{+;+Stv z?%Q4pw>%X#dImjP_A$xU9MIN*KSEr+j*i8VQGUu7d=ls7frLzH>fQgQJ;HO2Fi|Rm z1yh%Y3N2DwqG_enKrW*r#kc`#%*T5U%N0)nuksxh8Qe%hv{QgP;;ad=Io3axc2+vx z09><;J}scnfn^JTw>S9BU&XlD@8UJ+*ISE?j+2l~lG05sptVG+%3KCoP3*@j#^J~) zGiw_uc4J-UzjGg7^_x*!!oYY{C4GbmPBY~rL5sm7>V79$w~SpZY0&@-O}O zU-$n1Axqw>n8zQ-+BQExyttJ_2)^kzxUck6Boq$-iuA^xVj@Ttv^fw%ahD($Q*c;j z2;K*fN{_ZaYY%blXhyHubt@sXVKoq`9c*K)d7=Wf?rBZ@K{SU9OZDBG%jgChVi<`c z;k?0UU1d-kZPRx%Pwo8xZ6p!b@mFI_or`|k2o$f?;Z{@d+~3;}Xj_oDeKmRW*Z1Dw z#$UG@Y3o35j#tdu-?BMr|awu&=U!KyNpfJ7rjI(0aBMo}HO6U}INf8#cP zp<_}obrB7JY;HIGJV0y`;r`ZdT}ZoC5QvCPFM+A6~$kQu0JWSxC-W!%y!l?#q{| zIQnZSL?eBFfcg*qR(UD|z>+^k0soxaXHhKSl>7Q&Tf9R9= zCPFp$Kn%1FLh()Cn%B&08;Oz~xFeZTM-Rs4(~3+bv<#c^N$+T@L2Blpp62&wwE=CD zTY%9^h&&Kk$Td(TQq_r1`?j)gf%~~~5U?hwH7@IdvG~+RgoVheLTf$(v>M1VI({Jf z{gUDVz*U-878R-ujMlJh*jQ=v;F^51vnj19b>1V(1UV9DXj%{vS7*+X+gh*5O*rKS zvwzO!)ibdsUSde~jqjKTWuvUCnCpN7b!ddc1VtIlaU1gRF+6gmpD*8;7*^$Fz6uTA z^^Si9a31}A>{CC*k9_c_`JaF3Kj()(_%naJyY)|CJ>o?k;(;tm=`hjT>8p8%*qXD( zYJYqi(y`=;))H2|>5`BhRqJ{5BsJ2CWAUp6*JLm!ZG_GS6lu=GZ`;lax5nnuyS$aT z`i8L<*iFyLd8G7SKq<-LtYshvKY6N#v!&ODTx>1UnxFQudA4w)^WgGe)&iRSz=(7@ zX-BVZNVg_(-rW65{p;mxq5@lXu$3Hwi8JRK?o(j6^ROY57H_V74`Sdad27K(tJKc1 z7gAA1!==z`56)(kmZ;5{bYi%%N!wu^F^CCw+RTM4>||xOk$D}EHnEch#ked5W2Lrq z&a6ye(izdpsxJP~+6CDXxejQK1S!PvNR5?J2dY)F1dNK=NNf?Qg<^@eTcHWbT$CfX zk$SqMo$k;Uw;U6Ib?|J9;9QttJ@1h+i5*rzt&!OanRmvUf~z+=5&ZX>6*qn3eMC)OMYQrOo4ONCm~ zSsKf1_RK&QLQ_f&w8N#3X{V!4esV&OBdu#i))olZxv%14IDQNnO3foplwy%&#ZiQ2 zv@Vh(imONUk~Wxmw#NoeH(yM>ubN`(fQk~jP)eeYjyf*DM2OWf~MU4eU=Xq)S_ZOu@hY}`KUO}C`-R?+`8%Y0p>8_N+h=dVwIpgCF&hwF2^mUL zcO6o{)Vhc{CBI4iIz0sqK0qGoD@o>D4Y9)kB3>j4)7qu41EwT0>P*or}T{(p8o_nDYt&ya-6U`>K)E$9q zO|;s5=)^Z(3@bt1kaSa}rJw$o*MYVLkebM4bivOuB4V6QcR3tihkfARyamtBod(SZlpQ+eR^bi%QNQIIB=_| zHVg$=Zw7WxJA@#sBPPwrZFBYU)5&^cr0J#t+?<|W26F2*>Y)%q_V6QkV;1`T^p>Ur zVO*bKn?BUuD$PU}AC;j8MDJ0omWZ;EWsIfkGaO}LZE#?6e1*BAQm{f0bGot(SoLzl zgOVS?4bGFJ)EaUeX@ih$pzddM%1AKJYUY7j1E?VCa}#ew2cHt8^?apDnP{y~LYikn zvC&6^TfhKh+x*U_Xyc7;!2OHI9G={95Y~fdt{ZUg3b}LrCKktGNEG!0==1m7!T3Qv z^5GBu9{}8)oFMf7h4mqR8-RE`-bdBF=u?`BaY3~C$f-J=bhYRxOIsa`5u3kW3Xw|c zH(Tiv%D3xaX)f}qjid`nGKu1~^`;kX&d6iS9%`hNp*P07&#){Ptm~e6yo)YEnd%QnTJJL>vFsIAeeH@CJ#Fl(m{cR@+PbqUm9(XHP1KP|Wg_!$^=lepYk zos3epAP{I_%NlOu;gzD%$C}ME8Xr4s(W7hPNiU1UJ626L8FYUGwRg3}!udLyfNo+Y zt$D-NyBdH?bRBKSN@BKwgY7`P)(_UGZOegt8!v6-WILX;yO=draV4GY8g8%jVX&RA zS2PbRs8LEJx9EZ#$C22CRsVYarzT6Lp7VRbmcU(B5PX=Zmdfnq5lm{TJ&v zhel}D1Cw<4oScL3MCOV;X?M-b?V8urry8wCc76Rm?bXLUv(R%!CI**_H(hgh(+%h2 zkAIMlJox9|#5Vl1S=Pha7kNlrmJ32Cy>|47A1wPVZGl#U8!nikK?t~hebSXdGf}EX zTmQ}&PW26;5TiG2LddRrpJs-z_}6S3sn`2{;>SK=NPg1g$q7Q{ss6I;nb%8lp2%hB zzlZ>R9t3A#PXBECjoHeJP`Xy3IFhl_GXRtGsqJ6VDb8QRjJ!<_dQ%X%)fm)f#43GU z>2GiQ9^01-yg87FHw`y{m30vYr%!{#jKoF}A(IFe8D%|h>SFPxtJw^xp7L&LNA%xw zqbGYaH#h`ZrRy{nVujT8|HT|lmoh9((H6)$xJr+zL%3V?{zDg#*#cMSNx5sM!t2?}OgEqF7b-UeaFS7P&K8TzHaQE>f@9vz*_sxdAT_k+3dZIT;8qh_14&wM1bZq^4HS!g z<5f}yQ6qNI*3`U|sS=?$bQUvI3fPD)(F0A}IUtOHEQ-ZKFdyGp0SS)G4D=d*aZ(b^ zJQI*ElecyK#f@5|2Y^@<|QqKQxT?ECC z?f>aj|txA!G)xq7Of}wHc?yH|8MSRpoLLZ5{1}=wYkWq)qoqY zB%ds7*Q=TPRc_a=*%@;YoAuwht3*}LNH(H{=5f0#E@uXvpWg%AoNhEd4Vv|?f_V$X z?dq&s*!dx{5qGw12l0$&%EoD@#L}lmTe5{ZOuSo@MP0~s@b}Oot#oYIL8op-H<1{eIO z;t}14R6b$}R38iWlg{uO*6`Q1GXyuB)AwfK)~ImLx?V6Zd)B;v^QLd1|Ge89e``Vc zlAE)c?eyOokQ$2HJNM1swltX=P>-ko&Edo*H%-dzJKo{|gvJ>vyw&lWAH}AdVEud1 z2%@V103ZNKL_t)CvNiVlAD#d?!f@+>`VY7nG4$-K7rdS}8)#@y0=eyx>gASd!Qz6% zj?3@OL>0T~Gni7FQ=)^xV42khCk%;`g(h7f2V#lj;tnuXJVSG!qY*l4GWKYdtdUy1 zDQ!eZ%{Qqw2T!%+z61c|=#Gj6h`EehWNueRDs*#tgA z%&eDmen;zp2&ej5V5yO!E4fDgU-I6hN0KbN_xs(!%zTKn9BSVG96hKNsbhE0vaECs0dbh$QA3vuKwf4l+y*Fm_ zKaO=h9GU;9{k2NzP1~WZ3>EQcNKodKo05H0lw7k?1ama$#|uxv5E#r+{yhDr=+(fl zK_5rdsi?3%9xL#(W8T=C_6&Xgd{Ap)gfuW zRG_0nYFL_ry2!ARRg^YjQAMnkpspg)`4uj#q-koZ(hP2)!tVd!cdjqGFG;4>lfqyj}0(O|qvP+=K=mIHw?x9vsJj={=&B;OfK%7RGt zCKZ9@-gUW`g^GA%rKeyFgDiU_Qu^vQknvErL(F|$T z6+NXA=I>%j9||!EwI>)w=ZjR1oaY!A>EuMJYe)At3|OoFib+ z@rcXFwfibcuR!G__a77PLM7KJDliBhL#4qqQHuc5Jsj4S54!8&J~}LG*MUlD;PjAm z5{S{~Dc4z$NE$hUWME8?UIm*Tf3YX7TEG+c1?&q7Ww2g430>G%Y|S;-VJq_&@R;K8 zBiQu!M;3=mEm1oPtaH_ndV?tQ2~?V*5(d9$k4%;jlVo z1-xi~9}8(s-Cf|@wUiDg}Aix#6@f)$sNA#hRykpIUQ($N;U zX$fQjAfv@>(PGOzSb@gkd*}nM_tLv6rbU0q3Dkm035Zy z*7A8AHEm9w#^6dsC02%FBp7rYEGX%QqX$8vgF^QTrF9aF;&v6flO766TAgROa7YXr z6=>zq$_d0*2?MY6o>F(js0IPhs}`#qL6_1`A=<>aDSi_*R{0c+Q*y7uD1Dk-zKlh{ z8F8b$6=e`?>HsB`qr@Ys&j5u>64Prun$n3t^Gboq#a3!SXPOSeT4B9o+snbNnCMY>=|7+Z?yf>Qw~7Q6k_Dg!@K@B4nCb(QE6LK$!ojMoGwGY2d(q_)rw ztpb~>!Px^r@7TuIzdNq|9a0|RlX@Xz+io*xRFfD+24$vZk7!&d(ESRd0vJ2wNh1nX zb|@QBu_LG+8Mv6Fz7e2JAB)tsdn<6(ga(uVpfI%eMQZ)zDTdaB;IVj9fw{6(m|$|p87?LDy1i03=*bS#-&chmKcutIu)gTRE)>KUH0Ft4AsTv zF=>O(&!FX}f+PF-V@;pxOF|@|hiOjP^+{3+ZDjfAfb^h9g1I+>#!T5#0)p9hR$=y0 zeD9*-U`lk1>}*NZ2YfsRD5W+a$9^PueYDE*^HW3<#1k>8J|+kAyp{qvSEVMR0zm51 zh%|2_>+N&)Rmo4xo^5zHV*p~43xF>Iwr%f;S*QZ4NWmv1lV?@oqysD9`-(n5)TNlT zX<(r7E!ui?)e>zFDRwGR)trJ$0l%0Eh*Aw)#&x5zA1Tvgl@Z^)EE6(O2{N(w6^Hf$ zz4OvL-&M%yx^Xa2iej`5!~aSLl#!H}(t@8iN;o5)e#jJ=Bq@ zv-zJpC*}A+UQ9V4I0pKRqyAC&Ln;z&lpt9eIHHqzt&|oIJ}PwTQ=j=o6EPuBC{Lw2 z=`$E2zPG94vB7DLQyNc9=|P`NelM1X4g%js8hUC%5&%#tM=?OcEzxuYUr1enidaH& zVNwBD$XJDAKZX!RNd%u`;wH6NPwBfHdx2E_2s+{Yb+Qh0kPJ-jw(OIs<&DNhFIk5Q zX_XlQhScs{a)nZ6;%({$kZ=-7abcv9NrdFCh{Ez#5iEovih%Y798^MDDq_3FIYs9j zDtdf0yyzdYDLv(?!`R4L?f7s1>eo}h^qn9>V8dZZ2io3Am6KKu=PJSL2Y~}y+Y+o4 zoyaf-n_6W_<(LXuZvJj7<-Gw|X`<~?+vZ~vLy3=WH%C5kn=j4sjH?R9UB_W@DJrn|*DuR75Zs=|4!$&nGk@lAo6#Zy4@f{(Ta#6L+HY za9!zi&(d*Kz@w;Kz!1?lDWLlIDgJdhX#80K_J`xXkU z;6Dgj<|}prn3Lf%mVF4U%u5R8SQ{D8{OC&Emsnb!M_B^8-zf%7$T`wA+2_!J*DbcsTLg~ zeW>U{F$^0Gmchy(fQkVdd)DT_#$Kbe6F=Uq@Kp4sq}7VvL}HW_s8IsqsgVAJ>(J6s z5kkcIDzy(&!?jep6>yHRIAaprJ5oe1fSL#H9Ck8iAn23C2iUjNqYm%1bi8x zlIK1ItdSCGr?lWe2&mxY*sVhMRx(81;$j5^l!k})8HI9OcNbi%idFfV*8b>u9ltl) z&`MkfO^+D~0QAsa*@r?*r`}TNNaticw=G)C`n61w=>pCdgl;8L(OaA^Frh%Zio&)S zr(w6o?YFX>DVQNuM1ZL*aF09RH7*mTe zD>-Z{>8+3gw+1O5l1@VfE(U^E5`%FiG1`QGmo{q31gz>PA{Zs09OF}PCuc^8Ir2hw z^;|T=$a0-4J~iZ8o&dxI)s?7wO7AHF69p@2J3?-BA`yDeD- zFs64Esw)LVq%7JPOspt%OX-o)&Td8MOQI_YLAnIFfcTc>4y6u+(m~l1Ba(LND_nm; zcYwBt6n+c6rEeb4UO%L7C3u-idyY|m+Y4?W<*s8c?1(7UuomalDa$98+>dC8(4&U@~0#B8|M)3XKFxO#tmQeP2n(rOYug3AiKx zGzr~ke2SWR>4g_l`~Zn_=nx0S5e|&$_nFjsOfIhLSGZJo<&|O0l_c^4kg$J4}YCH|CnTADx#NkO&*%kXH`#0888(9S)+L^etuubUv>eE^xBZgIacuN0ZSW%=_UIh zBhySWt8*&Q#6TH*>a`c?qGcD>D1x{RQO1eHykBM!6;s8d#zp8uU?0H;58lxG3g=dm z4T*xjbXY3$inV&hy0}IY=v~DjmJ)!C!VqFcONveIm&A-h7Q8B1P64!17%i>2vLBj# z{)m|067eS?N=3Dss3b+0-G=1(MXm5Dof?rUz5!t2Gn!KbW;F6gf+|Z)Kp)+b7$J>u z*QrKj$lapoRe_iACmQZbpnCLO#2)HpJVq>6+GFKofIH-~~Dxz07U(m)i2doTg z)j_O-6yJzS(g-Mm(y}PEMQKHuQe4r=oIw`~l&gdpkl;`-QEC}9SmP;- zxDU!}!Q4BWCLXKfDbuA4NWYOu;K$5A(*9Whh^&$wOq4kaDo4hZwC#>j#=#fbajc;< z*choopo-E=)uCzQnm%kKKka4dJEL(1yw0u4VZHN}93s8xFA&sH;|j1Wo07m1zkr<0Wn|OArV~M6`)!L~^~9=2 zMK5#J4=cjq0<8_fZ3!j{ki)HpGz>)#skOJLJp=8EV0-Z+cNJx)=+i`)w%gM6m2|Du zfcDb$MJZw^P)-qp0FPo{3fDM0;KPTA+YNo2BFaj#3xR?V1jekj)ct!TnC5zgi3K{W z#TQg^E^kPy@;{MzT*7%2VhbZM>B5dQ0r3+fE2lq;k-fowl^8_DtorW;%+ws~D!?h+864 zroFZ(BsXroSWsRoyis5zbr!S&qbXv=b$@~DD{zK`+pzN++E5adP8FaYts}vBumZF7 zTI{RdcwDJ4TDm)VrEoSvAq_rbOqG7gLem7I);KGbrSjN?{m`JiV)%DN?}$K71#G6+ zW9>eT_}a?4jYaay#5xHHSk!9`I$~2!HzcK^fGT#L zbZ#T@H5*-|6lz#mMf+X`%n95mjTI_$5@ckya11VrV2mqh|QV=j_ z1eA&RAg)M(gCI5fKBkGuD720g222r%mBX7T(fZb+Iz{jbr!@y%u-BFjiAt-K|IUM1 za`Z9wsktfP*bPW2!3J=A?^DkM7bPYUDZy{?uB7mh*op8yP~r?IBS0bxsS$}xmsTp^ zgTiSm_hQx42Zi#5G+U`0YQ2}}yN{?egI*=mO57-gPvycoX>OBRxhpTQVI#oDT<#>@ ziA)g4u95rDmywo$*MjUcF}1pn&}&7nO+sQS6agEh^?Cv*W1=4v&sYe!R8UhE*OaOE zao?Bh;+kE*9(oqOi=>;H*RL+=_BB`SCDxUm5-6M&Gb$#gO11F;O*9@=$`D5SLRPny zCLvU<2mvDkLVER=;7jP&A^;)-+KRG8)s6f`2rur#u99MJyC*l$7?izA8esU~81c_w zAB7eski@UV6R^^iHi~=Tg2j0wbWtAbQrT5yFyJA*^h zq3BTfBwaKr1^zNas=;-MMv6Zp37kV3a*}K0O*Z0G!tH}+O^5}pQluW?yGXB}UGjI=pV7D^0Lo5L`H~e#g_G$e`k%to+AFz9s}@zdAvh=IltXQHsEgOA zvXgj#v$9Rm6KzQhQMN_wW>vLNO2l7AeMe%EN;hrF+oBRsK1JJfNSvjU(;bJZMd?hW zKVWv;2o^E{NIg|D%rw^zE8AhzUgjSnR+I0fT-ryA(}CU!eyUr0f^q1|<2r-tN_>d8 zAX+kbMEa0=5C(mO#JV9Qu%(wL+0Jq9Dl}QFVl( z!<8PdgEZmnk$w+-K?o~?mmYs!gR-(-*mS6euTi>3wHoCNI#{%iN%_bP%dU%0kn9Ml zOjr$oDwPVZq6SAw(YZB!SfLO+i!){b1i7e)M$=iHAjbNL(nN5s22ZO>Iwb=%P4t-P z({$ivD$5;Zcy|FnOJpyaimHd$e2jkZTfFsjs-Ww)xFCTWwtFZeT0`8eWrcTD0>(R3 z*}-Oq>Ljg3Ax%J!t#Oiy87gEVu}u?L$`-ZWrJQzz-C8EY!m-TG_$1~L!GO#kFj^Xv zpv5B43Cu)x1(3Req4ZSAA~QiuN$V7ajub|~9$rb59Bl+9N(Vm5&x}^A87FfCGx}_3 zft5&jTm+2C1t(fYj)yc8LE9cQ}ne@^B9}5B#BPK}NDaJ@2Q%iB>C``wyxMo|tqEamc z#Q|wp()kFbfRmIFL7~bPTX+hqF{(td;h=&{#44iX?|Vb+1jMAG0A!?Rpne0pFf3~E z8U`Z^j?GST1*FVwQ3>xKF{Yu1p>QnBig^XCK%5uxOZ9rOv$d-$LS^eL(Q|-mpprZNw>N} z*A3=B`Ic~XiRLBl*&|6A6+uQ@2Lm>uT!r0B8L5g&nE$~G^uy<R2-`G1T>W7l|3dZbW{m{AF!qqO>1FCDKiw5 zr?w6E%r#pjg(O88aIs*=3KgWxwul~O4it7rVOmxiidaD3@ybWM(KsFOCJKETBes-8%$&re!Er%8}H{b)F*X_4S+p48-$(8>i_3c!f9hYF(QlN*yg z$~bAfat_@V{m+!GfZ8_bLy5NU_C%mD*=Nr$hd29uO>E>ZTwS6+`xXFwc_p7=X>9?> z5BBW}*8Difv6RqD>MG6ycohE=hb8gFkobX!41MGe~1 zxsuRJC_e@*ox+Mf<<*o}G3t0N8Sa}P`~q{;ky3e7(MitRNFhzBIx5v-dQCWNxpo)y zzN9spmep|tTTm3eVs)*!=mLfGUMKj7k1=U#jZy^!EB6;t(M`OWG0m@M7$9#KH7GyG zxZ{^GWe1F6hov=ZuHyroKj6Hgi+fNGV!51oSr-m^g-X?z zk|NYYF^Q5&B+9u0CQY$`(y8?oj{x)y7@Fg*0yapbeYf>)C!h zeYX9U+BRIZms}k#vA_EDX8^3%%`rOfMS_K$d}NDB6_LYz;A7psx*7 z7GJfr>%hUUaDGGA-;+|^SV1(Y<^eqF2rfFc67uyA*$Me9$7^FsWx73DIx%vV`6}0A z9j_ZO%JZOj&O`egkKu)Tz;pM2h(fFJ%=`1`Tx~x`UALj@HfUS18%-B}7pb-lwQnHx zE3v=&ha>=24I6(o2mua9Yd~Kf`7__W7uYV( zv@5x`ft}ybyEVaW@%>8DhiS2g0j9_eKlcXZY}eQo& zBvlb|wq|<)1UUQ0Aey~&SGvBCZTe(h^abqJav&e!P!gI7-w6cSD}&b>mvb0{fQq9I zz&EeIt{N^^S8UBS|L@_CanbV9J-9RT|5)le(fdDi8$Q<0|Dfl-D_yk`1guTNXWMV3 z9C*EI$gzO^UV?zY4R=7*4F#5qdPmPb^%pOQ^&WkBg-t;eRUiGI!gNHnV%@@_NPd0M zOEnciENUycVO6}AHMzYeUT+E35i-cgTWD9rE+PNYpVtxu3#Fr2wP@9)hNfVXMG(Bf zE74vajp|GMev4Nfs%%llQ*K^UnFFg}2>k+~|Kj*(Ku{@^2b{pWqlbtg*HPbs^7m)uJ{B;;I7|#7p#6a{L*%?=|cz z0e|%d-x+~;XbI7#en@HNfJ`zL9LMNq46qQzh8-W--|~~ycT~E=Md>Ep^fl*FZI0`; z@#pV1-nZ7x5LIu2{9pga|0Xv7{=fOdN}@C9ul~nx)t~(5|0>qDp|%b7XFm}?e}Aai zeSeu6FC58VU1Bb;=&%EGm-LjW7^0)#dEIkCPgOsq!qJLHjRMNLL9ZJ&2n;a`m;Jtm z&a!{@5$e%XK?m9%RtHq!QVXvjO-Gtqtbid1m=>#&?y#N;&kAQE)vBk8o){uMhCUiP z>u`niE@W5Yx(cT@SQS{U4>Gpgba-zmsaVHX972UN(8dBE6+IGz&pa@B=zK3$SNnlG&{<5UZ zG=6_GoN{CTI6cnz`;2E+QGEMrn>wHx;>AHCbX_HlU=Ay>}Gz*d5m2fVFF-a;5*ZL2lt*r*}!g1-S@B;i{M=i z1zuKH90kBnza6yxewF?oSpnhdQW)^FzeUvzRs9qYA@G_FUG2C=p>XtUfE^tLB|V4o zxZYMtnXgw3s~%PccE7n~mmZGVTn&gY0Q<9FbI_Xb+fQ-6M0uN9bupO!u?U313&=xj zLfK>2&neAbYR!Y84=cKr#~B5#Cq~6?Ut#?ULQ7>{L($`+Vjow$iW^?DVy6pw15WjL zwG&fdw5K$;TM*(ogpJOQnw?p=`}*F{fUwZy8&X$8JOwWSpA zm;gqDwsNAr5C#iJDDNz@Mvh@}#u90g{GZa;HJICO$QkA&yas|iyX!3+*7Eo2o(KRx zvQko)pL~32A}Yf_fuZtJ&MU#ep<8nnUV&lp*2O%F)ka){+B7u&nDee}GvvVUs_oyP z^$sqc!Uxab;(PEltk*P8ABkYxzq{eUvCy-R9$xY5;*x`}Ie1{w&OA2tp!vt<{ggV2 zVdy|d!9~gxR5;pFj#FKWAb4OJ*fzvf!;1xgRcLD3?=IQ@a7k!BX49wsd87_7Y3fg~ zy=Y18(Pf9-zD8HC2s+XkCF8VLQfBPC6@GQVHx;N?nAI!n<`vOIx^B(2+w!7&z)Sal z>$oOr50y*x{nBhxsni)b%>;mBuxw~v!BGHYIUsZF1Wco1B=}r~2b2!A3aC=xw9%!3 zAPT`;tXheYv{EKbU&>jG#3lwu9&Vcbxua>(=TN@XCr8aq*MZ}{w;HXZ)Lw=<>L>!> zRn5?LXN220bu7Uw-8`vhWcKHHM!c~bb=eFZhH^yv>TpTp#lOu$pm8-T+E7Wglcz*m| zJ4?0MVYZE=pfudGuc_D1F&7Q(#Q`d$3$T`kCH}C5)t-1^iRv}zJ)zuTJA-PaZlMb$ z2Vc>K3Zq+$?$UaXqRi|~pI?y*eiBcOiqr-{Fm%AS9<6( zvdtdqSE>3%LAy#4C?R3`RC<`l5RXX*Saqn)YiT9cS|S&Oz9No&fVp(RSdhf=XG(&5 zE`3mp`YHA!%tp%aq~VHU9*yG(YVyAxpLoRlQ%W@qO{lr*E(c9M)#&5**%GL2Gq?s< zh``9&u(r+Jt%CJl{s5jmg8f>KQ39{uT~TmT0Q|#e913m({s2^Y6aed0gYLlmP_w_f zB-A~zRzqvy0!w5~Nzc75CgD-gl({%UCZ@%vCSF7Iu&Nu@+lEzNb0|gQrx}uTyPELZ zOWN-)2cfWAfvuq2G^El2RNY`Mueew@Y+Lvbx`yrQirvG8?;b)<0b9Ud*Od2O)9q^X zPaD)VxJ|>wH54y5(g&eiaZ$WxA69f;CdEoBG92R%Ns(rr$Zo)3q3UA{fTSE%%qUz> zQ5-0XJxZ0teuE2@`1RhRT!K%R4pb}rT%-vkIvi0tCcUl>f;Cho_(#Q!-1RGFA zPr16LDt4Go)8gr_@8cvja&u*jQkyqE%cPKfL~SR0txul?*}!-xJNfGi*spKmjtvum zl3x4C=Od#AMz2*0v;}Am^$iU^76w-b(fXPBK}_Du>WbPo)b6;x2O;3j5CZE_%;DLi z^x32Yc)vbg(MR7x2S|*wpx|OAe*wRsD)rC}^N)*29EW!;aMt z5nVSjcId-Bv3?5mQ*F~p0IN;I&$=B~D~mCnLs${f zJbivixouDmLKO*Zkrt*SnkdlI1fG%EXe!~}rO^dmqkAKevlhL?1a_Ipyxb%ud{c$U#_TC9s8R;BIEl6$ zX&NxhJ zWqP6w_`*Zgp^5|EcEt5w+Jw1+uwN5*D`AWxY1cfTY_kWFkI_~GjzX0!dUe1!BkjYx zz^asJyUrGbk0jjGn}Q(wE_o1Q2HShM5o^d936IQ&P{3v<*2;P>H??k#R=|F9)56G1 zKi2++W0C(`(2eMS%6GHgacRG!DGKN%8eJbGMv(V;tDxY1a}4%n!LVPy(*eLK4J_5y zJKW_{`g$*#m|_qLPdi8V!7Bh<`8})pDVhS)+{26nfT|nzhcz5(%xaG=u5LU>RX4ON z$IBXCY+=_yYZ`QVW`$!g`Mc{H4D2g#j~X@yS^xGoVli~-^DHz}Y`FO7ijN*bohS3Y zs5unkQk0vc1pr4^=jGE&`cJNCN+>k==aL0kuNywScZGEjyPCMKDN?m_T{Oe-nqGuu zT{KiZxMD}x=0)f@r1R8813mP?@+xHms!c2@`CbuA3>;Scb`Bbv&>59uCX z?BSzlM@?GvvhWHAukS&BfT+;L0aNWLwZiloI?G{KOCQ0o7PMcH8te^`{0Zp*WrFX* zQ06TK0@HnzSRg&3^__)#uTsglKOGF5OEtbl_Pn-Y0p!5n;Pa=?o3fzM8*u~T(}DRj zWtZVrnltbB>*MF|0rNLLWkFi783a`PXjB{ns^m7rg4YSZm% zq7y7ZX%d9o*6daimnc8JqI%TuYAvyW>Z2>-g9ffefaqOKF3jq7$-Vd?#SsjY+lIDn zc&%!>zUJN@baRP&U8AdppIlr~ZWXeZ6OWy`%2L)OY>^)S+fWkL4b=*(6ut_@j0G6jwJW zdiIB!zAUhZntSDUR5)TeK#?hx{UN<~4 z&v4&=iu?W^ugoLt$KUhG#ZxZBjv{RM;6=grDazaw1%B1Dr>9^?(QF2H!CYQpnl)<* z)}(p?Zts$+>xRBPW&);6+grG9Yuc?as4W^Enub_3*aufP0)B@={Q*D_*5I zLU%3hfT|nxw&DJ&LBFVZ)HPHc*n16|Quep0EA1!s)c}=l`kKS8rgohA-GCT;sao!M!U!sjrB|5nVby&MNgizt}V!I(WLPhhvnRhH5Js|G{l#+8 zMpQcBULAu%_t#fkY~j0y$%2SAmzyhIY~=U=AHQh$yB8Zu_9ApP&uIFZb z<3@&1yQ@(nzT+{UTlWPEVdv;%ypxf0HB>&ttTy7-i8zQ{u#AI)8 zN&QV}HDbsYTM-1SgjRfLM7x8Sm)%Y<{C^Z19@qwbzv0CeezQrzrruJ&Z1`|3fy26J z_`4rIW7WYA-K8+}W(UQNrm)mF>O!o8Q`8ietL;WidJrM7?gfM1^X&NWk?BS1p z1%LS^{KZ!^e|ds2@1ngYO!m8`UwrulfM0&Kz?}JW5g_4S^<-VfTn#nNKw>zzdTXRLxQY3Q+*E;kJqA6^X>fvOvH-S8|*z)ruc2MxaJ zrRx+NgLoguX0QaxO(Vi(JI`>3QiQ;F58%ayfr;xvj`83cK7DaKS3drO9q1Rw>t6Np zK7TeYO)&3o>LB#6`>^4=0?Lgr@2ZnOSRy}W;LeSDw) zuSdML>Y?jJ7+vizsc|&D`1zUfn_h&#<>pGPgpr9qClH4Hu&~(=f_F^Q_h->5%@1!f z{FKH*VCnm%W4?u8_~loRZ?^)b*OkvXbH1sjUo!tsx&(i~xW*rf^soNmGoC%aWVe4a z0@@T3?8^&om+A$Yq8Lp7zTQ*Pvuz}tFs=$5zn>NfWvie~VTjD2<)#@lY+Z;2aPi?4 zAN=vRJo@8r2@jI#tpwzg5q+zEACXjTNw1o-#=bt@LS!1e`3rJhzpSa zrnFuQNGM|gisl%ta>>lUuHB&ZbC;moDg)=J+Ddf(!~0i!9Ge^FcDJi}m2d%d(eTrs ze9Og$SL{A+21Xs5=~-is;lNoyeEI@Dc@CdGm)D=Zkk?sQ0|CYyL?xq0Q?2>t3@NfU+zu@2g%YPvPAyHj4T=I;+ z`VT+4ao)#Yf5Ve6KEM4&jy3&Xe);D6IU#ULFf1|elAu^($lr$$m@?#7Uy2!@&NXND zk7-Uv zgT@_%vesV`4r5Ke8ky;_x-BcK@FLaU~DPm@2Z(h!JG!p(fN<#Q3$-;O2yxc6Mxx^&oP44 zDD?-j&Hwk%@|&%t!-}AIeiRa!vYB4@j?3MC_^W$&LxaOni$DJQ8=ibK@jXY(4a=H6 z3xer0xs?*rJ^uX3!01_s0Pq)I@#LGw^4%6;{H=V>^};d7T7E|BE~em?K6?vadK?n~ z5eQjZKl$Qw`0C4n;m3ab)a1W2qb|5R(_rF{I>$c(X3_sSg zbDy1}F~gs${cmiSHQ?lVO^@})?>Lp(JH@c$eEe&G%_g zFEi)ZI+(K*#wkNM-k<3{CtZebp1eg_(;tXFe=I#$9{(9}td+j{>&JZgXHRato?C!F zhWV%aB%c$@rxW|mA-<{p3cr(e&1Kc-(W&-`%I+DnW-KKAte^qQBn>G)d5+l)=| zInAHH&x~~&^Pfv&tv$!cd7EW}XU->G!wM z)CCw@4sd)>Q^AzqPqqKtzT?lP+b(TC{%%Rj&uQl=Lr=HAQ}AzrGT!}$DLeihW34x* zz2|5Sf_o|mn6~-FmrvxGor(#ZuokA*IsQ#=;QDhWVD5L0@6R0>cFCQX9_z{9KYphz z01zuc@%Zz2N{dXj@*G2-V(cXv3z56T1I9vVDm>;i|CoXDKIbs_Ip5{)Pci=VI7?>v z+&OOZ;ivmd1F{$^BtS>gJ77W(ecI%e1n)a=@a@0+ zYW6w)f^TjF{NA|kx!;zq`$n8<0tr5a_B$0+ym78m0tnt80RXoIiY9cMFv#27_WfOG z>YFcV_c7Do#R6E;#!LSHDQn<1nmflS#y%CjpB@ib*7!@2`f~$)<9(JspYz=pTryx_ z{<-aM2!Ih|-uPWiT!Zoc3m~FJV9@y9pTYb$1P&9S@QyP-Ok99di|v#jI%kT*+iU+* zF2P(DVNPR=-Gs5=SYq1occ*^)Tqa?9taF6u(mh@><(IDWtQf&5Uww{gmuSxXKZE(F zbV~3~-ODk}uF(^Kq~RC~S%)Rp;FQa7PQ2iK695`+`uXD^-?>4kU+~SHnSZ=bj@*x9 z3gc-0((#tkikUg)qWdnD{?~v>NX;HRqI(&td*)3J%^(8J^m2{NTqAe|#OcxeH@~k@p`9vgz+RxKI=Q?qa?AUNJ;T2C-rKQMlN?-BFE1PVOWyl+EuLAq1hPOX5k1u$jc+XTT> zh@9GIP7|NX^Dns%a~8&&`M$K>oGCwb3FZXSseAil(3Ur7uE=KzEqGhe&>gO44r4O5 zN;8e`%Qz*tXo1~g<-C#CpA;26`Qr0gtKbdS?LDd*)bJJ>V?^29`qQtE40w)~8q=Jl zAHTj$D9s6qQ^IU%kxZF!E-o^sftKP1)6Z`#*olTebscl(xsAs6Z~QywnD7_OEZQZ8 zz6E@9?lYgeo;kra7V2=*Ma}Q0_vIYszoF^Jj6GrcrQ6Ds5TFh15& z++?Zf1y~dgQwwD-{W<4@PX+ra1vIq=r`w)-F2nnj6`7(Q=dO1y7Bl{TdY-w@?HaYN-*BAc+xSa48J76r`Frl8XW)L+k|S?$TtG2GYG;{R>Y}$e@?vX zU8dQN>~G@^%$a6zUI1?{6?j_)VClPa8GGvEFYPQ1-4Y#>T&MNqe8; z)-A<*-Zg;5J%<`evGHnK4Zz|9C;1a~)$V zVoax^zjL2Y&;K^o!0&oNEm;ra@6WmBY+2;($7SPL`%Y84Q(DYQ%+Pc#jJIDp*V3~- z*K$2&{Z5Z_<37Ew7QkI@%qhQg?g5;7xJ%!i0}Q&2si)S!TnyoqRRGIOc$-$99%soy znDbTh|4aMaC5te3>?Jy7S&Z+~Slf@Awv0{hIi{Uk6X#@rmY9F;IMXb`-0!<Y4adQrIY~S<moSi zQ;yHK#PFxix8$1T&rih;#@90bf1K(CVfHz9YtB-ezRvHb`^*WC>9J3Ny{7ABu6+BH zz@AfVQz5?e{(Un4VI%;izUflhCDYjVA1{n0t-AEkr{CW-lW-T@!jh1g29>71?3kvK z{x4*7H-}q zo3PWMSpL0p!Ots*<89rUGm|dGXijPP>9*5# zwItA&;tF%?_BIP@{Ce)0&;9>C(V_(aN9jH%O~>!Y3kBXR%9)Gek0tzAg3jgp$246G zOBsTt{PuV;upm*}n*!~4keV;VXF-G#>fX};NW9eXp)1%lwHRp$0P z@fXWG>B94#@opvG3fSU60l z1TB5H#MJryn9gC~KZN$b3(d7UJJtT|)NxMH+;cmXDn18GuypM4_Dh!D+dPARb{4?c zv^(`Z%%iu)+F^Q(>HDcPpVMULXo;y$IQIFo78_eGV|QSD&6!RG;Lgni+~)89F8#@K zf^_3;mdy5XAb1+(pMLf>0t1$Vcw^?D3k=@o7LEg#S>R5uA5I7O{;AU&qrpzm+(Mc2 z3Fox*IezAnR-YS4vJ_lAm2aME_EWy_Dc}B_G}_#;-^SlOMW+~UX~f#O$5;{^b5_D_ zbepv|W%Rqyk~@(pANR+`L2ldk4T14KSpawW@zV!6-gj;>o%2A)*2CB@9jD=@0wqiJ zv9Gtp{9{b|SgS2%2IhWS{(j2Hb7|D2W6b%Rze}1vo2jpU+uX%DEq{vP&mGWuPO5PH z|G9KZVC3~Mcm4S}j`y8Q`7On6PAP@=jqVf#oJ;xS_hV!j9GQ2nAY^F~jnhZdRN|P% zfxGF$nKKLLz$xbho~EYZ)Nel(+{@QLt-~MhbB>vL+q}djB;Iu2+cfkAK(nnch`UzppOCTV(;J3t-F?(|}Gk?X%>)ZSjmXb3Vpg0B8zO z$+Yyarq;t!TJo-x7g#>;7)?0-P1Aj*mebt-x6v4XKRxH%XLDJOxwy>u`y~PMw*LOx z>~o5yF@mYWm_Fz6^UiB+%>3i`r|6$m7GRF13w_Q^hh?Uk(<)P6@YLcRA7^Ss%w-}@ znTyj{#W`S+@im>&taI15wC#ACrDNZAth~)BT*mkuOWB!ovNY#BpQZEuK4}SKkZGC` zdi?b_H-7U{#$b--+(LjSf6aRl1F%2#0CS9cmtf9#G2{nv7fn2VaC2CL|G&L!_p#%w z;=j3fvnIA#$KHexzmlwp@*p9xh-?XgB9Kt3EkICEA%Q4p@+Y`(MFRzhh9VsmBn2)g z!m~gr0&)TovJ>G13?#9$8z*))Uhm$$6k*n9kI(D-=5c5C?oYCI@67i&GxMEue&_ei zU6+WCDN#U8?DH0il#w|i&Pv-x;O*Mbv9zsO9t1SUO?Bo;l@Ij!)3WSoA`EXbB4e#^ z_SSb6kW~TzTPdcumn$Jcm8Ih;O11@w67pA(OO&)Q_hC!dXw~jzA8pGt5-?KUv(Vn^ zv*wBfnJ$9gSNa?xZ<|UxKz)W<0(hd4mK~zmpDrwmhD!FNWD)NLB*_kb4AAR#T5?3` zzSoWiN9kVh^Zc55TMu2O^K~H_sJO^$1%1jEZxM_8S^`*gEkB+c{rSSt#3`+hwD7d^ z(JaOLMB0~-UXPWoNt!S9K5KonIX%bLb`tvJ+z~|Af%g3l9t^CPzfK>26gbn5(%_a7 zprlBt55Me}LjO|{p`(<#N;Eo!cGLTyePJk~kXug6ZL$`s6;w3m);@cIC-RIqi|J}P z5V4DH&uZVF;91`MPC(#~?REj824K;DYip$0>3ZNAh}gO8WeKQb@9|5bFBF2Z`o(k@SxxBE87>%r^5n+$+2RGv*Zv<#99 zNr2;XH8H=ocs1t0`)W2?88IhY((BX$rN-J)=b&Rn?yJUBx&-S!NL0Q`w(k>D7yx!A zm#Az+T*`q(>A5W)G$)f5r&e}wdpI@bbXfu)Thk^qJ0%*=ZR6+odHPHvOoslRN}r?b zrfUIWTCt@BkmxFhcP=*=MCxRXR`X+0ee5xX6pE~Uw&2n0HfVHeDPy(IJ=Y{G7TI>d zIeq-mew6@#o*jACO3ex>pjn>NUTPC>%lnt@v@xV?$mf(`l}1({?Viz0A3+Mema=)1 zke-p&uI}~Y1*F!|1Lp^XT>y=8O6?-YENB9kH>admXk&T{ky3NbJ}G!u_DRRB@gw$n znv7>pP9HumZ)dS7Yd-6qSA`S^yw7za`Yq3{U`qhtHLdsHQ!5ldZa&(`@TO zrz}41NGXo1jYVyYI%EhRt+DN0MiU{!dFpNo)I zP|z5HH7{L2JP^@2t;`su*HJOg>ua%ux}XW7(lba|2e~$C&s}1JR&r<>efyfQ`(+?0 zOVtIfwwG+6KdD`1KkmR^!4L`*4xqR=RN&YH-{#FmD_ z+f_L~jZgysrB`(w`>DOX*2!o!OD_!&glHy1}SJ**_OAD%pbY-h=cNZ zHP*p@T60BNL7l-t8#5Y&QiBzLMt!O2yY{U>9+7=Qe;{0H_s3Sc+}W&yke z;QN*AkiH85__a1gBs)knl8+J1xJ@sB)N!?-6up0ZUW@f;OoH2?jT^1qb0|IUo5D^s zW+|aBj_)vlpB+AM`}Y=(d`ic^aiYZNoGprwV#$Dw2KV^Or_>{b~R9go5rD>6SFH%i^5 zF;hwf3sH)1*+OA4LvKxW8BPFr{=`EEzxMFLAzZllHr{;u3Q!C&#u$5d4RGYHeHadB zFdC0B8m$8WW@cuvytIt@JLmD$uRMjHKmTi-eeJ)M0>A*c)v3#W*23rKy@h0DC+Vj) zU!Bk#BSM!o(EBIdJFUc_b7=R%DpmM=Wf{Pqk@PciO%%Mu@W5@M*O1BxQ*ECV0`>pu zU@*Wx|ML!Bed7{#?cRe!pS}}!&)iBqGvLeMuU7J2-z3#mvkQckG$Pg^Tat!lf0gU0=oQ>W3KIzPmLe zD*xYr5olsos>&+~UsAtZcr2kRyfLHMSE`k@airh1`Z|Rz@cw)ZNuS_-wCAm98`}(n z(Z(3}%+KMytJiV%+#C2zF^hlw=!f|0OJ`eqfvC|E0MHkr)jlE^_BlIvr4eA?18ZCj z(!HbeXn`RD&v7I3wW+tX1*Z)7)ydBuU7X*$3)faw@ZstP_Ra0X@BVzQcIR)c1kmbG zN#)f_0!<0$*@chQCq#u!{#kR9$UU%}(VK@ORhYF{13k}e>$CF*Pz;IzHpak>wGkdV zb`?*k;~Ef>AC_$@s}>%;p>K_x2MNw!PJq-U1m^xFji z5paM4*w`3h@7_Ha7el=A>iJe|+iFAuuofcC3R(uE41wzfZR{%K!g37hTBCML4zEE9 z9Ffw1_xFMcw@+evQa}1Uw`px3#b$t5TU*DC)m1!j?7r5GXhj61kf@=RH7wPcjzP~& za#3maNr8`lPH{S`mQE>;BI2AhcdGMxg5eYff}%iy;c$qn%U3WSk8%9*$AA~>WdWYX z*XTB&1Z$B;7prtkTKsLpt6Qb4SH(_=A!&irf)<>lcAB~$8K2tB=bb_n>+9>deED6B zMk6dNEMRTzM(akj9smG4tMj^)A}T&vPS!+Vkg}T=4Cpbhc8| z>yw_t5&Syo>0Bxic@|w|}|N`X3N! z{5^mYUY$!9Aa_`Aaawd#+G&VnEo;jxxxMRVD@Q-*6T0$O zfJ%7&-C6*MKw<-$U`CJe{?hNfZPXrV?kEef0*HjDHlW?3y7iBg0AsNrI+n%8wnJd( zTL73?37~kR8;A z#sh%llp3V%p{Qb<>ztDFXjv*(&6YB0N??h$$%R$Y(EC)CMQL+*?Y1e#|NlonYwfZS zDer630KEFn>tnSk;R#C~s_p=!juWYKqjpE`Lk?2K)vAtKhc?q?Fb!agn{WJ;ztf*E zjzMSxcAmG{{CsM0i%mGS`0>vY<@wqeKtzCwE?TVwXrjjDrGxZ28l)oEZtX5a`g-%E zz_W$UOZA5+qtoWJKKC6gp>ju-lC5@5OUz|3&;r6HPM^8y^wjz3`C4}Yq=?QJeoFSF z{UoGj!W;*pc3azCe0+}$X-tNn~_#;lO zIWcu0-j6%F)JHnM1Q-bB3{8}^z z(`>iw7RMFzX8C@5`gXe z-gtZ=Nr^@!aS5b$pIpSLvsd`<=asJlfWqhqq2LeEN8?an> z5&CJ-e!5usPi@{NGE@@|W7%n4>(gg%{wuGys=z7P)fbf8SDKUOIDbUt&jO|M9dPJW zgc*P(K9%QFvsbi!uM2I>Q_dwJB9xZry!t=N0{X@fI+fi4xn{3Y$M;nOh>B0VPfB@U z&D9i|2n^oNMylB6iK*ULQ4MC&(6-!K16S?=+41@D)bTsu{6GZ_AZ5W=)Y#j)>LaY( z2~F(>;zDX97?UpZX=7GJn>BxA-YVr%c|I~u4ko?t zUkg&+wu`FpWjimJc=L4>p+5_*Wp1l|32#rku04Ivj;7!_JHJ-1Jn-gF(yg> zYe7nF9dTx>eGeU7L!}piq=js~v=Vv2rSI@w1oDDKU5;2~tTtZ^(%!6VR0~MigYTGV zS2xu60Qf@Xd(%=ND4}H@{w_hZF76tvy?o8_c#x$30Q)_Qx@=78+m`d^oZCTtP)h*o zWfs0zquW^C+kkyx0}|Vjwlp<{Bta5F`w|dy5&42n?MR{j+dTUN2^xR~&6%xnv=@T< z1TC0JncRBcfugJGd{ZcCf9rvu37w#)FiQX_6O{{?9?My*UCsIt`YUCAeqQ>$M0wp( z3Dg$-?gFUeOW&*S1h#SZ2MiHV+pdc!*nJWBEKyFo25V10=U$cVrp4(aXjJ?IV&Bw@ zwA%)7zYN3|Ce2WqkYz3As?4EINKWZ(MS5GJR?wv9C6RSnLBIUdco{GSPMrcZ07Qko zNFOOk)B)pqYaE)15 zd-A+b4i&d{OXxh)?BEg5{r^S+LR8e767jEuy9+>_LMjI=P^XG0-%)7dB%L#L9PN!g z?*%7r2Oqpqa*=BIROh#Tm*$O>9g*`p*ow}T z08@fi{%^o0Xs|S1?sg;}&(Z*B*%1jgJ7V7sx{Ut;GS^abZ{~HY00000NkvXXu0mjf DIAM6; literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/libzontreck/textures/item/chestgui_add.png b/src/old/resources/assets/libzontreck/textures/item/chestgui_add.png new file mode 100644 index 0000000000000000000000000000000000000000..5c06a63942f7529f101f13d05f3369f00384517b GIT binary patch literal 125 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|%spKkLo9le z6C|!In9=yK-jMlleNEO3jjbsX5(hYvD;{#___DFJy^c7t-SKPC8>T%8CQ|J{~t7(8A5T-G@yGywn$ CJT^@L literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/libzontreck/textures/item/chestgui_forward.png b/src/old/resources/assets/libzontreck/textures/item/chestgui_forward.png new file mode 100644 index 0000000000000000000000000000000000000000..4da62d2b98ee6ffa27d23ecad9f0c1c058ec295e GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|Vmw_OLo9le z6C}PI=x%&iugQG4KIW583(tkLgoGWZ4jgDWFVM7LO5;O&#pxHW3#1sjNifGUi8r*K zG+PnZ)aVh~aF*L;H%P(%P__>76WeC4kyv2yOQWxP7Bj=-TICf^*O&bO+QZ=K>gTe~ HDWM4fS-Lws literal 0 HcmV?d00001 diff --git a/src/old/resources/assets/libzontreck/textures/item/chestgui_remove.png b/src/old/resources/assets/libzontreck/textures/item/chestgui_remove.png new file mode 100644 index 0000000000000000000000000000000000000000..191a5ed36efbb26b392ad6cc93e4942e3eab5fad GIT binary patch literal 104 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|lssJ=Lo9le z6C_v)4|Y_X6hrB^7+iprvVKCx7Cu(m<%r4Iq2+c5dF$?>(;aVMe)}k=X5Ck z%HAA3i6|==$_bZH&3t~;zv2MQMuzYXQzjis+5G@`(|BdxPH!*m+`njxgN@xNA D-L6U= literal 0 HcmV?d00001 diff --git a/src/old/resources/data/ariasessentials/dimension/builder.json b/src/old/resources/data/ariasessentials/dimension/builder.json new file mode 100644 index 0000000..b4b1501 --- /dev/null +++ b/src/old/resources/data/ariasessentials/dimension/builder.json @@ -0,0 +1,11 @@ +{ + "type": "ariasessentials:builder", + "generator": { + "type": "minecraft:noise", + "settings": "ariasessentials:builder", + "biome_source": { + "type": "minecraft:multi_noise", + "preset": "minecraft:overworld" + } + } +} diff --git a/src/old/resources/data/ariasessentials/dimension/resource.json b/src/old/resources/data/ariasessentials/dimension/resource.json new file mode 100644 index 0000000..77b8acd --- /dev/null +++ b/src/old/resources/data/ariasessentials/dimension/resource.json @@ -0,0 +1,205029 @@ +{ + "type": "ariasessentials:resource", + "generator": { + "type": "minecraft:noise", + "settings": "minecraft:overworld", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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: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.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.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: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.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.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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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: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.9333 + ], + "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.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: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.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.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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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:meadow", + "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/old/resources/data/ariasessentials/dimension_type/builder.json b/src/old/resources/data/ariasessentials/dimension_type/builder.json new file mode 100644 index 0000000..56f4a80 --- /dev/null +++ b/src/old/resources/data/ariasessentials/dimension_type/builder.json @@ -0,0 +1,19 @@ +{ + "ultrawarm": false, + "natural": false, + "piglin_safe": false, + "respawn_anchor_works": false, + "bed_works": false, + "has_raids": false, + "has_skylight": true, + "has_ceiling": false, + "coordinate_scale": 1, + "ambient_light": 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/old/resources/data/ariasessentials/dimension_type/resource.json b/src/old/resources/data/ariasessentials/dimension_type/resource.json new file mode 100644 index 0000000..3ae6509 --- /dev/null +++ b/src/old/resources/data/ariasessentials/dimension_type/resource.json @@ -0,0 +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": 16, + "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/old/resources/data/ariasessentials/forge/biome_modifier/eternium_placer.json b/src/old/resources/data/ariasessentials/forge/biome_modifier/eternium_placer.json new file mode 100644 index 0000000..18e2942 --- /dev/null +++ b/src/old/resources/data/ariasessentials/forge/biome_modifier/eternium_placer.json @@ -0,0 +1,6 @@ +{ + "type": "forge:add_features", + "features": ["ariasessentials:eternium_oregen_overworld"], + "biomes": "#is_overworld", + "step": "underground_ores" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/blood_red.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/blood_red.json new file mode 100644 index 0000000..d8b6a6f --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/blood_red.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:blood_red" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/blood_red" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile.json new file mode 100644 index 0000000..f56bfe1 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:blue_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/blue_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile_light.json new file mode 100644 index 0000000..cc5ca34 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:blue_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/blue_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile_slab.json new file mode 100644 index 0000000..747ea03 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:blue_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:blue_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/blue_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile_stairs.json new file mode 100644 index 0000000..e7c2814 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/blue_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:blue_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/blue_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_block.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_block.json new file mode 100644 index 0000000..f2431da --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:clinker_brick_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_block" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_slab.json new file mode 100644 index 0000000..193f783 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:clinker_brick_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:clinker_brick_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_block.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_block.json new file mode 100644 index 0000000..38a8a4c --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:clinker_brick_stained_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_stained_block" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_slab.json new file mode 100644 index 0000000..0bfdc30 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:clinker_brick_stained_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:clinker_brick_stained_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_stained_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_stairs.json new file mode 100644 index 0000000..33662ea --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:clinker_brick_stained_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_stained_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stairs.json new file mode 100644 index 0000000..16f0b79 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:clinker_brick_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_wall.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_wall.json new file mode 100644 index 0000000..8acdff6 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_wall.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:clinker_brick_wall" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_wall" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan.json new file mode 100644 index 0000000..1a91675 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:cyan" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/cyan" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile.json new file mode 100644 index 0000000..3e43393 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:cyan_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/cyan_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile_light.json new file mode 100644 index 0000000..cf7a4db --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:cyan_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/cyan_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile_slab.json new file mode 100644 index 0000000..264be42 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:cyan_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:cyan_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/cyan_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile_stairs.json new file mode 100644 index 0000000..c8471eb --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:cyan_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/cyan_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_stairs.json new file mode 100644 index 0000000..00a7616 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:cyan_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/cyan_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_tile.json new file mode 100644 index 0000000..de18727 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:cyan_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/cyan_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_tile_br.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_tile_br.json new file mode 100644 index 0000000..a83f35b --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_tile_br.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:cyan_tile_br" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/cyan_tile_br" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_tile_to_wall.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_tile_to_wall.json new file mode 100644 index 0000000..47f76ae --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_tile_to_wall.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:cyan_tile_to_wall" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/cyan_tile_to_wall" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_wall_variant_1.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_wall_variant_1.json new file mode 100644 index 0000000..8601552 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_wall_variant_1.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:cyan_wall_variant_1" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/cyan_wall_variant_1" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_wall_variant_2.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_wall_variant_2.json new file mode 100644 index 0000000..6e81237 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/cyan_wall_variant_2.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:cyan_wall_variant_2" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/cyan_wall_variant_2" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile.json new file mode 100644 index 0000000..d2fb74f --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dark_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dark_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile_light.json new file mode 100644 index 0000000..d98a3dd --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dark_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dark_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile_slab.json new file mode 100644 index 0000000..5370c2f --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:dark_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:dark_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dark_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile_stairs.json new file mode 100644 index 0000000..9ae067e --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dark_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dark_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_red_carpet.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_red_carpet.json new file mode 100644 index 0000000..7c85bd2 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_red_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dark_red_carpet" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dark_red_carpet" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_red_wool.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_red_wool.json new file mode 100644 index 0000000..4d9b6aa --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dark_red_wool.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dark_red_wool" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dark_red_wool" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/deepslate_eternium_ore_block.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/deepslate_eternium_ore_block.json new file mode 100644 index 0000000..7e42828 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/deepslate_eternium_ore_block.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "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": "ariasessentials:deepslate_eternium_ore_block" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:eternium_ore" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/deepslate_eternium_ore_block" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile.json new file mode 100644 index 0000000..9c3f9e8 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_blue_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_blue_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile_light.json new file mode 100644 index 0000000..97f41b6 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_blue_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_blue_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile_slab.json new file mode 100644 index 0000000..88002da --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:dirty_blue_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:dirty_blue_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_blue_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile_stairs.json new file mode 100644 index 0000000..b5a8f14 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_blue_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_blue_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile.json new file mode 100644 index 0000000..ac84268 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_cyan_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_cyan_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile_light.json new file mode 100644 index 0000000..916b8c4 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_cyan_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_cyan_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile_slab.json new file mode 100644 index 0000000..33a561d --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:dirty_cyan_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:dirty_cyan_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_cyan_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile_stairs.json new file mode 100644 index 0000000..c86807f --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_cyan_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_cyan_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_cyan_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile.json new file mode 100644 index 0000000..b489b11 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_green_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_green_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile_light.json new file mode 100644 index 0000000..3bc3ea3 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_green_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_green_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile_slab.json new file mode 100644 index 0000000..47a8222 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:dirty_green_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:dirty_green_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_green_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile_stairs.json new file mode 100644 index 0000000..5665546 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_green_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_green_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile.json new file mode 100644 index 0000000..50ec4cb --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile_light.json new file mode 100644 index 0000000..6a2e0f8 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile_slab.json new file mode 100644 index 0000000..8656feb --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:dirty_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:dirty_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile_stairs.json new file mode 100644 index 0000000..4fe0dd2 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile.json new file mode 100644 index 0000000..b95aef1 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_red_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_red_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile_light.json new file mode 100644 index 0000000..78875e8 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_red_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_red_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile_slab.json new file mode 100644 index 0000000..05b10d8 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:dirty_red_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:dirty_red_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_red_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile_stairs.json new file mode 100644 index 0000000..4c608d4 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:dirty_red_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/dirty_red_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/eternium_block.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/eternium_block.json new file mode 100644 index 0000000..9015005 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/eternium_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:eternium_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/eternium_block" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/eternium_ore_block.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/eternium_ore_block.json new file mode 100644 index 0000000..29c4da3 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/eternium_ore_block.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "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": "ariasessentials:eternium_ore_block" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:eternium_ore" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/eternium_ore_block" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_blue_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_blue_pool_tile_light.json new file mode 100644 index 0000000..e02caf2 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_blue_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:filthy_blue_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/filthy_blue_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_cyan_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_cyan_pool_tile_light.json new file mode 100644 index 0000000..fac1824 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_cyan_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:filthy_cyan_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/filthy_cyan_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_green_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_green_pool_tile_light.json new file mode 100644 index 0000000..e5a4bf0 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_green_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:filthy_green_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/filthy_green_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_pool_tile_light.json new file mode 100644 index 0000000..8ea7380 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:filthy_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/filthy_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_red_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_red_pool_tile_light.json new file mode 100644 index 0000000..daa6f5a --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/filthy_red_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:filthy_red_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/filthy_red_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile.json new file mode 100644 index 0000000..56ff231 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:green_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/green_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile_light.json new file mode 100644 index 0000000..ac9604c --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:green_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/green_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile_slab.json new file mode 100644 index 0000000..a486224 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:green_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:green_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/green_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile_stairs.json new file mode 100644 index 0000000..be338ce --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/green_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:green_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/green_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/mini_sun.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/mini_sun.json new file mode 100644 index 0000000..396ed69 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/mini_sun.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:mini_sun" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/mini_sun" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_door.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_door.json new file mode 100644 index 0000000..db50789 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_door.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "block": "ariasessentials:old_industrial_wood_door", + "condition": "minecraft:block_state_property", + "properties": { + "half": "lower" + } + } + ], + "name": "ariasessentials:old_industrial_wood_door" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/old_industrial_wood_door" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_planks.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_planks.json new file mode 100644 index 0000000..f632593 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_planks.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:old_industrial_wood_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/old_industrial_wood_planks" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_slab.json new file mode 100644 index 0000000..385d258 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:old_industrial_wood_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:old_industrial_wood_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/old_industrial_wood_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_stairs.json new file mode 100644 index 0000000..9d4d7ef --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:old_industrial_wood_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/old_industrial_wood_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/panzerglass_block.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/panzerglass_block.json new file mode 100644 index 0000000..f76b27e --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/panzerglass_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:panzerglass_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/panzerglass_block" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/panzerglass_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/panzerglass_slab.json new file mode 100644 index 0000000..6905dff --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/panzerglass_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:panzerglass_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:panzerglass_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/panzerglass_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile.json new file mode 100644 index 0000000..d889612 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_light.json new file mode 100644 index 0000000..918c1fc --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_slab.json new file mode 100644 index 0000000..64f9aa4 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_stairs.json new file mode 100644 index 0000000..329c156 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_wall.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_wall.json new file mode 100644 index 0000000..552e5ce --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/pool_tile_wall.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:pool_tile_wall", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:pool_tile_wall" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/pool_tile_wall" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete.json new file mode 100644 index 0000000..24776cd --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:rebar_concrete" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_slab.json new file mode 100644 index 0000000..246894e --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:rebar_concrete_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:rebar_concrete_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_stairs.json new file mode 100644 index 0000000..3adc79b --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:rebar_concrete_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile.json new file mode 100644 index 0000000..264e282 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:rebar_concrete_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_slab.json new file mode 100644 index 0000000..82ce2e4 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:rebar_concrete_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:rebar_concrete_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_stairs.json new file mode 100644 index 0000000..524d94a --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:rebar_concrete_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_wall.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_wall.json new file mode 100644 index 0000000..5ca9667 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_wall.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:rebar_concrete_wall" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete_wall" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile.json new file mode 100644 index 0000000..eef2727 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:red_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/red_pool_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile_light.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile_light.json new file mode 100644 index 0000000..18dd6bc --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:red_pool_tile_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/red_pool_tile_light" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile_slab.json new file mode 100644 index 0000000..36a67d8 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:red_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:red_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/red_pool_tile_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile_stairs.json new file mode 100644 index 0000000..17d55ae --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:red_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/red_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/red_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_stairs.json new file mode 100644 index 0000000..48d5d2d --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:red_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/red_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/red_tile.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_tile.json new file mode 100644 index 0000000..07caedf --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:red_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/red_tile" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/red_tile_br.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_tile_br.json new file mode 100644 index 0000000..64a584d --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_tile_br.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:red_tile_br" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/red_tile_br" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/red_tile_to_wall.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_tile_to_wall.json new file mode 100644 index 0000000..ebbce07 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_tile_to_wall.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:red_tile_to_wall" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/red_tile_to_wall" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/red_wall_variant_1.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_wall_variant_1.json new file mode 100644 index 0000000..abdde10 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_wall_variant_1.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:red_wall_variant_1" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/red_wall_variant_1" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/red_wall_variant_2.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_wall_variant_2.json new file mode 100644 index 0000000..1e8c416 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/red_wall_variant_2.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:red_wall_variant_2" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/red_wall_variant_2" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_block.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_block.json new file mode 100644 index 0000000..b076ed7 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:slag_brick_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/slag_brick_block" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_slab.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_slab.json new file mode 100644 index 0000000..057e29e --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:slag_brick_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:slag_brick_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/slag_brick_slab" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_stairs.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_stairs.json new file mode 100644 index 0000000..619085a --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:slag_brick_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/slag_brick_stairs" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_wall.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_wall.json new file mode 100644 index 0000000..8c35559 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/slag_brick_wall.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:slag_brick_wall" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/slag_brick_wall" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/void.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/void.json new file mode 100644 index 0000000..beb2118 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/void.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:void" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/void" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/loot_tables/blocks/whiteout.json b/src/old/resources/data/ariasessentials/loot_tables/blocks/whiteout.json new file mode 100644 index 0000000..d253f21 --- /dev/null +++ b/src/old/resources/data/ariasessentials/loot_tables/blocks/whiteout.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:whiteout" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/whiteout" +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/blue_brick.json b/src/old/resources/data/ariasessentials/recipes/blue_brick.json new file mode 100644 index 0000000..7393437 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/blue_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:blue_dye" + }, + { + "item": "minecraft:brick" + } + ], + "result": { + "item": "ariasessentials:blue_brick", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/brimstone_to_sulfur.json b/src/old/resources/data/ariasessentials/recipes/brimstone_to_sulfur.json new file mode 100644 index 0000000..3641ee4 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/brimstone_to_sulfur.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:brimstone" + } + ], + "result": { + "item": "mekanism:sulfur_dust", + "count": 1 + } + } \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/crushing_brimstone.json b/src/old/resources/data/ariasessentials/recipes/crushing_brimstone.json new file mode 100644 index 0000000..6dfd300 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/crushing_brimstone.json @@ -0,0 +1,12 @@ +{ + "type": "mekanism:crushing", + "input": { + "ingredient": { + "tag": "forge:brimstone" + } + }, + "output": { + "item": "mekanism:dust_sulfur", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/cyan_brick.json b/src/old/resources/data/ariasessentials/recipes/cyan_brick.json new file mode 100644 index 0000000..735ac43 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/cyan_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:brick" + }, + { + "item": "minecraft:cyan_dye" + } + ], + "result": { + "item": "ariasessentials:cyan_brick", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/dark_red_brick.json b/src/old/resources/data/ariasessentials/recipes/dark_red_brick.json new file mode 100644 index 0000000..a1d1e4c --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/dark_red_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:brick" + }, + { + "item": "ariasessentials:dark_red_dye" + } + ], + "result": { + "item": "ariasessentials:dark_red_brick", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/dark_red_dye.json b/src/old/resources/data/ariasessentials/recipes/dark_red_dye.json new file mode 100644 index 0000000..41e39a9 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/dark_red_dye.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:red_dye" + }, + { + "item": "minecraft:black_dye" + } + ], + "result": { + "item": "ariasessentials:dark_red_dye", + "count": 2 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/dye_dark_red_carpet.json b/src/old/resources/data/ariasessentials/recipes/dye_dark_red_carpet.json new file mode 100644 index 0000000..9c4ea37 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/dye_dark_red_carpet.json @@ -0,0 +1,63 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "group": "carpet", + "ingredients": [ + { + "item": "ariasessentials:dark_red_dye" + }, + [ + { + "item": "minecraft:black_carpet" + }, + { + "item": "minecraft:blue_carpet" + }, + { + "item": "minecraft:brown_carpet" + }, + { + "item": "minecraft:cyan_carpet" + }, + { + "item": "minecraft:gray_carpet" + }, + { + "item": "minecraft:green_carpet" + }, + { + "item": "minecraft:light_blue_carpet" + }, + { + "item": "minecraft:light_gray_carpet" + }, + { + "item": "minecraft:lime_carpet" + }, + { + "item": "minecraft:magenta_carpet" + }, + { + "item": "minecraft:orange_carpet" + }, + { + "item": "minecraft:pink_carpet" + }, + { + "item": "minecraft:purple_carpet" + }, + { + "item": "minecraft:red_carpet" + }, + { + "item": "minecraft:yellow_carpet" + }, + { + "item": "minecraft:white_carpet" + } + ] + ], + "result": { + "item": "ariasessentials:dark_red_carpet" + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/dye_dark_red_wool.json b/src/old/resources/data/ariasessentials/recipes/dye_dark_red_wool.json new file mode 100644 index 0000000..dd22f01 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/dye_dark_red_wool.json @@ -0,0 +1,63 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "group": "wool", + "ingredients": [ + { + "item": "ariasessentials:dark_red_dye" + }, + [ + { + "item": "minecraft:black_wool" + }, + { + "item": "minecraft:blue_wool" + }, + { + "item": "minecraft:brown_wool" + }, + { + "item": "minecraft:cyan_wool" + }, + { + "item": "minecraft:gray_wool" + }, + { + "item": "minecraft:green_wool" + }, + { + "item": "minecraft:light_blue_wool" + }, + { + "item": "minecraft:light_gray_wool" + }, + { + "item": "minecraft:lime_wool" + }, + { + "item": "minecraft:magenta_wool" + }, + { + "item": "minecraft:orange_wool" + }, + { + "item": "minecraft:pink_wool" + }, + { + "item": "minecraft:purple_wool" + }, + { + "item": "minecraft:yellow_wool" + }, + { + "item": "minecraft:white_wool" + }, + { + "item": "minecraft:red_wool" + } + ] + ], + "result": { + "item": "ariasessentials:dark_red_wool" + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/empty_spawn_egg.json b/src/old/resources/data/ariasessentials/recipes/empty_spawn_egg.json new file mode 100644 index 0000000..fa0a4b2 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/empty_spawn_egg.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CC", + "CC" + ], + "key": { + "C": { + "item": "minecraft:egg" + } + }, + "result": { + "item": "ariasessentials:empty_spawn_egg", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_recipe.json new file mode 100644 index 0000000..02aeead --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_recipe.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BAB", + "ANA", + "BAB" + ], + "key": { + "B": { + "item": "minecraft:brick" + }, + "A": { + "tag": "ariasessentials:brick_ingots" + }, + "N": { + "item": "minecraft:bricks" + } + }, + "result": { + "item": "ariasessentials:clinker_brick_block", + "count": 8 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_sastor_corner_block_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_sastor_corner_block_recipe.json new file mode 100644 index 0000000..c166ad1 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_sastor_corner_block_recipe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BS", + "SB" + ], + "key": { + "B": { + "item": "ariasessentials:clinker_brick_block" + }, + "S": { + "item": "minecraft:sandstone_stairs" + } + }, + "result": { + "item": "ariasessentials:clinker_brick_sastor_corner_block", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_slab_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_slab_recipe.json new file mode 100644 index 0000000..159b9dd --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_slab_recipe.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:clinker_brick_block" + } + }, + "result": { + "item": "ariasessentials:clinker_brick_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_slab_stonecutting.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_slab_stonecutting.json new file mode 100644 index 0000000..cc89f88 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_slab_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "ariasessentials:clinker_brick_block" + }, + "result": "ariasessentials:clinker_brick_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_block_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_block_recipe.json new file mode 100644 index 0000000..c3e51d4 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_block_recipe.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "ariasessentials:clinker_brick_block" + }, + { + "item": "minecraft:dirt" + } + ], + "result": { + "item": "ariasessentials:clinker_brick_stained_block" + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_block_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_block_recipe_decompose.json new file mode 100644 index 0000000..9498de6 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_block_recipe_decompose.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "ariasessentials:clinker_brick_stained_block" + } + ], + "result": { + "item": "ariasessentials:clinker_brick_block" + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_slab_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_slab_recipe.json new file mode 100644 index 0000000..9761eac --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_slab_recipe.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:clinker_brick_stained_block" + } + }, + "result": { + "item": "ariasessentials:clinker_brick_stained_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_slab_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_slab_recipe_decompose.json new file mode 100644 index 0000000..5792c09 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_slab_recipe_decompose.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "B", + "B" + ], + "key": { + "B": { "item": "ariasessentials:clinker_brick_stained_slab" } + }, + "result": { + "item": "ariasessentials:clinker_brick_stained_block", + "count": 1 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_stairs_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_stairs_recipe.json new file mode 100644 index 0000000..9e47a4a --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_stairs_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "C ", + "CC ", + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:clinker_brick_stained_block" + } + }, + "result": { + "item": "ariasessentials:clinker_brick_stained_stairs", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_recipe.json new file mode 100644 index 0000000..08c3b43 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "C ", + "CC ", + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:clinker_brick_block" + } + }, + "result": { + "item": "ariasessentials:clinker_brick_stairs", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_recipe_decompose.json new file mode 100644 index 0000000..a2a7538 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_recipe_decompose.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "ariasessentials:clinker_brick_stairs" + } + }, + "result": { + "item": "ariasessentials:clinker_brick_block", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_stonecutting.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_stonecutting.json new file mode 100644 index 0000000..df6aece --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "ariasessentials:clinker_brick_block" + }, + "result": "ariasessentials:clinker_brick_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_wall_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_wall_recipe.json new file mode 100644 index 0000000..463e160 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_wall_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " ", + "CCC", + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:clinker_brick_block" + } + }, + "result": { + "item": "ariasessentials:clinker_brick_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_wall_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_wall_recipe_decompose.json new file mode 100644 index 0000000..b530794 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_wall_recipe_decompose.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "WW", + "WW" + ], + "key": { + "W": { + "item": "ariasessentials:clinker_brick_wall" + } + }, + "result": { + "item": "ariasessentials:clinker_brick_block", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/metal_bar_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/metal_bar_recipe.json new file mode 100644 index 0000000..83218d4 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/metal_bar_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S", + " S ", + "S " + ], + "key": { + "S": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "ariasessentials:metal_bar", + "count": 12 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_door_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_door_recipe.json new file mode 100644 index 0000000..7af05f1 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_door_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PP", + "PP", + "PP" + ], + "key": { + "P": { + "item": "ariasessentials:old_industrial_wood_planks" + } + }, + "result": { + "item": "ariasessentials:old_industrial_wood_door", + "count": 2 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_planks_from_treatedwood.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_planks_from_treatedwood.json new file mode 100644 index 0000000..8767150 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_planks_from_treatedwood.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "WC", + "WW" + ], + "key": { + "C": { + "item": "minecraft:charcoal" + }, + "W": { + "tag": "forge:treated_wood" + } + }, + "result": { + "item": "ariasessentials:old_industrial_wood_planks", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_planks_from_vanilla.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_planks_from_vanilla.json new file mode 100644 index 0000000..87c3651 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_planks_from_vanilla.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "WW", + "WC" + ], + "key": { + "C": { + "item": "minecraft:charcoal" + }, + "W": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "ariasessentials:old_industrial_wood_planks", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_slab_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_slab_recipe.json new file mode 100644 index 0000000..356bcf5 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_slab_recipe.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:old_industrial_wood_planks" + } + }, + "result": { + "item": "ariasessentials:old_industrial_wood_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_slab_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_slab_recipe_decompose.json new file mode 100644 index 0000000..9f13ccd --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_slab_recipe_decompose.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "B", + "B" + ], + "key": { + "B": { "item": "ariasessentials:old_industrial_wood_slab" } + }, + "result": { + "item": "ariasessentials:old_industrial_wood_planks", + "count": 1 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_stairs_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_stairs_recipe.json new file mode 100644 index 0000000..91a2112 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_stairs_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "C ", + "CC ", + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:old_industrial_wood_planks" + } + }, + "result": { + "item": "ariasessentials:old_industrial_wood_stairs", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_stairs_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_stairs_recipe_decompose.json new file mode 100644 index 0000000..66b0efa --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_stairs_recipe_decompose.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "ariasessentials:old_industrial_wood_stairs" + } + }, + "result": { + "item": "ariasessentials:old_industrial_wood_planks", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/panzerglass_block_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/panzerglass_block_recipe.json new file mode 100644 index 0000000..dfa7f35 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/panzerglass_block_recipe.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SGS", + "GSG", + "SGS" + ], + "key": { + "G": { + "item": "minecraft:glass" + }, + "S": { + "item": "ariasessentials:metal_bar" + } + }, + "result": { + "item": "ariasessentials:panzerglass_block", + "count": 8 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/panzerglass_slab_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/panzerglass_slab_recipe.json new file mode 100644 index 0000000..8576c0e --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/panzerglass_slab_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " ", + " ", + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:panzerglass_block" + } + }, + "result": { + "item": "ariasessentials:panzerglass_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_block_from_vanilla.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_block_from_vanilla.json new file mode 100644 index 0000000..171c271 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_block_from_vanilla.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SCS", + "CSC", + "SCS" + ], + "key": { + "C": { + "item": "minecraft:gray_concrete_powder" + }, + "S": { + "item": "ariasessentials:metal_bar" + } + }, + "result": { + "item": "ariasessentials:rebar_concrete", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_slab_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_slab_recipe.json new file mode 100644 index 0000000..28577d5 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_slab_recipe.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:rebar_concrete" + } + }, + "result": { + "item": "ariasessentials:rebar_concrete_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_slab_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_slab_recipe_decompose.json new file mode 100644 index 0000000..e92b9af --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_slab_recipe_decompose.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "C", + "C" + ], + "key": { + "C": { + "item": "ariasessentials:rebar_concrete_slab" + } + }, + "result": { + "item": "ariasessentials:rebar_concrete", + "count": 1 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_stairs_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_stairs_recipe.json new file mode 100644 index 0000000..88daa11 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_stairs_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "C ", + "CC ", + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:rebar_concrete" + } + }, + "result": { + "item": "ariasessentials:rebar_concrete_stairs", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_stairs_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_stairs_recipe_decompose.json new file mode 100644 index 0000000..841206c --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_stairs_recipe_decompose.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "ariasessentials:rebar_concrete_stairs" + } + }, + "result": { + "item": "ariasessentials:rebar_concrete", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_recipe.json new file mode 100644 index 0000000..12d6f95 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_recipe.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CC", + "CC" + ], + "key": { + "C": { + "item": "ariasessentials:rebar_concrete" + } + }, + "result": { + "item": "ariasessentials:rebar_concrete_tile", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_recipe_decompose.json new file mode 100644 index 0000000..0e54dce --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_recipe_decompose.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CC", + "CC" + ], + "key": { + "C": { + "item": "ariasessentials:rebar_concrete_tile" + } + }, + "result": { + "item": "ariasessentials:rebar_concrete", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_slab_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_slab_recipe.json new file mode 100644 index 0000000..eb64258 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_slab_recipe.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:rebar_concrete_tile" + } + }, + "result": { + "item": "ariasessentials:rebar_concrete_tile_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_slab_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_slab_recipe_decompose.json new file mode 100644 index 0000000..352b0eb --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_slab_recipe_decompose.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "C", + "C" + ], + "key": { + "C": { + "item": "ariasessentials:rebar_concrete_tile_slab" + } + }, + "result": { + "item": "ariasessentials:rebar_concrete_tile", + "count": 1 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_stairs_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_stairs_recipe.json new file mode 100644 index 0000000..28b5b25 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_stairs_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "C ", + "CC ", + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:rebar_concrete_tile" + } + }, + "result": { + "item": "ariasessentials:rebar_concrete_tile_stairs", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_stairs_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_stairs_recipe_decompose.json new file mode 100644 index 0000000..5f503f3 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_stairs_recipe_decompose.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "ariasessentials:rebar_concrete_tile_stairs" + } + }, + "result": { + "item": "ariasessentials:rebar_concrete_tile", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_wall_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_wall_recipe.json new file mode 100644 index 0000000..71a86e9 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_wall_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " ", + "CCC", + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:rebar_concrete" + } + }, + "result": { + "item": "ariasessentials:rebar_concrete_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_wall_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_wall_recipe_decompose.json new file mode 100644 index 0000000..51b5503 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_wall_recipe_decompose.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "ariasessentials:rebar_concrete_wall" + } + }, + "result": { + "item": "ariasessentials:rebar_concrete", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_slab_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_slab_recipe.json new file mode 100644 index 0000000..18d95d7 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_slab_recipe.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:slag_brick_block" + } + }, + "result": { + "item": "ariasessentials:slag_brick_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_stairs_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_stairs_recipe.json new file mode 100644 index 0000000..bc39400 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_stairs_recipe.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "C ", + "CC ", + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:slag_brick_block" + } + }, + "result": { + "item": "ariasessentials:slag_brick_stairs", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_stairs_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_stairs_recipe_decompose.json new file mode 100644 index 0000000..9bed34a --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_stairs_recipe_decompose.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "ariasessentials:slag_brick_stairs" + } + }, + "result": { + "item": "ariasessentials:slag_brick_block", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_vanilla.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_vanilla.json new file mode 100644 index 0000000..0336b4f --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_vanilla.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BAB", + "ASA", + "BAB" + ], + "key": { + "B": { + "item": "minecraft:brick" + }, + "A": { + "tag": "ariasessentials:brick_ingots" + }, + "S": { + "item": "minecraft:nether_bricks" + } + }, + "result": { + "item": "ariasessentials:slag_brick_block", + "count": 8 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_wall_recipe.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_wall_recipe.json new file mode 100644 index 0000000..091e5ae --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_wall_recipe.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC", + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:slag_brick_block" + } + }, + "result": { + "item": "ariasessentials:slag_brick_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_wall_recipe_decompose.json b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_wall_recipe_decompose.json new file mode 100644 index 0000000..58a182d --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_wall_recipe_decompose.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "ariasessentials:slag_brick_wall" + } + }, + "result": { + "item": "ariasessentials:slag_brick_block", + "count": 4 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/eternium_block.json b/src/old/resources/data/ariasessentials/recipes/eternium_block.json new file mode 100644 index 0000000..db703be --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/eternium_block.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC", + "CCC", + "CCC" + ], + "key": { + "C": { + "item": "ariasessentials:eternium_ingot" + } + }, + "result": { + "item": "ariasessentials:eternium_block", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/eternium_block_to_ingot.json b/src/old/resources/data/ariasessentials/recipes/eternium_block_to_ingot.json new file mode 100644 index 0000000..4ca9bbd --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/eternium_block_to_ingot.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "ariasessentials:eternium_block" + } + ], + "result": { + "item": "ariasessentials:eternium_ingot", + "count": 9 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/eternium_ingot.json b/src/old/resources/data/ariasessentials/recipes/eternium_ingot.json new file mode 100644 index 0000000..5858a82 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/eternium_ingot.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:smelting", + "ingredient": [ + { + "item": "ariasessentials:eternium_ore" + }, + { + "item": "ariasessentials:eternium_ore_block" + }, + { + "item": "ariasessentials:deepslate_eternium_ore_block" + } + ], + "result": "ariasessentials:eternium_ingot", + "experience": 0.5, + "cookingtime": 25 +} diff --git a/src/old/resources/data/ariasessentials/recipes/eternium_rod.json b/src/old/resources/data/ariasessentials/recipes/eternium_rod.json new file mode 100644 index 0000000..940a373 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/eternium_rod.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": + [ + "ccc", + "ggg", + "ccc"], + "key": { + "c": { + "item": "minecraft:obsidian" + }, + "g": { + "tag": "forge:ingots/eternium" + } + }, + "result": { + "item": "ariasessentials:eternium_rod", + "count": 2 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/green_brick.json b/src/old/resources/data/ariasessentials/recipes/green_brick.json new file mode 100644 index 0000000..3c00af7 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/green_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:green_dye" + }, + { + "item": "minecraft:brick" + } + ], + "result": { + "item": "ariasessentials:green_brick", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/holosphere.json.old b/src/old/resources/data/ariasessentials/recipes/holosphere.json.old new file mode 100644 index 0000000..8747ed3 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/holosphere.json.old @@ -0,0 +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" + } + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/ihan_crystal.json b/src/old/resources/data/ariasessentials/recipes/ihan_crystal.json new file mode 100644 index 0000000..995affa --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/ihan_crystal.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " F ", + "FGF", + " F " + ], + "key": { + "F": { + "item": "forge:ingots/eternium" + }, + "G": { + "item": "minecraft:ender_pearl" + } + }, + "result": { + "item": "ariasessentials:ihan_crystal", + "count": 1 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/leather_from_rotten_flesh.json b/src/old/resources/data/ariasessentials/recipes/leather_from_rotten_flesh.json new file mode 100644 index 0000000..aca8422 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/leather_from_rotten_flesh.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:smelting", + "ingredient": [ + { + "item": "minecraft:rotten_flesh" + } + ], + "result": "minecraft:leather", + "experience": 3, + "cookingtime": 48 +} diff --git a/src/old/resources/data/ariasessentials/recipes/light_blue_brick.json b/src/old/resources/data/ariasessentials/recipes/light_blue_brick.json new file mode 100644 index 0000000..085801b --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/light_blue_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:brick" + }, + { + "item": "minecraft:light_blue_dye" + } + ], + "result": { + "item": "ariasessentials:light_blue_brick", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/lime_brick.json b/src/old/resources/data/ariasessentials/recipes/lime_brick.json new file mode 100644 index 0000000..372ee4e --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/lime_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:lime_dye" + }, + { + "item": "minecraft:brick" + } + ], + "result": { + "item": "ariasessentials:lime_brick", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/magma.json b/src/old/resources/data/ariasessentials/recipes/magma.json new file mode 100644 index 0000000..1aac210 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/magma.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "FFF", + "FFF", + "FFF" + ], + "key": { + "F": { + "item": "ariasessentials:magma_powder" + } + }, + "result": { + "item": "minecraft:magma_block", + "count": 1 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/magma_powder.json b/src/old/resources/data/ariasessentials/recipes/magma_powder.json new file mode 100644 index 0000000..7f511ae --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/magma_powder.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "F" + ], + "key": { + "F": { + "item": "minecraft:magma_block" + } + }, + "result": { + "item": "ariasessentials:magma_powder", + "count": 9 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/mob_capture_ball.json b/src/old/resources/data/ariasessentials/recipes/mob_capture_ball.json new file mode 100644 index 0000000..321780a --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/mob_capture_ball.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XYX", + "XXX" + ], + "key": { + "X": { + "tag": "forge:ingots/eternium" + }, + "Y": { + "item": "minecraft:stone_button" + } + }, + "result": { + "item": "ariasessentials:mob_capture_ball", + "count": 1 + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/red_brick.json b/src/old/resources/data/ariasessentials/recipes/red_brick.json new file mode 100644 index 0000000..7099cd9 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/red_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:brick" + }, + { + "item": "minecraft:red_dye" + } + ], + "result": { + "item": "ariasessentials:red_brick", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/sandpaper/bop_rosequartz_chunk_polish.json b/src/old/resources/data/ariasessentials/recipes/sandpaper/bop_rosequartz_chunk_polish.json new file mode 100644 index 0000000..95fc727 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/sandpaper/bop_rosequartz_chunk_polish.json @@ -0,0 +1,13 @@ +{ + "type": "create:sandpaper_polishing", + "ingredients": [ + { + "item": "biomesoplenty:rose_quartz_chunk" + } + ], + "results": [ + { + "item": "create:polished_rose_quartz" + } + ] +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/sandpaper/bop_rosequartz_polish.json b/src/old/resources/data/ariasessentials/recipes/sandpaper/bop_rosequartz_polish.json new file mode 100644 index 0000000..95fc727 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/sandpaper/bop_rosequartz_polish.json @@ -0,0 +1,13 @@ +{ + "type": "create:sandpaper_polishing", + "ingredients": [ + { + "item": "biomesoplenty:rose_quartz_chunk" + } + ], + "results": [ + { + "item": "create:polished_rose_quartz" + } + ] +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/sandpaper/bop_rosequartz_shard_polish.json b/src/old/resources/data/ariasessentials/recipes/sandpaper/bop_rosequartz_shard_polish.json new file mode 100644 index 0000000..5df9c24 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/sandpaper/bop_rosequartz_shard_polish.json @@ -0,0 +1,13 @@ +{ + "type": "create:sandpaper_polishing", + "ingredients": [ + { + "item": "biomesoplenty:rose_quartz_shard" + } + ], + "results": [ + { + "item": "create:polished_rose_quartz" + } + ] +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/tetra/seeping_bedrock.json b/src/old/resources/data/ariasessentials/recipes/tetra/seeping_bedrock.json new file mode 100644 index 0000000..f19f69e --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/tetra/seeping_bedrock.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC", + "CGC", + "CCC" + ], + "key": { + "C": { + "item": "minecraft:magma_block" + }, + "G": { + "item": "minecraft:bedrock" + } + }, + "result": { + "item": "tetra:seeping_bedrock", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan.json new file mode 100644 index 0000000..993440c --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "minecraft:cyan_wool" + }, + "B": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "ariasessentials:cyan", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_stairs.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_stairs.json new file mode 100644 index 0000000..9689919 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:cyan" + } + }, + "result": { + "item": "ariasessentials:cyan_stairs", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_tile.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_tile.json new file mode 100644 index 0000000..cf074e5 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_tile.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "ABA", + "BAB", + "ABA" + ], + "key": { + "A": { + "item": "ariasessentials:cyan" + }, + "B": { + "item": "ariasessentials:whiteout" + } + }, + "result": { + "item": "ariasessentials:cyan_tile", + "count": 2 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_tile_br.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_tile_br.json new file mode 100644 index 0000000..aa34499 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_tile_br.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "BAB", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:cyan" + }, + "B": { + "item": "ariasessentials:whiteout" + } + }, + "result": { + "item": "ariasessentials:cyan_tile_br", + "count": 2 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_tile_to_wall.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_tile_to_wall.json new file mode 100644 index 0000000..bb535c4 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_tile_to_wall.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "BAB", + "ABA" + ], + "key": { + "A": { + "item": "ariasessentials:cyan" + }, + "B": { + "item": "ariasessentials:whiteout" + } + }, + "result": { + "item": "ariasessentials:cyan_tile_to_wall", + "count": 2 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_wall_variant_1.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_wall_variant_1.json new file mode 100644 index 0000000..3eb014a --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_wall_variant_1.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "BAB" + ], + "key": { + "A": { + "item": "ariasessentials:cyan" + }, + "B": { + "item": "ariasessentials:whiteout" + } + }, + "result": { + "item": "ariasessentials:cyan_wall_variant_1", + "count": 2 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_wall_variant_2.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_wall_variant_2.json new file mode 100644 index 0000000..518fd37 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/cyan/cyan_wall_variant_2.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BAB", + "AAA", + "BAB" + ], + "key": { + "A": { + "item": "ariasessentials:cyan" + }, + "B": { + "item": "ariasessentials:whiteout" + } + }, + "result": { + "item": "ariasessentials:cyan_wall_variant_2", + "count": 2 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_light.json new file mode 100644 index 0000000..9e902c6 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_light.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:blue_pool_tile" + }, + "B": { + "item": "minecraft:glowstone" + } + }, + "result": { + "item": "ariasessentials:blue_pool_tile_light", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tile_slab.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tile_slab.json new file mode 100644 index 0000000..99dbae0 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:blue_pool_tile" + } + }, + "result": { + "item": "ariasessentials:blue_pool_tile_slab", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tile_stairs.json new file mode 100644 index 0000000..350a2c3 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:blue_pool_tile" + } + }, + "result": { + "item": "ariasessentials:blue_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tile_wall.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tile_wall.json new file mode 100644 index 0000000..ad4bd78 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tile_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:blue_pool_tile" + } + }, + "result": { + "item": "ariasessentials:blue_pool_tile_wall", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tiles.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tiles.json new file mode 100644 index 0000000..3ac488e --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_tiles.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CAB", + "ABC", + "BAC" + ], + "key": { + "A": { + "item": "ariasessentials:blue_brick" + }, + "B": { + "item": "ariasessentials:cyan_brick" + }, + "C": { + "item": "ariasessentials:light_blue_brick" + } + }, + "result": { + "item": "ariasessentials:blue_pool_tile", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_light.json new file mode 100644 index 0000000..e2aa242 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "ariasessentials:blue_pool_tile_light" + }, + { + "item": "minecraft:slime_ball" + } + ], + "result": { + "item": "ariasessentials:dirty_blue_pool_tile_light", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_slab.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_slab.json new file mode 100644 index 0000000..ef7113b --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_blue_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_blue_pool_tile_slab", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_stairs.json new file mode 100644 index 0000000..cc4f622 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_blue_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_blue_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_wall.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_wall.json new file mode 100644 index 0000000..9178499 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_blue_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_blue_pool_tile_wall", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tiles.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tiles.json new file mode 100644 index 0000000..c7d3556 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tiles.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:slime_ball" + }, + { + "item": "ariasessentials:blue_pool_tile" + } + ], + "result": { + "item": "ariasessentials:dirty_blue_pool_tile", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/filthy_blue_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/filthy_blue_pool_light.json new file mode 100644 index 0000000..0b34ae2 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/filthy_blue_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "ariasessentials:dirty_blue_pool_tile_light" + }, + { + "item": "minecraft:slime_block" + } + ], + "result": { + "item": "ariasessentials:filthy_blue_pool_tile_light", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_light.json new file mode 100644 index 0000000..f2e1d1a --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "ariasessentials:pool_tile_light" + }, + { + "item": "minecraft:slime_ball" + } + ], + "result": { + "item": "ariasessentials:dirty_pool_tile_light", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_slab.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_slab.json new file mode 100644 index 0000000..fd33533 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_pool_tile_slab", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_stairs.json new file mode 100644 index 0000000..bf5e481 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_wall.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_wall.json new file mode 100644 index 0000000..fc77ade --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_pool_tile_wall", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tiles.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tiles.json new file mode 100644 index 0000000..9bfed4f --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_tiles.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:slime_ball" + }, + { + "item": "ariasessentials:pool_tile" + } + ], + "result": { + "item": "ariasessentials:dirty_pool_tile", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/filthy_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/filthy_pool_light.json new file mode 100644 index 0000000..6b90ad3 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/filthy_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "ariasessentials:dirty_pool_tile_light" + }, + { + "item": "minecraft:slime_block" + } + ], + "result": { + "item": "ariasessentials:filthy_pool_tile_light", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_light.json new file mode 100644 index 0000000..2655a56 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_light.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:pool_tile" + }, + "B": { + "item": "minecraft:glowstone" + } + }, + "result": { + "item": "ariasessentials:pool_tile_light", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tile_slab.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tile_slab.json new file mode 100644 index 0000000..90aea35 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:pool_tile" + } + }, + "result": { + "item": "ariasessentials:pool_tile_slab", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tile_stairs.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tile_stairs.json new file mode 100644 index 0000000..cfdccdd --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:pool_tile" + } + }, + "result": { + "item": "ariasessentials:pool_tile_stairs", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tile_wall.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tile_wall.json new file mode 100644 index 0000000..57fd406 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tile_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:pool_tile" + } + }, + "result": { + "item": "ariasessentials:pool_tile_wall", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tiles.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tiles.json new file mode 100644 index 0000000..6720029 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_tiles.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:white_brick" + } + }, + "result": { + "item": "ariasessentials:pool_tile", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_light.json new file mode 100644 index 0000000..3fff49d --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_light.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:cyan_pool_tile" + }, + "B": { + "item": "minecraft:glowstone" + } + }, + "result": { + "item": "ariasessentials:cyan_pool_tile_light", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tile_slab.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tile_slab.json new file mode 100644 index 0000000..1f6686d --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:cyan_pool_tile" + } + }, + "result": { + "item": "ariasessentials:cyan_pool_tile_slab", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tile_stairs.json new file mode 100644 index 0000000..382c64f --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:cyan_pool_tile" + } + }, + "result": { + "item": "ariasessentials:cyan_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tile_wall.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tile_wall.json new file mode 100644 index 0000000..fd78697 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tile_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:cyan_pool_tile" + } + }, + "result": { + "item": "ariasessentials:cyan_pool_tile_wall", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tiles.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tiles.json new file mode 100644 index 0000000..0adc1b5 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/cyan_pool_tiles.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CAB", + "ABC", + "BAC" + ], + "key": { + "A": { + "item": "ariasessentials:cyan_brick" + }, + "B": { + "item": "ariasessentials:cyan_brick" + }, + "C": { + "item": "ariasessentials:light_cyan_brick" + } + }, + "result": { + "item": "ariasessentials:cyan_pool_tile", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_light.json new file mode 100644 index 0000000..1013bec --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "ariasessentials:cyan_pool_tile_light" + }, + { + "item": "minecraft:slime_ball" + } + ], + "result": { + "item": "ariasessentials:dirty_cyan_pool_tile_light", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tile_slab.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tile_slab.json new file mode 100644 index 0000000..c2f760e --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_cyan_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_cyan_pool_tile_slab", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tile_stairs.json new file mode 100644 index 0000000..f1c8ed5 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_cyan_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_cyan_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tile_wall.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tile_wall.json new file mode 100644 index 0000000..cb99340 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tile_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_cyan_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_cyan_pool_tile_wall", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tiles.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tiles.json new file mode 100644 index 0000000..a443881 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/dirty_cyan_pool_tiles.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:slime_ball" + }, + { + "item": "ariasessentials:cyan_pool_tile" + } + ], + "result": { + "item": "ariasessentials:dirty_cyan_pool_tile", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/filthy_cyan_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/filthy_cyan_pool_light.json new file mode 100644 index 0000000..b38a98d --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/cyan/filthy_cyan_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "ariasessentials:dirty_cyan_pool_tile_light" + }, + { + "item": "minecraft:slime_block" + } + ], + "result": { + "item": "ariasessentials:filthy_cyan_pool_tile_light", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/dark/dark_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/dark/dark_pool_tile_stairs.json new file mode 100644 index 0000000..34c3935 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/dark/dark_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dark_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dark_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/dark/dark_pool_tiles.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/dark/dark_pool_tiles.json new file mode 100644 index 0000000..dc80150 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/dark/dark_pool_tiles.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AB", + "BA" + ], + "key": { + "A": { + "item": "minecraft:white_concrete" + }, + "B": { + "item": "minecraft:blue_terracotta" + } + }, + "result": { + "item": "ariasessentials:dark_pool_tile", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_light.json new file mode 100644 index 0000000..7c3080c --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "ariasessentials:green_pool_tile_light" + }, + { + "item": "minecraft:slime_ball" + } + ], + "result": { + "item": "ariasessentials:dirty_green_pool_tile_light", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_slab.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_slab.json new file mode 100644 index 0000000..a220487 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_green_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_green_pool_tile_slab", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_stairs.json new file mode 100644 index 0000000..f8266ec --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_green_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_green_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_wall.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_wall.json new file mode 100644 index 0000000..a38b332 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_green_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_green_pool_tile_wall", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tiles.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tiles.json new file mode 100644 index 0000000..8f1ec57 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_tiles.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:slime_ball" + }, + { + "item": "ariasessentials:green_pool_tile" + } + ], + "result": { + "item": "ariasessentials:dirty_green_pool_tile", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/filthy_green_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/filthy_green_pool_light.json new file mode 100644 index 0000000..2342eeb --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/filthy_green_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "ariasessentials:dirty_green_pool_tile_light" + }, + { + "item": "minecraft:slime_block" + } + ], + "result": { + "item": "ariasessentials:filthy_green_pool_tile_light", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_light.json new file mode 100644 index 0000000..9350197 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_light.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:green_pool_tile" + }, + "B": { + "item": "minecraft:glowstone" + } + }, + "result": { + "item": "ariasessentials:green_pool_tile_light", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tile_slab.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tile_slab.json new file mode 100644 index 0000000..c22d7c9 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:green_pool_tile" + } + }, + "result": { + "item": "ariasessentials:green_pool_tile_slab", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tile_stairs.json new file mode 100644 index 0000000..af9f7db --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:green_pool_tile" + } + }, + "result": { + "item": "ariasessentials:green_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tile_wall.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tile_wall.json new file mode 100644 index 0000000..a63a608 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tile_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:green_pool_tile" + } + }, + "result": { + "item": "ariasessentials:green_pool_tile_wall", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tiles.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tiles.json new file mode 100644 index 0000000..c44b7b0 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_tiles.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "ABB", + "BAA", + "ABA" + ], + "key": { + "A": { + "item": "ariasessentials:lime_brick" + }, + "B": { + "item": "ariasessentials:green_brick" + } + }, + "result": { + "item": "ariasessentials:green_pool_tile", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_light.json new file mode 100644 index 0000000..4882cbc --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "ariasessentials:red_pool_tile_light" + }, + { + "item": "minecraft:slime_block" + } + ], + "result": { + "item": "ariasessentials:dirty_red_pool_tile_light", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_slab.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_slab.json new file mode 100644 index 0000000..8ad983e --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_red_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_red_pool_tile_slab", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_stairs.json new file mode 100644 index 0000000..384fac9 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_red_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_red_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_wall.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_wall.json new file mode 100644 index 0000000..ef50615 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:dirty_red_pool_tile" + } + }, + "result": { + "item": "ariasessentials:dirty_red_pool_tile_wall", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tiles.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tiles.json new file mode 100644 index 0000000..94623dc --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_tiles.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AB", + "BA" + ], + "key": { + "A": { + "item": "ariasessentials:red_pool_tile" + }, + "B": { + "item": "minecraft:slime_ball" + } + }, + "result": { + "item": "ariasessentials:dirty_red_pool_tile", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/filthy_red_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/filthy_red_pool_light.json new file mode 100644 index 0000000..6f4dd48 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/filthy_red_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "ariasessentials:dirty_red_pool_tile_light" + }, + { + "item": "minecraft:slime_block" + } + ], + "result": { + "item": "ariasessentials:filthy_red_pool_tile_light", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_light.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_light.json new file mode 100644 index 0000000..d71bfdd --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_light.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:red_pool_tile" + }, + "B": { + "item": "minecraft:glowstone" + } + }, + "result": { + "item": "ariasessentials:red_pool_tile_light", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tile_slab.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tile_slab.json new file mode 100644 index 0000000..b19f6b3 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:red_pool_tile" + } + }, + "result": { + "item": "ariasessentials:red_pool_tile_slab", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tile_stairs.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tile_stairs.json new file mode 100644 index 0000000..e4c18b8 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:red_pool_tile" + } + }, + "result": { + "item": "ariasessentials:red_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tile_wall.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tile_wall.json new file mode 100644 index 0000000..0686737 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tile_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:red_pool_tile" + } + }, + "result": { + "item": "ariasessentials:red_pool_tile_wall", + "count": 6 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tiles.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tiles.json new file mode 100644 index 0000000..5698583 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_tiles.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CAB", + "ABC", + "BAC" + ], + "key": { + "A": { + "item": "ariasessentials:red_brick" + }, + "B": { + "item": "ariasessentials:dark_red_brick" + }, + "C": { + "item": "minecraft:brick" + } + }, + "result": { + "item": "ariasessentials:red_pool_tile", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/blood_red.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/blood_red.json new file mode 100644 index 0000000..0fbcc41 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/blood_red.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "minecraft:red_wool" + }, + "B": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "ariasessentials:blood_red", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_stairs.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_stairs.json new file mode 100644 index 0000000..8bc42d0 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:blood_red" + } + }, + "result": { + "item": "ariasessentials:red_stairs", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_tile.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_tile.json new file mode 100644 index 0000000..af1edd1 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_tile.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "ABA", + "BAB", + "ABA" + ], + "key": { + "A": { + "item": "ariasessentials:blood_red" + }, + "B": { + "item": "ariasessentials:whiteout" + } + }, + "result": { + "item": "ariasessentials:red_tile", + "count": 2 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_tile_br.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_tile_br.json new file mode 100644 index 0000000..f70a201 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_tile_br.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "BAB", + "AAA" + ], + "key": { + "A": { + "item": "ariasessentials:blood_red" + }, + "B": { + "item": "ariasessentials:whiteout" + } + }, + "result": { + "item": "ariasessentials:red_tile_br", + "count": 2 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_tile_to_wall.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_tile_to_wall.json new file mode 100644 index 0000000..f945bdb --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_tile_to_wall.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "BAB", + "ABA" + ], + "key": { + "A": { + "item": "ariasessentials:blood_red" + }, + "B": { + "item": "ariasessentials:whiteout" + } + }, + "result": { + "item": "ariasessentials:red_tile_to_wall", + "count": 2 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_wall_variant_1.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_wall_variant_1.json new file mode 100644 index 0000000..70492cb --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_wall_variant_1.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "BAB" + ], + "key": { + "A": { + "item": "ariasessentials:blood_red" + }, + "B": { + "item": "ariasessentials:whiteout" + } + }, + "result": { + "item": "ariasessentials:red_wall_variant_1", + "count": 2 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_wall_variant_2.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_wall_variant_2.json new file mode 100644 index 0000000..5808d47 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/red/red_wall_variant_2.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BAB", + "AAA", + "BAB" + ], + "key": { + "A": { + "item": "ariasessentials:blood_red" + }, + "B": { + "item": "ariasessentials:whiteout" + } + }, + "result": { + "item": "ariasessentials:red_wall_variant_2", + "count": 2 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/void.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/void.json new file mode 100644 index 0000000..ac7dccd --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/void.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "minecraft:black_wool" + }, + "B": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "ariasessentials:void", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/whiteout.json b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/whiteout.json new file mode 100644 index 0000000..ad6f1de --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/thresholds/decorative/whiteout.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "minecraft:white_wool" + }, + "B": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "ariasessentials:whiteout", + "count": 4 + } +} diff --git a/src/old/resources/data/ariasessentials/recipes/tiab.json b/src/old/resources/data/ariasessentials/recipes/tiab.json new file mode 100644 index 0000000..7e7ed1b --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/tiab.json @@ -0,0 +1,28 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "GGG", + "DCD", + "LBL" + ], + "key": { + "G": { + "tag": "forge:ingots/gold" + }, + "D": { + "tag": "forge:gems/diamond" + }, + "L": { + "tag": "forge:gems/lapis" + }, + "C": { + "item": "minecraft:clock" + }, + "B": { + "item": "minecraft:glass_bottle" + } + }, + "result": { + "item": "ariasessentials:tiab" + } +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/recipes/white_brick.json b/src/old/resources/data/ariasessentials/recipes/white_brick.json new file mode 100644 index 0000000..c1e9721 --- /dev/null +++ b/src/old/resources/data/ariasessentials/recipes/white_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:brick" + }, + { + "item": "minecraft:white_dye" + } + ], + "result": { + "item": "ariasessentials:white_brick", + "count": 1 + } +} diff --git a/src/old/resources/data/ariasessentials/tags/blocks/brimstone.json b/src/old/resources/data/ariasessentials/tags/blocks/brimstone.json new file mode 100644 index 0000000..4b0beca --- /dev/null +++ b/src/old/resources/data/ariasessentials/tags/blocks/brimstone.json @@ -0,0 +1,6 @@ +{ + "values": [ + "biomesoplenty:brimstone", + "byg:brimstone" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/tags/blocks/deprecated.json b/src/old/resources/data/ariasessentials/tags/blocks/deprecated.json new file mode 100644 index 0000000..d6649e7 --- /dev/null +++ b/src/old/resources/data/ariasessentials/tags/blocks/deprecated.json @@ -0,0 +1,4 @@ +{ + "values": [ + ] +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/tags/blocks/engineersdecor.json b/src/old/resources/data/ariasessentials/tags/blocks/engineersdecor.json new file mode 100644 index 0000000..8491c22 --- /dev/null +++ b/src/old/resources/data/ariasessentials/tags/blocks/engineersdecor.json @@ -0,0 +1,29 @@ +{ + "values": [ + "ariasessentials:clinker_brick_block", + "ariasessentials:clinker_brick_slab", + "ariasessentials:clinker_brick_stairs", + "ariasessentials:clinker_brick_wall", + + "ariasessentials:clinker_brick_stained_block", + "ariasessentials:clinker_brick_stained_slab", + "ariasessentials:clinker_brick_stained_stairs", + + "ariasessentials:slag_brick_block", + "ariasessentials:slag_brick_slab", + "ariasessentials:slag_brick_stairs", + "ariasessentials:slag_brick_wall", + + "ariasessentials:rebar_concrete", + "ariasessentials:rebar_concrete_slab", + "ariasessentials:rebar_concrete_stairs", + "ariasessentials:rebar_concrete_wall", + + "ariasessentials:rebar_concrete_tile", + "ariasessentials:rebar_concrete_tile_slab", + "ariasessentials:rebar_concrete_tile_stairs", + + "ariasessentials:panzerglass_block", + "ariasessentials:panzerglass_slab" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/tags/blocks/plain_concrete.json b/src/old/resources/data/ariasessentials/tags/blocks/plain_concrete.json new file mode 100644 index 0000000..b53590f --- /dev/null +++ b/src/old/resources/data/ariasessentials/tags/blocks/plain_concrete.json @@ -0,0 +1,37 @@ +{ + "replace": false, + "values": [ + "minecraft:black_concrete_powder", + "minecraft:blue_concrete_powder", + "minecraft:brown_concrete_powder", + "minecraft:cyan_concrete_powder", + "minecraft:gray_concrete_powder", + "minecraft:green_concrete_powder", + "minecraft:light_blue_concrete_powder", + "minecraft:light_gray_concrete_powder", + "minecraft:lime_concrete_powder", + "minecraft:magenta_concrete_powder", + "minecraft:orange_concrete_powder", + "minecraft:pink_concrete_powder", + "minecraft:purple_concrete_powder", + "minecraft:red_concrete_powder", + "minecraft:white_concrete_powder", + "minecraft:yellow_concrete_powder", + "minecraft:black_concrete", + "minecraft:blue_concrete", + "minecraft:brown_concrete", + "minecraft:cyan_concrete", + "minecraft:gray_concrete", + "minecraft:green_concrete", + "minecraft:light_blue_concrete", + "minecraft:light_gray_concrete", + "minecraft:lime_concrete", + "minecraft:magenta_concrete", + "minecraft:orange_concrete", + "minecraft:pink_concrete", + "minecraft:purple_concrete", + "minecraft:red_concrete", + "minecraft:white_concrete", + "minecraft:yellow_concrete" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/tags/blocks/pool_tiles.json b/src/old/resources/data/ariasessentials/tags/blocks/pool_tiles.json new file mode 100644 index 0000000..fdfa1ed --- /dev/null +++ b/src/old/resources/data/ariasessentials/tags/blocks/pool_tiles.json @@ -0,0 +1,69 @@ +{ + "values": [ + + "ariasessentials:pool_tile", + "ariasessentials:pool_tile_stairs", + "ariasessentials:pool_tile_slab", + "ariasessentials:pool_tile_wall", + "ariasessentials:pool_tile_light", + "ariasessentials:dirty_pool_tile", + "ariasessentials:dirty_pool_tile_stairs", + "ariasessentials:dirty_pool_tile_slab", + "ariasessentials:dirty_pool_tile_wall", + "ariasessentials:dirty_pool_tile_light", + "ariasessentials:filthy_pool_tile_light", + + "ariasessentials:dark_pool_tile", + "ariasessentials:dark_pool_tile_stairs", + "ariasessentials:dark_pool_tile_slab", + "ariasessentials:dark_pool_tile_light", + + "ariasessentials:green_pool_tile", + "ariasessentials:green_pool_tile_stairs", + "ariasessentials:green_pool_tile_slab", + "ariasessentials:green_pool_tile_wall", + "ariasessentials:green_pool_tile_light", + "ariasessentials:dirty_green_pool_tile", + "ariasessentials:dirty_green_pool_tile_stairs", + "ariasessentials:dirty_green_pool_tile_slab", + "ariasessentials:dirty_green_pool_tile_wall", + "ariasessentials:dirty_green_pool_tile_light", + "ariasessentials:filthy_green_pool_tile_light", + + "ariasessentials:blue_pool_tile", + "ariasessentials:blue_pool_tile_stairs", + "ariasessentials:blue_pool_tile_slab", + "ariasessentials:blue_pool_tile_wall", + "ariasessentials:blue_pool_tile_light", + "ariasessentials:dirty_blue_pool_tile", + "ariasessentials:dirty_blue_pool_tile_stairs", + "ariasessentials:dirty_blue_pool_tile_slab", + "ariasessentials:dirty_blue_pool_tile_wall", + "ariasessentials:dirty_blue_pool_tile_light", + "ariasessentials:filthy_blue_pool_tile_light", + + "ariasessentials:red_pool_tile", + "ariasessentials:red_pool_tile_stairs", + "ariasessentials:red_pool_tile_slab", + "ariasessentials:red_pool_tile_wall", + "ariasessentials:red_pool_tile_light", + "ariasessentials:dirty_red_pool_tile", + "ariasessentials:dirty_red_pool_tile_stairs", + "ariasessentials:dirty_red_pool_tile_slab", + "ariasessentials:dirty_red_pool_tile_wall", + "ariasessentials:dirty_red_pool_tile_light", + "ariasessentials:filthy_red_pool_tile_light", + + "ariasessentials:cyan_pool_tile", + "ariasessentials:cyan_pool_tile_stairs", + "ariasessentials:cyan_pool_tile_slab", + "ariasessentials:cyan_pool_tile_wall", + "ariasessentials:cyan_pool_tile_light", + "ariasessentials:dirty_cyan_pool_tile", + "ariasessentials:dirty_cyan_pool_tile_stairs", + "ariasessentials:dirty_cyan_pool_tile_slab", + "ariasessentials:dirty_cyan_pool_tile_wall", + "ariasessentials:dirty_cyan_pool_tile_light", + "ariasessentials:filthy_cyan_pool_tile_light" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/tags/items/brick_blocks.json b/src/old/resources/data/ariasessentials/tags/items/brick_blocks.json new file mode 100644 index 0000000..6e0b02b --- /dev/null +++ b/src/old/resources/data/ariasessentials/tags/items/brick_blocks.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "minecraft:bricks", + "minecraft:nether_bricks" + ] +} diff --git a/src/old/resources/data/ariasessentials/tags/items/brick_ingots.json b/src/old/resources/data/ariasessentials/tags/items/brick_ingots.json new file mode 100644 index 0000000..3fad0aa --- /dev/null +++ b/src/old/resources/data/ariasessentials/tags/items/brick_ingots.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "minecraft:brick", + "minecraft:nether_brick" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/tags/items/deprecated.json b/src/old/resources/data/ariasessentials/tags/items/deprecated.json new file mode 100644 index 0000000..d6649e7 --- /dev/null +++ b/src/old/resources/data/ariasessentials/tags/items/deprecated.json @@ -0,0 +1,4 @@ +{ + "values": [ + ] +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/tags/items/engineersdecor.json b/src/old/resources/data/ariasessentials/tags/items/engineersdecor.json new file mode 100644 index 0000000..8491c22 --- /dev/null +++ b/src/old/resources/data/ariasessentials/tags/items/engineersdecor.json @@ -0,0 +1,29 @@ +{ + "values": [ + "ariasessentials:clinker_brick_block", + "ariasessentials:clinker_brick_slab", + "ariasessentials:clinker_brick_stairs", + "ariasessentials:clinker_brick_wall", + + "ariasessentials:clinker_brick_stained_block", + "ariasessentials:clinker_brick_stained_slab", + "ariasessentials:clinker_brick_stained_stairs", + + "ariasessentials:slag_brick_block", + "ariasessentials:slag_brick_slab", + "ariasessentials:slag_brick_stairs", + "ariasessentials:slag_brick_wall", + + "ariasessentials:rebar_concrete", + "ariasessentials:rebar_concrete_slab", + "ariasessentials:rebar_concrete_stairs", + "ariasessentials:rebar_concrete_wall", + + "ariasessentials:rebar_concrete_tile", + "ariasessentials:rebar_concrete_tile_slab", + "ariasessentials:rebar_concrete_tile_stairs", + + "ariasessentials:panzerglass_block", + "ariasessentials:panzerglass_slab" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/tags/items/pool_tiles.json b/src/old/resources/data/ariasessentials/tags/items/pool_tiles.json new file mode 100644 index 0000000..fdfa1ed --- /dev/null +++ b/src/old/resources/data/ariasessentials/tags/items/pool_tiles.json @@ -0,0 +1,69 @@ +{ + "values": [ + + "ariasessentials:pool_tile", + "ariasessentials:pool_tile_stairs", + "ariasessentials:pool_tile_slab", + "ariasessentials:pool_tile_wall", + "ariasessentials:pool_tile_light", + "ariasessentials:dirty_pool_tile", + "ariasessentials:dirty_pool_tile_stairs", + "ariasessentials:dirty_pool_tile_slab", + "ariasessentials:dirty_pool_tile_wall", + "ariasessentials:dirty_pool_tile_light", + "ariasessentials:filthy_pool_tile_light", + + "ariasessentials:dark_pool_tile", + "ariasessentials:dark_pool_tile_stairs", + "ariasessentials:dark_pool_tile_slab", + "ariasessentials:dark_pool_tile_light", + + "ariasessentials:green_pool_tile", + "ariasessentials:green_pool_tile_stairs", + "ariasessentials:green_pool_tile_slab", + "ariasessentials:green_pool_tile_wall", + "ariasessentials:green_pool_tile_light", + "ariasessentials:dirty_green_pool_tile", + "ariasessentials:dirty_green_pool_tile_stairs", + "ariasessentials:dirty_green_pool_tile_slab", + "ariasessentials:dirty_green_pool_tile_wall", + "ariasessentials:dirty_green_pool_tile_light", + "ariasessentials:filthy_green_pool_tile_light", + + "ariasessentials:blue_pool_tile", + "ariasessentials:blue_pool_tile_stairs", + "ariasessentials:blue_pool_tile_slab", + "ariasessentials:blue_pool_tile_wall", + "ariasessentials:blue_pool_tile_light", + "ariasessentials:dirty_blue_pool_tile", + "ariasessentials:dirty_blue_pool_tile_stairs", + "ariasessentials:dirty_blue_pool_tile_slab", + "ariasessentials:dirty_blue_pool_tile_wall", + "ariasessentials:dirty_blue_pool_tile_light", + "ariasessentials:filthy_blue_pool_tile_light", + + "ariasessentials:red_pool_tile", + "ariasessentials:red_pool_tile_stairs", + "ariasessentials:red_pool_tile_slab", + "ariasessentials:red_pool_tile_wall", + "ariasessentials:red_pool_tile_light", + "ariasessentials:dirty_red_pool_tile", + "ariasessentials:dirty_red_pool_tile_stairs", + "ariasessentials:dirty_red_pool_tile_slab", + "ariasessentials:dirty_red_pool_tile_wall", + "ariasessentials:dirty_red_pool_tile_light", + "ariasessentials:filthy_red_pool_tile_light", + + "ariasessentials:cyan_pool_tile", + "ariasessentials:cyan_pool_tile_stairs", + "ariasessentials:cyan_pool_tile_slab", + "ariasessentials:cyan_pool_tile_wall", + "ariasessentials:cyan_pool_tile_light", + "ariasessentials:dirty_cyan_pool_tile", + "ariasessentials:dirty_cyan_pool_tile_stairs", + "ariasessentials:dirty_cyan_pool_tile_slab", + "ariasessentials:dirty_cyan_pool_tile_wall", + "ariasessentials:dirty_cyan_pool_tile_light", + "ariasessentials:filthy_cyan_pool_tile_light" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/ariasessentials/worldgen/configured_feature/eternium_oregen_overworld.json b/src/old/resources/data/ariasessentials/worldgen/configured_feature/eternium_oregen_overworld.json new file mode 100644 index 0000000..a790d6b --- /dev/null +++ b/src/old/resources/data/ariasessentials/worldgen/configured_feature/eternium_oregen_overworld.json @@ -0,0 +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": "ariasessentials:eternium_ore_block" + } + }, + { + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:deepslate_ore_replaceables" + }, + "state": { + "Name": "ariasessentials:deepslate_eternium_ore_block" + } + } + ] + } +} diff --git a/src/old/resources/data/ariasessentials/worldgen/noise_settings/builder.json b/src/old/resources/data/ariasessentials/worldgen/noise_settings/builder.json new file mode 100644 index 0000000..e308461 --- /dev/null +++ b/src/old/resources/data/ariasessentials/worldgen/noise_settings/builder.json @@ -0,0 +1,2448 @@ +{ + "sea_level": -64, + "disable_mob_generation": true, + "aquifers_enabled": false, + "ore_veins_enabled": false, + "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/depth", + "ridges": "minecraft:overworld/ridges", + "initial_density_without_jaggedness": { + "type": "minecraft:add", + "argument1": 0.1171875, + "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.1171875, + "argument2": { + "type": "minecraft:add", + "argument1": -0.078125, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 240, + "to_y": 256, + "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/depth", + "argument2": { + "type": "minecraft:cache_2d", + "argument": "minecraft:overworld/factor" + } + } + } + } + }, + "min": -64, + "max": 64 + } + } + } + } + } + } + }, + "final_density": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:squeeze", + "argument": { + "type": "minecraft:mul", + "argument1": 0.25, + "argument2": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:blend_density", + "argument": { + "type": "minecraft:add", + "argument1": 0.1171875, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": -64, + "to_y": -50, + "from_value": 0, + "to_value": 0.05 + }, + "argument2": { + "type": "minecraft:add", + "argument1": -2, + "argument2": { + "type": "minecraft:add", + "argument1": -4, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 240, + "to_y": 256, + "from_value": 1, + "to_value": 0 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:range_choice", + "input": "minecraft:overworld/sloped_cheese", + "min_inclusive": -1000000, + "max_exclusive": 1.5625, + "when_in_range": { + "type": "minecraft:min", + "argument1": "minecraft:overworld/sloped_cheese", + "argument2": { + "type": "minecraft:mul", + "argument1": 5, + "argument2": "minecraft:overworld/caves/entrances" + } + }, + "when_out_of_range": { + "type": "minecraft:max", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:mul", + "argument1": 4, + "argument2": { + "type": "minecraft:square", + "argument": { + "type": "minecraft:noise", + "noise": "minecraft:cave_layer", + "xz_scale": 1, + "y_scale": 8 + } + } + }, + "argument2": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": 0.27, + "argument2": { + "type": "minecraft:noise", + "noise": "minecraft:cave_cheese", + "xz_scale": 1, + "y_scale": 0.6666666666666666 + } + }, + "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/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": 0, + "vein_ridged": 0, + "vein_gap": 0 + }, + "spawn_target": [ + { + "temperature": 0, + "humidity": 0, + "continentalness": 0, + "erosion": 0, + "weirdness": 0, + "depth": 0, + "offset": 0 + }, + { + "temperature": 0, + "humidity": 0, + "continentalness": 0, + "erosion": 0, + "weirdness": 0, + "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/old/resources/data/ariasessentials/worldgen/noise_settings/resource.json b/src/old/resources/data/ariasessentials/worldgen/noise_settings/resource.json new file mode 100644 index 0000000..514a460 --- /dev/null +++ b/src/old/resources/data/ariasessentials/worldgen/noise_settings/resource.json @@ -0,0 +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/depth", + "ridges": "minecraft:overworld/ridges", + "initial_density_without_jaggedness": { + "type": "minecraft:add", + "argument1": 0.1171875, + "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.1171875, + "argument2": { + "type": "minecraft:add", + "argument1": -0.078125, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 240, + "to_y": 256, + "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/depth", + "argument2": { + "type": "minecraft:cache_2d", + "argument": "minecraft:overworld/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.1171875, + "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.1171875, + "argument2": { + "type": "minecraft:add", + "argument1": -0.078125, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 240, + "to_y": 256, + "from_value": 1, + "to_value": 0 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:range_choice", + "input": "minecraft:overworld/sloped_cheese", + "min_inclusive": -1000000, + "max_exclusive": 1.5625, + "when_in_range": { + "type": "minecraft:min", + "argument1": "minecraft:overworld/sloped_cheese", + "argument2": { + "type": "minecraft:mul", + "argument1": 5, + "argument2": "minecraft:overworld/caves/entrances" + } + }, + "when_out_of_range": { + "type": "minecraft:max", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:mul", + "argument1": 4, + "argument2": { + "type": "minecraft:square", + "argument": { + "type": "minecraft:noise", + "noise": "minecraft:cave_layer", + "xz_scale": 1, + "y_scale": 8 + } + } + }, + "argument2": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": 0.27, + "argument2": { + "type": "minecraft:noise", + "noise": "minecraft:cave_cheese", + "xz_scale": 1, + "y_scale": 0.6666666666666666 + } + }, + "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/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/old/resources/data/ariasessentials/worldgen/placed_feature/eternium_oregen_overworld.json b/src/old/resources/data/ariasessentials/worldgen/placed_feature/eternium_oregen_overworld.json new file mode 100644 index 0000000..094ccfc --- /dev/null +++ b/src/old/resources/data/ariasessentials/worldgen/placed_feature/eternium_oregen_overworld.json @@ -0,0 +1,27 @@ +{ + "feature": "ariasessentials: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/old/resources/data/forge/tags/blocks/ore_rates/singular.json b/src/old/resources/data/forge/tags/blocks/ore_rates/singular.json new file mode 100644 index 0000000..f345cb5 --- /dev/null +++ b/src/old/resources/data/forge/tags/blocks/ore_rates/singular.json @@ -0,0 +1,4 @@ +{ + "values": [ + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/blocks/ores.json b/src/old/resources/data/forge/tags/blocks/ores.json new file mode 100644 index 0000000..31b4208 --- /dev/null +++ b/src/old/resources/data/forge/tags/blocks/ores.json @@ -0,0 +1,6 @@ +{ + "values": [ + "#forge:ores/cobalt", + "#forge:ores/eternium" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/blocks/ores/eternium.json b/src/old/resources/data/forge/tags/blocks/ores/eternium.json new file mode 100644 index 0000000..13baeba --- /dev/null +++ b/src/old/resources/data/forge/tags/blocks/ores/eternium.json @@ -0,0 +1,6 @@ +{ + "values": [ + "ariasessentials:eternium_ore_block", + "ariasessentials:deepslate_eternium_ore_block" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/blocks/ores_in_ground/netherrack.json b/src/old/resources/data/forge/tags/blocks/ores_in_ground/netherrack.json new file mode 100644 index 0000000..f345cb5 --- /dev/null +++ b/src/old/resources/data/forge/tags/blocks/ores_in_ground/netherrack.json @@ -0,0 +1,4 @@ +{ + "values": [ + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/blocks/storage_blocks.json b/src/old/resources/data/forge/tags/blocks/storage_blocks.json new file mode 100644 index 0000000..298093d --- /dev/null +++ b/src/old/resources/data/forge/tags/blocks/storage_blocks.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#forge:storage_blocks/eternium" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/blocks/storage_blocks/eternium.json b/src/old/resources/data/forge/tags/blocks/storage_blocks/eternium.json new file mode 100644 index 0000000..b351961 --- /dev/null +++ b/src/old/resources/data/forge/tags/blocks/storage_blocks/eternium.json @@ -0,0 +1,5 @@ +{ + "values": [ + "otemod:eternium_block" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/brimstone.json b/src/old/resources/data/forge/tags/items/brimstone.json new file mode 100644 index 0000000..b85d8d6 --- /dev/null +++ b/src/old/resources/data/forge/tags/items/brimstone.json @@ -0,0 +1,5 @@ +{ + "values": [ + "biomesoplenty:brimstone" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/dusts.json b/src/old/resources/data/forge/tags/items/dusts.json new file mode 100644 index 0000000..b35632b --- /dev/null +++ b/src/old/resources/data/forge/tags/items/dusts.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#forge:dusts/magma" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/dusts/magma.json b/src/old/resources/data/forge/tags/items/dusts/magma.json new file mode 100644 index 0000000..6dda7ad --- /dev/null +++ b/src/old/resources/data/forge/tags/items/dusts/magma.json @@ -0,0 +1,5 @@ +{ + "values": [ + "ariasessentials:magma_powder" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/ingots.json b/src/old/resources/data/forge/tags/items/ingots.json new file mode 100644 index 0000000..139e30f --- /dev/null +++ b/src/old/resources/data/forge/tags/items/ingots.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#forge:ingots/eternium" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/ingots/eternium.json b/src/old/resources/data/forge/tags/items/ingots/eternium.json new file mode 100644 index 0000000..47823d5 --- /dev/null +++ b/src/old/resources/data/forge/tags/items/ingots/eternium.json @@ -0,0 +1,5 @@ +{ + "values": [ + "ariasessentials:eternium_ingot" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/nuggets.json b/src/old/resources/data/forge/tags/items/nuggets.json new file mode 100644 index 0000000..f345cb5 --- /dev/null +++ b/src/old/resources/data/forge/tags/items/nuggets.json @@ -0,0 +1,4 @@ +{ + "values": [ + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/ore_rates/singular.json b/src/old/resources/data/forge/tags/items/ore_rates/singular.json new file mode 100644 index 0000000..f345cb5 --- /dev/null +++ b/src/old/resources/data/forge/tags/items/ore_rates/singular.json @@ -0,0 +1,4 @@ +{ + "values": [ + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/ores.json b/src/old/resources/data/forge/tags/items/ores.json new file mode 100644 index 0000000..12bf5a3 --- /dev/null +++ b/src/old/resources/data/forge/tags/items/ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#forge:ores/eternium" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/ores/eternium.json b/src/old/resources/data/forge/tags/items/ores/eternium.json new file mode 100644 index 0000000..6c4451e --- /dev/null +++ b/src/old/resources/data/forge/tags/items/ores/eternium.json @@ -0,0 +1,7 @@ +{ + "values": [ + "ariasessentials:eternium_ore", + "ariasessentials:eternium_ore_block", + "ariasessentials:deepslate_eternium_ore_block" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/ores_in_ground/netherrack.json b/src/old/resources/data/forge/tags/items/ores_in_ground/netherrack.json new file mode 100644 index 0000000..f345cb5 --- /dev/null +++ b/src/old/resources/data/forge/tags/items/ores_in_ground/netherrack.json @@ -0,0 +1,4 @@ +{ + "values": [ + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/raw_materials.json b/src/old/resources/data/forge/tags/items/raw_materials.json new file mode 100644 index 0000000..ac202c0 --- /dev/null +++ b/src/old/resources/data/forge/tags/items/raw_materials.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#forge:raw_materials/eternium" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/raw_materials/eternium.json b/src/old/resources/data/forge/tags/items/raw_materials/eternium.json new file mode 100644 index 0000000..15710e6 --- /dev/null +++ b/src/old/resources/data/forge/tags/items/raw_materials/eternium.json @@ -0,0 +1,5 @@ +{ + "values": [ + "ariasessentials:eternium_ore" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/rods.json b/src/old/resources/data/forge/tags/items/rods.json new file mode 100644 index 0000000..7a65d15 --- /dev/null +++ b/src/old/resources/data/forge/tags/items/rods.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#forge:rods/eternium" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/rods/eternium.json b/src/old/resources/data/forge/tags/items/rods/eternium.json new file mode 100644 index 0000000..03dc005 --- /dev/null +++ b/src/old/resources/data/forge/tags/items/rods/eternium.json @@ -0,0 +1,5 @@ +{ + "values": [ + "ariasessentials:eternium_rod" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/storage_blocks.json b/src/old/resources/data/forge/tags/items/storage_blocks.json new file mode 100644 index 0000000..298093d --- /dev/null +++ b/src/old/resources/data/forge/tags/items/storage_blocks.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#forge:storage_blocks/eternium" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/forge/tags/items/storage_blocks/eternium.json b/src/old/resources/data/forge/tags/items/storage_blocks/eternium.json new file mode 100644 index 0000000..16ae335 --- /dev/null +++ b/src/old/resources/data/forge/tags/items/storage_blocks/eternium.json @@ -0,0 +1,5 @@ +{ + "values":[ + "ariasessentials:eternium_block" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/loot_tables/blocks/budding_amethyst.json b/src/old/resources/data/minecraft/loot_tables/blocks/budding_amethyst.json new file mode 100644 index 0000000..51de7df --- /dev/null +++ b/src/old/resources/data/minecraft/loot_tables/blocks/budding_amethyst.json @@ -0,0 +1,44 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "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": "minecraft:budding_amethyst" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ], + "name": "minecraft:amethyst_block" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/old/resources/data/minecraft/tags/blocks/mineable/pickaxe.json new file mode 100644 index 0000000..fbcb62e --- /dev/null +++ b/src/old/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -0,0 +1,15 @@ +{ + "replace": false, + "values": [ + + "ariasessentials:eternium_ore_block", + "ariasessentials:deepslate_eternium_ore_block", + "ariasessentials:eternium_block", + "ariasessentials:mini_sun", + + + "#ariasessentials:pool_tiles", + + "#ariasessentials:engineersdecor" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/blocks/needs_diamond_tool.json b/src/old/resources/data/minecraft/tags/blocks/needs_diamond_tool.json new file mode 100644 index 0000000..a56f1e5 --- /dev/null +++ b/src/old/resources/data/minecraft/tags/blocks/needs_diamond_tool.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "ariasessentials:mini_sun" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/blocks/needs_iron_tool.json b/src/old/resources/data/minecraft/tags/blocks/needs_iron_tool.json new file mode 100644 index 0000000..2a9ad8a --- /dev/null +++ b/src/old/resources/data/minecraft/tags/blocks/needs_iron_tool.json @@ -0,0 +1,12 @@ +{ + "replace": false, + "values": [ + + "ariasessentials:eternium_ore_block", + "ariasessentials:deepslate_eternium_ore_block", + "ariasessentials:eternium_block", + + "#ariasessentials:engineersdecor", + "#ariasessentials:pool_tiles" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/blocks/slabs.json b/src/old/resources/data/minecraft/tags/blocks/slabs.json new file mode 100644 index 0000000..818d8dd --- /dev/null +++ b/src/old/resources/data/minecraft/tags/blocks/slabs.json @@ -0,0 +1,22 @@ +{ + "replace": false, + "values": [ + + "ariasessentials:clinker_brick_slab", + "ariasessentials:clinker_brick_stained_slab", + "ariasessentials:slag_brick_slab", + "ariasessentials:rebar_concrete_slab", + "ariasessentials:panzerglass_slab", + + "ariasessentials:pool_tile_slab", + "ariasessentials:blue_pool_tile_slab", + "ariasessentials:dark_pool_tile_slab", + "ariasessentials:green_pool_tile_slab", + "ariasessentials:red_pool_tile_slab", + "ariasessentials:dirty_pool_tile_slab", + "ariasessentials:dirty_blue_pool_tile_slab", + "ariasessentials:dirty_green_pool_tile_slab", + "ariasessentials:dirty_red_pool_tile_slab" + + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/blocks/stairs.json b/src/old/resources/data/minecraft/tags/blocks/stairs.json new file mode 100644 index 0000000..ce94f5c --- /dev/null +++ b/src/old/resources/data/minecraft/tags/blocks/stairs.json @@ -0,0 +1,21 @@ +{ + "replace": false, + "values": [ + + "ariasessentials:clinker_brick_stairs", + "ariasessentials:clinker_brick_stained_stairs", + "ariasessentials:slag_brick_stairs", + "ariasessentials:rebar_concrete_stairs", + + "ariasessentials:pool_tile_stairs", + "ariasessentials:dark_pool_tile_stairs", + "ariasessentials:blue_pool_tile_stairs", + "ariasessentials:green_pool_tile_stairs", + "ariasessentials:red_pool_tile_stairs", + "ariasessentials:dirty_pool_tile_stairs", + "ariasessentials:dirty_blue_pool_tile_stairs", + "ariasessentials:dirty_green_pool_tile_stairs", + "ariasessentials:dirty_red_pool_tile_stairs" + + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/blocks/walls.json b/src/old/resources/data/minecraft/tags/blocks/walls.json new file mode 100644 index 0000000..e38afa6 --- /dev/null +++ b/src/old/resources/data/minecraft/tags/blocks/walls.json @@ -0,0 +1,16 @@ +{ + "replace": false, + "values": [ + "ariasessentials:clinker_brick_wall", + "ariasessentials:slag_brick_wall", + "ariasessentials:rebar_concrete_wall", + "ariasessentials:pool_tile_wall", + "ariasessentials:dirty_pool_tile_wall", + "ariasessentials:blue_pool_tile_wall", + "ariasessentials:dirty_blue_pool_tile_wall", + "ariasessentials:red_pool_tile_wall", + "ariasessentials:dirty_red_pool_tile_wall", + "ariasessentials:green_pool_tile_wall", + "ariasessentials:dirty_green_pool_tile_wall" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/blocks/wither_immune.json b/src/old/resources/data/minecraft/tags/blocks/wither_immune.json new file mode 100644 index 0000000..c8e10a3 --- /dev/null +++ b/src/old/resources/data/minecraft/tags/blocks/wither_immune.json @@ -0,0 +1,22 @@ +{ + "replace": false, + "values": [ + + "ariasessentials:panzerglass_block", + "ariasessentials:panzerglass_slab", + "ariasessentials:rebar_concrete", + "ariasessentials:rebar_concrete_slab", + "ariasessentials:rebar_concrete_stairs", + "ariasessentials:rebar_concrete_wall", + "ariasessentials:rebar_concrete_tile", + "ariasessentials:rebar_concrete_tile_slab", + "ariasessentials:rebar_concrete_tile_stairs", + "ariasessentials:eternium_block", + "ariasessentials:mini_sun", + + "#ariasessentials:pool_tiles", + "minecraft:spawner" + + + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/blocks/wool.json b/src/old/resources/data/minecraft/tags/blocks/wool.json new file mode 100644 index 0000000..ba320ef --- /dev/null +++ b/src/old/resources/data/minecraft/tags/blocks/wool.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "ariasessentials:dark_red_wool" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/blocks/wool_carpet.json b/src/old/resources/data/minecraft/tags/blocks/wool_carpet.json new file mode 100644 index 0000000..ff7d208 --- /dev/null +++ b/src/old/resources/data/minecraft/tags/blocks/wool_carpet.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "ariasessentials:dark_red_carpet" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/items/dyes.json b/src/old/resources/data/minecraft/tags/items/dyes.json new file mode 100644 index 0000000..310183f --- /dev/null +++ b/src/old/resources/data/minecraft/tags/items/dyes.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "ariasessentials:dark_red_dye" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/items/piglin_loved.json b/src/old/resources/data/minecraft/tags/items/piglin_loved.json new file mode 100644 index 0000000..61c944d --- /dev/null +++ b/src/old/resources/data/minecraft/tags/items/piglin_loved.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#ariasessentials:deprecated" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/items/slabs.json b/src/old/resources/data/minecraft/tags/items/slabs.json new file mode 100644 index 0000000..65c4e63 --- /dev/null +++ b/src/old/resources/data/minecraft/tags/items/slabs.json @@ -0,0 +1,21 @@ +{ + "replace": false, + "values": [ + + "ariasessentials:clinker_brick_slab", + "ariasessentials:clinker_brick_stained_slab", + "ariasessentials:slag_brick_slab", + "ariasessentials:rebar_concrete_slab", + "ariasessentials:panzerglass_slab", + + "ariasessentials:pool_tile_slab", + "ariasessentials:blue_pool_tile_slab", + "ariasessentials:dark_pool_tile_slab", + "ariasessentials:green_pool_tile_slab", + "ariasessentials:red_pool_tile_slab", + "ariasessentials:dirty_pool_tile_slab", + "ariasessentials:dirty_blue_pool_tile_slab", + "ariasessentials:dirty_green_pool_tile_slab", + "ariasessentials:dirty_red_pool_tile_slab" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/items/stairs.json b/src/old/resources/data/minecraft/tags/items/stairs.json new file mode 100644 index 0000000..fba777a --- /dev/null +++ b/src/old/resources/data/minecraft/tags/items/stairs.json @@ -0,0 +1,20 @@ +{ + "replace": false, + "values": [ + + "ariasessentials:clinker_brick_stairs", + "ariasessentials:clinker_brick_stained_stairs", + "ariasessentials:slag_brick_stairs", + "ariasessentials:rebar_concrete_stairs", + + "ariasessentials:pool_tile_stairs", + "ariasessentials:dark_pool_tile_stairs", + "ariasessentials:blue_pool_tile_stairs", + "ariasessentials:green_pool_tile_stairs", + "ariasessentials:red_pool_tile_stairs", + "ariasessentials:dirty_pool_tile_stairs", + "ariasessentials:dirty_blue_pool_tile_stairs", + "ariasessentials:dirty_green_pool_tile_stairs", + "ariasessentials:dirty_red_pool_tile_stairs" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/items/walls.json b/src/old/resources/data/minecraft/tags/items/walls.json new file mode 100644 index 0000000..e38afa6 --- /dev/null +++ b/src/old/resources/data/minecraft/tags/items/walls.json @@ -0,0 +1,16 @@ +{ + "replace": false, + "values": [ + "ariasessentials:clinker_brick_wall", + "ariasessentials:slag_brick_wall", + "ariasessentials:rebar_concrete_wall", + "ariasessentials:pool_tile_wall", + "ariasessentials:dirty_pool_tile_wall", + "ariasessentials:blue_pool_tile_wall", + "ariasessentials:dirty_blue_pool_tile_wall", + "ariasessentials:red_pool_tile_wall", + "ariasessentials:dirty_red_pool_tile_wall", + "ariasessentials:green_pool_tile_wall", + "ariasessentials:dirty_green_pool_tile_wall" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/items/wool.json b/src/old/resources/data/minecraft/tags/items/wool.json new file mode 100644 index 0000000..ba320ef --- /dev/null +++ b/src/old/resources/data/minecraft/tags/items/wool.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "ariasessentials:dark_red_wool" + ] +} \ No newline at end of file diff --git a/src/old/resources/data/minecraft/tags/items/wool_carpet.json b/src/old/resources/data/minecraft/tags/items/wool_carpet.json new file mode 100644 index 0000000..ff7d208 --- /dev/null +++ b/src/old/resources/data/minecraft/tags/items/wool_carpet.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "ariasessentials:dark_red_carpet" + ] +} \ No newline at end of file diff --git a/src/old/resources/pack.mcmeta b/src/old/resources/pack.mcmeta new file mode 100644 index 0000000..f647c87 --- /dev/null +++ b/src/old/resources/pack.mcmeta @@ -0,0 +1,7 @@ +{ + "pack": { + "description": "Aria's Essentials", + "forge:data_pack_format": 10, + "pack_format": 9 + } +}